Hi,

During my configure, I get:

[...]
checking for jpeg_read_header in -ljpeg... yes
checking for library containing flimage_dup... -lflimage
checking for flimage_enable_ps... yes
checking for flimage_enable_jpeg... yes
checking flimage.h usability... no
checking flimage.h presence... no
checking for flimage.h... no
checking X11/flimage.h usability... no
checking X11/flimage.h presence... yes
configure: WARNING: X11/flimage.h: present but cannot be compiled
configure: WARNING: X11/flimage.h: check for missing prerequisite headers?
configure: WARNING: X11/flimage.h: proceeding with the preprocessor's result
checking for X11/flimage.h... yes
[...]

What are these WARNINGs about?

Is the following in flimage.h causing trouble:
   #ifdef MAKING_FORMS
   #include "flimage_int.h"
   #endif
since indeed  flimage_int.h  is not installed (but is MAKING_FORMS defined?).
Should it be installed? If so, it's a bug in the xforms package for FreeBSD.

Thanks,
Rob.

Reply via email to