Success over here!Route A-2 , started out with a fresh macports install and followed the steps..
I had to make a few changes to get postgis to install from macports http://trac.mapnik.org/wiki/MacInstallation?action=diff&version=62 Then I had to do another little dance to to get pkg-config to find pycairo whilst configuring mapnik http://trac.mapnik.org/wiki/MacInstallation?action=diff&version=68 jay ----- Original Message ----- From: "Dane Springmeyer" <[email protected]> To: "Michal Migurski" <[email protected]> Cc: "Mapnik users mailing-list" <[email protected]> Sent: Friday, May 8, 2009 9:14:43 AM GMT -08:00 US/Canada Pacific Subject: Re: [Mapnik-users] Mapnik 0.6.0 accepted in Macports Mike, Forgot to mention that a way to speed up builds is to use parallel compiles and with macports you do this like: build.jobs=<number of cores> http://trac.mapnik.org/wiki/MacInstallation?action=diff&version=66 - Dane On May 8, 2009, at 12:45 AM, Michal Migurski wrote: Looks familiar :) Can you try: $ sudo port uninstall boost $ sudo port clean boost $ sudo port install boost +python26 +icu My guess would be that boost somehow got installed previously without the '+python26' flag (which denotes a boost 'variant'). As the default 'sudo port install boost' will not compile boost-python and any later call to install boost (even with the variant flag) will not prompt an upgrade, a full uninstall and clean is usually needed. % sudo port uninstall boost Password: ---> Deactivating boost @1.38.0_0+darwin_9+icu Looks like you were right, frustrating because it did take a *really long time* to build boost, so I assumed it must have been the first time. I'll let you know if it works! Works! *does happy dance* -mike. ---------------------------------------------------------------- michal migurski- [email protected] 415.558.1610 _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users
_______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

