Re: Bug in pkgconfig 0.7.0
Status: Beta
Brought to you by:
lotr
|
From: Chema C. <ch...@xi...> - 2001-07-07 19:49:47
|
Martijn van Beers wrote: > > On Sat, Jul 07, 2001 at 02:38:51PM -0500, Chema Celorio wrote: > > Running : > > [chema@suzzy control-center]$ pkg-config --cflags gtkhtml > > > > returns : > > > > -DNEED_GNOMESUPPORT_H-DUNICODE_USE_SYSTEM_ICONV -I/usr/include > > -I/usr/lib/glib/include -I/usr/X11R6/include > > -I/usr/lib/gnome-libs/include -I/usr/include/gnome-xml > > > > where : > > -DNEED_GNOMESUPPORT_H-DUNICODE_USE_SYSTEM_ICONV > > should be : > > -DNEED_GNOMESUPPORT_H -DUNICODE_USE_SYSTEM_ICONV > > I'll look into that. > > > > We are now depending on pkg-config 0.7.0, if this is fixed in the > > CVS version a patch will be appreciated. > > There is no pkg-config 0.7. That's a fork by hp. Well, 0.6.0 didn't worked for us. So we now depend on 0.7.0 from freedesktop.org. > Martijn |