Gents, Just running a clean checkout of 1.3.x on this linux test box, I got a failed build:
ompiling template_panel.cxx... Compiling undo.cxx... Compiling widget_panel.cxx... Linking fluid... g++: ,,: No such file or directory make[1]: *** [fluid] Error 1 make: *** [all] Error 1 [EMAIL PROTECTED] fltk-1.3]$ Removing the .SILENT from makeinclude I got: make[1]: Entering directory `/home/Shared/fltk-1.3/fluid' echo Linking fluid... Linking fluid... g++ -Os -Wall -Wunused -Wno-format-y2k -fno-exceptions -fno-strict-aliasing -o fluid CodeEditor.o Fl_Function_Type.o Fl_Group_Type.o Fl_Menu_Type.o Fl_Type.o Fl_Widget_Type.o Fl_Window_Type.o Fluid_Image.o about_panel.o align_widget.o alignment_panel.o code.o factory.o file.o fluid.o function_panel.o template_panel.o undo.o widget_panel.o ../lib/libfltk_forms.a ../lib/libfltk.a ../lib/libfltk_images.a ../lib/libfltk.a -L../lib -lpng -lz -ljpeg ,, -lXext -lXft -lXinerama -lpthread -ldl -lm -lX11 g++: ,,: No such file or directory make[1]: *** [fluid] Error 1 make[1]: Leaving directory `/home/Shared/fltk-1.3/fluid' make: *** [all] Error 1 There seem to be some spurious ",," just after -ljpeg, but I am not sure where they are coming from. But it does look suspiciously like a configure bug, I'm afraid. _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
