Brian Postow wrote: > > > > > The X11SDK _does_ come with Xcode, and it's nominally installed by > default. However, your output above indicates that something else is > happening here. The xfree86-shlibs package (presumably left over from > Tiger, as we don't provide that on Leopard) can produce > interference in > these cases. > > Alexander Hansen > Fink User Liaison > > > > ok, so I believe that I have removed X11 from Fink, now I need to > re-install it from Xcode? I've got a /usr/X11/lib folder with > everything that I expect in it... But I still get: > Can't resolve dependency "x11-dev" for package "libdv4-0.104-3" (no > matching > packages/versions found) > > You may well need to reinstall the X11SDK from Xcode, yes. The important stuff for -dev package isn't in /usr/X11/lib, but rather /usr/X11/include . Even if system-xfree86-dev shows up, it's possible for x11-dev not to, because they use different tests.
If you run "fink-virtual-pkgs --debug", and go down through the output past all of the "scanning pkgconfig file..." entries, you should see stuff like the follwing: .... scanning pkgconfig file /usr/lib/pkgconfig/openssl.pc... 0.9.7l-1 - checking for library libX11.6.dylib... found in /usr/X11R6/lib - checking for X servers... /usr/X11R6/bin/Xquartz - system-xfree86-shlibs provides x11-shlibs - found an X server, system-xfree86 provides xserver and x11 - checking for header X11/Xlib.h... found in /usr/X11R6/include - system-xfree86-dev provides x11-dev ... You may just be missing Xlib.h, all of /usr/X11/include, or quite possibly you're missing the /usr/X11R6 -> /usr/X11 compatibility symlink. -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
