From: Rob W. <rob...@gm...> - 2007-01-23 10:34:57
|
I'm planning on writing an app to run on both OS X and Windows and am currently evaluating GUI toolkits. FLTK seems like a good choice because I'd like to deploy using rubyscript2exe and it appears to be compact and self-contained. I've downloaded the latest 1.1.x source snapshot from the FLTK site. It built and installed with no problem using the default options. Unfortunately I'm currently unable to build ruby-fltk. Most of the checks performed by extconf.rb seem to fail and it also complains that OS X is an unsupported platform. Does anyone have any tips for getting this to work? Any help would gratefully received. Here's the output from extconf.rb: checking for main() in -lruby... yes checking for rb_hash_delete()... yes checking for rb_block_proc()... yes checking for fltk-config...1.1.8 yes checking for X11/X.h... yes checking for main() in -lX11... no checking for main() in -lgdi32... no Unsupported plathome. Edit Makefile before building. checking for main() in -lGL... no checking for main() in -lopengl32... no checking for fl_set_xic_focus__FP9Fl_Widgetiiiiii() in -lfltk... no checking for FL/fl_utf8.h... no checking for main() in -ljpeg... no checking for main() in -lpng... no checking for main() in -lz... no checking for FL/Fl.H... yes checking for main() in -lfltk... no checking for main() in -lfltk_forms... no checking for main() in -lfltk_images... no checking for FL_INACTIVE... no checking for FL_CONTRAST... no checking for FL_IMAGE_3... no checking for FL_INPUT_COPY_1... no checking for FL_PIXMAP_ALLOC_DATA... no checking for FL_WIDGET_IMAGE... no checking for FL_READ_IMAGE... no checking for FL_FILE_CHOOSER_FILTER_VALUE... no checking for FL_WIDGET_TOOLTIP... no checking for FL_TOOLTIP_TEXTCOLOR... no checking for FL_FILE_CHOOSER_NEWBUTTON... no checking for FL_FILE_CHOOSER_PREVIEWBUTTON... no checking for FL_LOCK... no checking for FL_EVENT_DX... no checking for FL_DND... no checking for FL_MOUSEWHEEL... no checking for FL/Fl_Wizard.H... yes checking for FL/Fl_File_Chooser.H... yes checking for FL/Fl_Text_Buffer.H... yes checking for FL/Fl_Text_Editor.H... yes checking for FL/Fl_Text_Display.H... yes checking for FL/Fl_Help_View.H... yes checking for FL/Fl_Help_Dialog.H... yes checking for FL/Fl_Tooltip.H... yes checking for FL/Fl_Check_Browser.H... yes checking for FL/Fl_Progress.H... yes checking for FL/Fl_Spinner.H... yes checking for FL_SPINNER_TYPO_FIX... no Thanks, Rob |