GNOME Bugzilla – Bug 93469
libIDL-config-2 --cflags and libIDL-config-2 --libs does not work correctly
Last modified: 2004-12-22 21:47:04 UTC
and I found that libIDL-config-2 are using legacy configuration "glib-config" instead of pkg-config. it leads to that it does not work well. please see the output of libIDL-config-2 in my machine: bash-2.05$ libIDL-config-2 --version 0.8.0 bash-2.05$ libIDL-config-2 --cflags /usr/gnome/bin/libIDL-config-2: glib-config: not found -I/usr/gnome/include/libIDL-2.0
john.sun@sun.con has a good patch here: http://bugzilla.mozilla.org/attachment.cgi?id=91932&action=view
Thanks guys ... I've committed this to HEAD 2002-09-20 Mark McLoughlin <mark@skynet.ie> * libIDL-config.in: use pkg-config --(libs|cflags) glib-2.0. instead of glib-config. The script is still going to go away at soe stage though :-) Patch from john.sun@sun.com and Jay Yan <jay.yan@sun.com>, Fixes #93496.