Hi,

I am unable to build distcc-2.11.1 with GTK+ support on Solaris because it seems there is a dependency on Glade. Glade is not part of GTK+ and is probably not available precompiled for Solaris:

Actually there is a minor secondary bug in the autoconf/automake setup. The script fails even when using --without-gtk --without-gnome option flags:


$ ./configure --without-gtk --without-gnome
[...]
checking version of libglade-2.0... sh: gnome-config: not found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
configure: error: libglade-2.0 was not found by pkg-config
$


It succeeds when using no options:


$ ./configure


Therefore it seems that --without-<foo> fails to disable all the tests related to foo.



That said, the standalone --with-gtk option still fails:


$ ./configure --with-gtk
[...]
checking version of libglade-2.0... sh: gnome-config: not found
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libglade-2.0' found
configure: error: libglade-2.0 was not found by pkg-config
$

--
Dimitri

__ distcc mailing list http://distcc.samba.org/
To unsubscribe or change options: http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to