gdome-config broken?
"Gerrit P. Haase" <[email protected]> Tue, 12 Jul 2005 10:19:31 +0200
| Newsgroups | gmane.comp.gnome.gdome |
|---|---|
| Organization | Esse keine toten Tiere |
| Message-ID | <[email protected]> |
Hi, getting this: $ gdome-config --version 0.8.1 $ gdome-config --libs /usr/bin/gdome-config: line 1: --libs: command not found /usr/bin/gdome-config: line 1: --cflags: command not found -L/usr/lib -lgdome -lxml2 -lz -liconv -lm $ gdome-config --cflags /usr/bin/gdome-config: line 1: --libs: command not found /usr/bin/gdome-config: line 1: --cflags: command not found -I/usr/include -I/usr/include/libgdome -I/usr/include/libxml2 Then when building the perl module, the include path for the glib header is missing: /usr/bin/perl.exe /usr/lib/perl5/5.8/ExtUtils/xsubpp -typemap /usr/lib/perl5/5.8/ExtUtils/typemap -typemap typemap GDOME.xs > GDOME.xsc && mv GDOME.xsc GDOME.c gcc -c -I/usr/include -I/usr/include/libgdome -I/usr/include/libxml2 -DPERL_USE_SAFE_PUTENV -fno-strict-aliasing -pipe -I/usr/local/include -DUSEIMPORTLIB -O3 -DVERSION=\"0.86\" -DXS_VERSION=\"0.86\" "-I/usr/lib/perl5/5.8/cygwin/CORE" GDOME.c In file included from GDOME.xs:12: /usr/include/libgdome/gdome.h:27:18: glib.h: No such file or directory Is there an update available which addresses this? Gerrit