> Close, but... > > On mingw, trying to use the system png lib, I configure with: > > ../configure --enable-threads --enable-cairo > CPPFLAGS=3D-I/usr/local/include LDFLAGS=3D-L/usr/local/lib > > BUT, config.h is not correct, it has: > > > /* #undef HAVE_PNG_H */ > /* #undef HAVE_LIBPNG_PNG_H */ I think HAVE_LIBPNG_PNG_H is obsolete (grep in sources didn't show any) you should instead have HAVE_LIBPNG to 1 (which is the case here in cygwin)... :-)
Fabien _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
