1 Dec 2008 02:58
linuxdcpp-1.0.2-4 fails configure
Jean-François Mertens <jean-francois.mertens <at> uclouvain.be>
2008-12-01 01:58:43 GMT
2008-12-01 01:58:43 GMT
With xorg installed, I get during configure : > Package x11 was not found in the pkg-config search path. > Perhaps you should add the directory containing `x11.pc' > to the PKG_CONFIG_PATH environment variable > No package 'x11' found > Package xext was not found in the pkg-config search path. > Perhaps you should add the directory containing `xext.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xext' found > Package xinerama was not found in the pkg-config search path. > Perhaps you should add the directory containing `xinerama.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xinerama' found > Package xrandr was not found in the pkg-config search path. > Perhaps you should add the directory containing `xrandr.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xrandr' found > OSError: 'pkg-config --libs libglade-2.0 fontconfig x11 xext > xrender xinerama xrandr xcursor xfixes xcomposite xdamage' exited 1: Looks the culprit is the line in the PatchScript : /usr/bin/perl -pi -e 's|libs libglade-2.0|$& fontconfig x11 xext xrender xinerama xrandr xcursor xfixes xcomposite xdamage|' SConstruct Maybe it can be shortened _ or else put in some "if" clause ... Removing it, and adding to the LDFLAGS -L/usr/X11R6/lib -lX11 gives me a kosher build... JF Mertens(Continue reading)
). It is really a pity
that the new gdk-x11-2.0.pc is so crippled. The old one did the right
thing both on 10.4 and 10.5:
On 10.5 it had
> Requires: gdk-pixbuf-2.0 pango pangocairo fontconfig x11 xext xrender xinerama xrandr xcursor xfixes
xcomposite xdamage
> Libs: -L${libdir} -
RSS Feed