On 07/05/2011 04:57 PM, Dane Springmeyer wrote: > Also, you should be able to work around it (basically skip the building of > that test) by doing: > > python scons/scons.py install
After python scons/scons.py and the error for the tests, I try to install (hoping that only the test was failing....): python scons/scons.py install but it is still choking: do I have a boost problem? Or can boost not find my icu? [richard@hosting mapniktrunk]$ sudo python scons/scons.py install [sudo] password for richard: scons: Reading SConscript files ... Using previous successful configuration... Re-configure by running "python scons/scons.py configure". Welcome to Mapnik... ********************************************* You are compiling Mapnik trunk (aka Mapnik2) See important details at: http://trac.mapnik.org/wiki/Mapnik2 ********************************************* Notice: depedencies not met for plugin 'occi', not building... Notice: depedencies not met for plugin 'rasterlite', not building... scons: done reading SConscript files. scons: Building targets ... g++ -o utils/svg2png/svg2png utils/svg2png/svg2png.o -Lagg -Lsrc -L/usr/local/lib -L/usr/local/lib64 -L/usr/lib64 -L/usr/pgsql-8.4/lib -lagg -lboost_program_options-mt -lboost_filesystem-mt -lmapnik2 -lboost_system-mt src/libmapnik2.so: undefined reference to `boost::re_detail::icu_regex_traits_implementation::do_transform(int const*, int const*, icu_46::Collator const*) const' collect2: ld returned 1 exit status scons: *** [utils/svg2png/svg2png] Error 1 scons: building terminated because of errors. _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

