Thomas Schuerger wrote: > on FreeBSD GtkG's Configure script does not find the files required > for NLS. The script "findhdr" only searches for include files in > /usr/include instead of also in /usr/local/include. libintl.h resides > in /usr/local/include (as it is not part of the FreeBSD base system), > so the Configure script thinks NLS is not available.
Does Configure find it if you use
-D ccflags="-I/usr/local/include"
when running it? I don't know much about Metaconfig but IMHO it should
not automagically look in other directories than the base directory for
header files which is usually "/usr/include" on almost all systems. This
way it's a little more work compiling something on other systems that
Linux - which throws almost everything into /usr/include - but it's also
cleaner.
Christian
pgp00000.pgp
Description: PGP signature
