Jack Howarth wrote: > Rui, > Update your Xcode to 3.1.2 from connect.apple.com. The > original Xcode 3.0 release for Leopard had issues with > the libGL in X11 (which gchemical should be hacking around) > however this is fixed in Xcode 3.1.2's linker. > Jack > Unfortunately, this causes its own problems, due to the lack of libtool archive (.la) files from the X11SDK in Xcode 3.1.2. There are a couple of workarounds:
0) Use Xcode 3.1.1 instead, which fixes this particular problem; however, we do have some packages that want 3.1.2. 1) Install the unofficial X11 from http://xquartz.macosforge.org/trac/wiki, which doesn't suffer from this problem. Note that if you do this, you won't be able to downgrade back to the release X11 without rebuilding a lot of packages--basically anything that links to X11. 2) There's a script that one of our developers has made. It can be downloaded via the link below: http://fink.cvs.sourceforge.net/viewvc/*checkout*/fink/experimental/costabel/fix-x11-la.sh And to run it do the following from the command line (from the directory where it was downloaded): sudo sh ./fix-x11-la.sh create -- Alexander Hansen Fink User Liaison ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Fink-beginners mailing list [email protected] http://news.gmane.org/gmane.os.apple.fink.beginners
