Re: [fltk.general] Compiling fltk3

2012-08-13 Thread Ian MacArthur
On 13 Aug 2012, at 20:43, Gonzalo Garramuno wrote: > I'm trying to compile fltk3 but it fails with: > > Compiling fltk3png/png.c... > fltk3png/png.c:14:21: fatal error: pngpriv.h: No such file or directory Sounds like a variation of the feature Greg was reporting? See STR 2833 too, maybe relat

Re: [fltk.general] Compiling fltk3

2012-08-13 Thread Greg Ercolano
On 08/13/12 12:43, Gonzalo Garramuno wrote: > I'm trying to compile fltk3 but it fails with: > > Compiling fltk3png/png.c... > fltk3png/png.c:14:21: fatal error: pngpriv.h: No such file or directory > The file is in include/fltk3png, but the makefile does not refer to it. Yes, just report

Re: [fltk.general] Compiling fltk3

2012-08-13 Thread Matthias Melcher
On 13.08.2012, at 21:43, Gonzalo Garramuno wrote: > I'm trying to compile fltk3 but it fails with: > > Compiling fltk3png/png.c... > fltk3png/png.c:14:21: fatal error: pngpriv.h: No such file or directory > > The file is in include/fltk3png, but the makefile does not refer to it. > > I also t

[fltk.general] Compiling fltk3

2012-08-13 Thread Gonzalo Garramuno
I'm trying to compile fltk3 but it fails with: Compiling fltk3png/png.c... fltk3png/png.c:14:21: fatal error: pngpriv.h: No such file or directory The file is in include/fltk3png, but the makefile does not refer to it. I also tried compiling with cmake but the errors were worse.