« Return to Thread: Re: Mac OS X Install Failure
Dane:Great guess! It worked! I was on to it last night, checking all of the paths to be found (manually) and cross checking with the config.py file. Too tired to make the connection. Anyway thanks so much for helping me get Mapnik up and running on my Mac! No more switching to Ubuntu.JosephOn Fri, Jun 19, 2009 at 11:05 PM, Dane Springmeyer <blake@...> wrote:Looks like macports now puts boost headers here:/opt/local/include/boost-1_39/because in your log I see:.sconf_temp/conftest_4.cpp:3:29: error: boost/version.hpp: No such file or directorySo try:python scons/scons.py configure BOOST_INCLUDES=/opt/local/include/boost-1_39/ BOOST_LIBS=/opt/local/lib BOOST_TOOLKIT='xgcc40'but really I'm just guessing because I don't know the layout of your systemDoing something like:$ locate boost/version.hppwhich will give you possible locations of the includes, if installed.DaneOn Jun 19, 2009, at 7:54 PM, Joseph Jira wrote:<config.txt>Hello:I am not exactly sure what your previous message means, but after reading some more documentation about Scons, I concluded that this is what I should do:joseph-jiras-macbook:mapnik jmjira$ python scons/scons.py configure BOOST_TOOLKIT='xgcc40'Which gave me the same errors as before:...Checking for C++ library icudata... yesChecking for Boost version >= 1.34... noBoost version 1.34 or greater is requredChecking for C++ library boost_system-xgcc40-mt... noCould not find optional header or shared library for boost systemChecking for C++ library boost_filesystem-xgcc40-mt... noCould not find required header or shared library for boost filesystemChecking for C++ library boost_regex-xgcc40-mt... noCould not find required header or shared library for boost regexChecking for C++ library boost_iostreams-xgcc40-mt... noCould not find required header or shared library for boost iostreamsChecking for C++ library boost_program_options-xgcc40-mt... noCould not find optional header or shared library for boost program_optionsChecking for C++ library boost_thread-xgcc40-mt... noCould not find required header or shared library for boost threadChecking for requested plugins dependencies...Checking for gdal-config --libs... yesChecking for gdal-config --cflags... yesChecking for name of gdal library... gdalChecking if gdal is ogr enabled... yesChecking for name of ogr library... gdalChecking for C library sqlite3... yesChecking for C++ header file boost/python/detail/config.hpp... noCould not find required header files for boost pythonChecking for pkg-config... yesChecking for pycairo... noExiting... the following required dependencies were not found:- boost version >=1.34- boost filesystem- boost regex- boost iostreams- boost thread- boost python...See attached for my config.log (config.txt)Again, thanks for your time and help.Joseph JiraOn Thu, Jun 18, 2009 at 6:07 PM, Dane Springmeyer <blake@...> wrote:
Joseph,
It appears that the symlinking done by macports installs of recent boost version may have changed.
Try passing the extra option to Scons of:
BOOST_TOOLKIT=xgcc40
Dane
On Jun 17, 2009, at 6:03 PM, Joseph Jira wrote:
Checking for Boost version >= 1.34... no
Boost version 1.34 or greater is requred
Checking for C++ library boost_system-mt... no
« Return to Thread: Re: Mac OS X Install Failure
| Free embeddable forum powered by Nabble | Forum Help |