Gonzalo Garramuño wrote: > Greg Ercolano wrote: >> I'm curious that I've properly followed FLTK2's API style; I basically >> set it up so that its all fltk::NativeFileChooser namespace style. >> > > I can confirm that it does not work for latest fltk2. > Linking fails due to: > undefined reference to `fltk::FileIcon::load_system_icons()' > > > fltk2-config does not properly return the image library when > --use-images is used. > > Bug is in: > > if test "$echo_libs" = "yes"; then > echo $LIBS > fi > > instead of echo $LDLIBS and an incorrect use of $LIBS everywhere, which > as far as I can tell, is a useless var. >
Also, your makefile greg is not using $(IMGLIB) as it should. -- Gonzalo Garramuño [EMAIL PROTECTED] AMD4400 - ASUS48N-E GeForce7300GT Kubuntu Edgy _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

