For older projects I need fltk 1.1.10 and tried to compile it at new set
up system. Compiling fltk-1.3.0 works, but 1.1.10 tells about an error
in "png.h" and doesn't create libfltk_images.a (libfltk.a and
libfltk_forms.a it creates):
/usr/include/png.h:722:16: Fehler: forward declaration of »png_info {aka
struct png_info_def}«
I think it must be a problem of header-sequence or something like that.
To work around I tried "./configure --disable-localpng" and "./configure
--enable-localpng=no" but this doesn't work - configure finds system
files and uses them, even when disabled or =no.
So, how to solve the png.h problem, or how to build without using system
files?
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk