yLe Sat, 19 Oct 2002, Dan Nelson a écrit :
In the last episode (Oct 20), Xavier Beaudouin said:
FreeBSD has a strange place to handle gnome 1.0 headers. I've tryed to add a workaround in the configure.in of src/post_modules/GTK but it seems that REALLY_CHECK_HEADER() doesn't take care of new include path.
Is there any good way to handle that ?
Setting GTK_CONFIG=/usr/X11R6/bin/gtk12-config before running configure works for me. The reason it's called gtk12-config is because both gtk-1.1 and gtk-1.2 used the same gtk-config command, so it was impossible to have both installed at once. gtk2 fixed this by using "pkg-config gdk-2.0" (i.e. officially embedding the version name in the package).
Yeah I know that... but the checking part of autoconf in pike sources doesn't "see" the modified path... :)
/Xavier