I'm making progress! Boost is now installed from source. I think most of the
dependencies are in place. There might be a couple issues as I started in
Route A, then went to Route B, with some errors in the mix. Here's what I
have now:

Step 1: Route B/C
The handy block of script worked fine I think.

(FAIL): sudo bjam  --with-regex   toolset=darwin   -sHAVE_ICU=1
-sICU_PATH=/opt/local   -a install
warning! ICU configuration failed
    Couldn't find utypes.h in  /opt/local/include/unicode
warning: Building Boost.Regex with the optional Unicode/ICU support
disabled.
note: Please refer to the Boost.Regex documentation for more information
note: this is a strictly optional feature.
...

I received the above error here, which makes sense further down the page
when I ran into mapnik errors.

(OK): svn co http://svn.mapnik.org/trunk/ mapnik
(OK): cd mapnik
(OK): touch config.py
(OK): open config.py

I copied everything specified into the config.py file with no issues, and
went with the 'all' option at the bottom.

(FAIL): python scons/scons.py configure DEBUG=True INPUT_PLUGINS='all'

Lines of note:
...
Could not find required header or shared library for icuuc
...
Exiting... the following required dependencies were not found:
   - icuuc

See the 'config.log' for details on possible problems.

Also, these optional dependencies were not found:
   - ociei
   - rasterlite
   - pycairo
...

How do I get icuuc to behave, and the other three 'optional' dependencies? -
I love options. :)

Thanks for the feedback. I'm willing to keep at this. Mapnik on my Mac will
rock.

Chris
-- 
View this message in context: 
http://old.nabble.com/Troubles-installing-Mapnik-on-Mac-OS-10.4%2C-Route-A%2C-installing-boost-tp26989023p26999405.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