When I run ./configure --disable-glade I get:
checking pkg-config is at least version 0.9.0... yes
checking whether to build gtk-doc documentation... no
checking for gtkdoc-check... /usr/bin/gtkdoc-check
checking for db2html... false
checking for pkg-config... (cached) /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GTK... yes
checking for GLADE... configure: error: Package requirements (gladeui-1.0 >= 3.6) were not met:
No package 'gladeui-1.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
Alternatively, you may set the environment variables GLADE_CFLAGS
and GLADE_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
config.log
I will try to reproduce this case.
Any news here? Thanks :)
Sorry, I didn't find any time to look into it yet.
The --disable-glade option doesn't exists, we found out that
# the following command FAILS as described above
./configure --disable-glade
# the following command FAILS like above
./configure --enable-glade=no
# the following command WORKS witout any options (glade support is OFF by default)
./configure
I'm still investigating what goes wrong.
In the meantime, you could use './configure' without any options
two other options have had the same problem (--disable-man, --disable-introspection)
the configure options have been reworked and fixed
the fix was checked in to CVS
Thanks for reporting the bug!
--
you can check out the latest version from CVS:
cvs -z3 -d:pserver:anonymous@gtkextra.cvs.sourceforge.net:/cvsroot/gtkextra co -P gtkextra-3