Hi Chris,

Okay, sorry we're not hitting the mark yet.

Just a few notes:

1) I didn't mean for you to manually delete /usr/local/lib/libboost* files, I just meant for the 'port uninstall boost' command to be run to make sure that boost via macports was not installed anymore in /opt/ local/lib. Since that command did not do anything, you should be good to go and don't need to remove your source installed version, as re- installing should properly overwrite those libraries. But, doing the rm then re-install is fine, just wanted to clarify.

2) One thing that won't affect your current errors but should be fixed anyway... Remove this line from the 'config.py':

FRAMEWORK_PYTHON=False
Overall, I think the problem is two fold:
1) I think the ld (linker) version on Mac 10.4 works differently than 10.5/10.6 and needs the full path to a library location embedded inside. 2) The boost build scripts (bjam) have always failed to do this (which I think is a boost/bjam bug), but it has not been a problem on 10.5 and 10.6. To test this theory I am writing a script to fix the embedded library 'id' in your source installed boost libraries. I will send it in a moment. In the meantime can you paste the output of this command:
$ otool -L /usr/local/lib/libboost*dylib
Thanks,
Dane

On Jan 4, 2010, at 11:39 AM, owntheweb wrote:


Hello Dane,
Here's a follow up with more detailed info as requested. I'm still getting errors. I'm wondering if it has to do with my lack of knowledge regarding
installs from source.

Here's everything I executed in the command line (uninstall and install):
http://old.nabble.com/file/p27018166/everythingExecuted.txt
everythingExecuted.txt

Here's everything that scons.py printed out (the initial configure with no
plugins worked fine, errors on build):
http://old.nabble.com/file/p27018166/sconsOutputWithErrors.txt
sconsOutputWithErrors.txt

I look forward to additional feedback.

Thank you,

Chris
--
View this message in context: 
http://old.nabble.com/Troubles-installing-Mapnik-on-Mac-OS-10.4%2C-Route-A%2C-installing-boost-tp26989023p27018166.html
Sent from the Mapnik - Users mailing list archive at Nabble.com.

_______________________________________________
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

Reply via email to