Quote Originally Posted by BPFowler
You can ignore the warnings, I think that they are outside of our control and indicate that the m4 macros used by the folks who who built GTK et cetera were using an older version of m4 or autotools.

The AM_BINRELOC probably means that there is a package missing on from your setup, which we need but have not specified as being needed. I'll look into it.

Ben
OK, try 1; no joy - then make clean, etc a good start. Then compilation halts with:

[snip a lot]In file included from pngfiltr.h:104, from pngfiltr.cpp:106:
outptpng.h:109:17: error: png.h: No such file or directory
outptpng.h:166: error: 'png_structp' does not name a type
outptpng.h:167: error: 'png_infop' does not name a type
pngutil.h:151: error: 'png_colorp' has not been declared
make[2]: *** [pngfiltr.o] Error 1
make[1]: *** [all] Error 2
make: *** [all-recursive] Error 1
Macintosh:~/XaraLX simonyoung$