imacarthur wrote: > > On 28 Nov 2009, at 4:41, Richard Crisafulli wrote: > >> Hello, >> I'm new to FLTK and I'm trying to compile a program in Windows that >> was written originally on Linux. I can compile it on Linux, but on >> Windows using FLTK 1.1.9, I get the following error:
[...] > It rather looks as if you need to enable your fltk lib with the > "--enable-local-png --enable-local-zlib --enable-local-jpeg" options > set... And then ensure that the path correctly point at the > thus-generated libfltk_png.a. Yep, I think that's it. FLTK 1.1.9 doesn't correctly detect the (absence of) the image libs and thus fails to compile the bundled libs. This should work OOTB with FLTK 1.1.10-rc*, but the workaround for FLTK 1.1.9 is to configure FLTK as written above. Albrecht _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

