> echo "Checking how we can gather information about GTK+..." >&4 > if pkg-config $gtkpackage --cflags >/dev/null 2>&1; then > gtkconfig="pkg-config $gtkpackage" > modver=--modversion > elif gtk-config --cflags >/dev/null 2>&1; then > gtkconfig='gtk-config' > modver=--version > else > echo "You've got problems! Do you have GTK+ installed?" >&4 > gtkconfig='false' > modver='' > fi
This section of the configure script attempts to determine whether to use pkg-config or gtk-config, depending on whether or not pkg-config can find the GTK+1.2 library. Unfortunately, my version of pkg-config on my system *can* detect the GTK+1.2 library. So this doesn't work very well. It would seem simpler to assign the command (pkg-config versus gtk- config) when the libraries were being chosen in the configure script. Many Bothians died to bring you this information. So many, many Bothians. ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Gtk-gnutella-devel mailing list Gtk-gnutella-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel