Dane Springmeyer wrote:
> 
> Hi Chris,
> 
> Interesting errors - certainly nothing I've seen before. It appears  
> that the SCons build scripts are trying to compile the plugins before  
> the actual 'libmapnik.dylib' is created, which is odd. Although in  
> general if we look past that oddity, the boost errors seem to indicate  
> that the boost libraries are not being found in /usr/local/lib.
> 
> Things to try:
> 
> 1) remove any duplicate boost installs (maybe in /opt/local/lib ?)
>    - sudo port uninstall boost
> 
> 2) try running this command then rebuilding:
> 
> $ export DYLIB_LIBRARY_PATH=/usr/local/lib
> 
> 3) try building without any plugins, just to see if the main library  
> can be compiled alone:
> 
> $  python scons/scons/py INPUT_PLUGINS=''
> 
> Also, can you send the output of:
> 
> $ ls -l /usr/local/lib/libboost*
> 
> and attach the file that is in your mapnik source folder called  
> 'config.log'...
> 
> Thanks,
> 
> Dane
> 

Hello Dane,
I scrapped/uninstalled everything to the best of my knowledge (keep in mind
boost was installed from source), then followed things to try while
reinstalling. I'm getting errors, but here's what I have:

Output of ls -l /usr/local/lib/libboost*:
-rw-r--r--   1 root  wheel   536404 Jan  3 20:48
/usr/local/lib/libboost_filesystem.a
-rwxr-xr-x   1 root  wheel   122236 Jan  3 20:48
/usr/local/lib/libboost_filesystem.dylib
-rw-r--r--   1 root  wheel   414388 Jan  3 20:48
/usr/local/lib/libboost_iostreams.a
-rwxr-xr-x   1 root  wheel    98308 Jan  3 20:48
/usr/local/lib/libboost_iostreams.dylib
-rw-r--r--   1 root  wheel  2438372 Jan  3 20:48
/usr/local/lib/libboost_program_options.a
-rwxr-xr-x   1 root  wheel   421196 Jan  3 20:48
/usr/local/lib/libboost_program_options.dylib
-rw-r--r--   1 root  wheel  3964380 Jan  3 20:48
/usr/local/lib/libboost_python.a
-rwxr-xr-x   1 root  wheel   566560 Jan  3 20:48
/usr/local/lib/libboost_python.dylib
-rw-r--r--   1 root  wheel  8848956 Jan  3 20:53
/usr/local/lib/libboost_regex.a
-rwxr-xr-x   1 root  wheel  1424788 Jan  3 20:54
/usr/local/lib/libboost_regex.dylib
-rw-r--r--   1 root  wheel    74592 Jan  3 20:48
/usr/local/lib/libboost_system.a
-rwxr-xr-x   1 root  wheel    34496 Jan  3 20:48
/usr/local/lib/libboost_system.dylib
-rw-r--r--   1 root  wheel   457756 Jan  3 20:48
/usr/local/lib/libboost_thread.a
-rwxr-xr-x   1 root  wheel   124176 Jan  3 20:48
/usr/local/lib/libboost_thread.dylib

Exported config.log:
http://old.nabble.com/file/p27008658/config.log config.log 

Configure and build copied from command line:
http://old.nabble.com/file/p27008658/mapnikInstallErrors2.txt
mapnikInstallErrors2.txt 

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-tp26989023p27008658.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

Reply via email to