-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 1/18/12 3:37 PM, Monica Wolfson wrote: > > Hi Alexander, Yes sorry, I see where I should have started my error > log now (first time every submitting a help ticket). I also see the > original post concerning GDAL is only a little over a week old (I > had trouble finding it again when I went to post my question). So > if the maintainer is working on it, then no worries. I was just > hoping there might be a work around in the meantime to get GDAL (or > libgeos) to compile. > > > Thanks, Monica > >
I'm showing gdal itself currently as using libgeos3.3.1, which builds under Xcode 4.2.1, rather than libgeos3.3.0. However, one of its dependencies, libspatialite1, still uses libgeos3.3.0. In principle, then, as a workaround, you could do the following: 1) Make sure that the Trees: line in /sw/etc/fink.conf has 'local/main' at the end (e.g. "Trees: stable/main local/main"). If not, edit the file as a superuser and set the Trees: line up appropriately. 2) Verify that the /sw/fink/10.7/local/main/finkinfo directory exists. If not, then use "sudo mkdir -p /sw/fink/10.7/local/main/finkinfo". 3) Use "cp /sw/fink/10.7/stable/main/finkinfo/database/libspatialite1.info /sw/fink/10.7/local/main/finkinfo" 4) Edit /sw/fink/10.7/local/main/finkinfo/libspatialite1.info and change all of the "3.3.0" to "3.3.1". You might also want to change the Revision to 15.1. - -- Alexander Hansen, Ph.D. Fink User Liaison http://finkakh.wordpress.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk8XQCwACgkQB8UpO3rKjQ/5BQCdHrVhNLSjt9J2Lwy8CBk4TCzv DKcAnRuKhtRUKtSbnoVzJyLi3OJJNfo7 =aHZt -----END PGP SIGNATURE----- ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Fink-users mailing list [email protected] List archive: http://news.gmane.org/gmane.os.macosx.fink.user Subscription management: https://lists.sourceforge.net/lists/listinfo/fink-users
