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 ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fink-devel mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.devel
