You need to find out which python version boost RPM is built with. 2.4 is quite old, you'll need 2.6 or 2.5. Then, try re-installing boost from RPM.
Cheers, Artem 2010/1/7 Dom Lehr <[email protected]>: > It would have been too nice... > > I got another error: > bindings/python/mapnik_polygon_symbolizer.os -Lagg -Lsrc -L/usr/lib64 > -L/usr/local/lib64 -L/usr/local/lib64 -L/usr/local/lib -lmapnik -lpng -ljpeg > -lboost_python > /usr/lib64/gcc/x86_64-suse-linux/4.1.2/../../../../x86_64-suse-linux/bin/ld: > cannot find -lboost_python > collect2: ld returned 1 exit status > scons: *** [bindings/python/_mapnik.so] Error 1 > scons: building terminated because of errors. > > I installed boost 1.41 from the rpm package and installed Python version > 2.4. It seems to me as if there's a library file missing, but I'm not really > "big" with these things, so I honestly have no clue what to do with this > error... > > Thanks in advance! > > Dom > > > On Thu, Jan 7, 2010 at 12:49 PM, Dom Lehr <[email protected]> > wrote: >> >> got it! Thanks... I ll post my "install HowTo" when I m done, cuz there's >> still one missing for Suse Linux at the official webpage... >> >> On Thu, Jan 7, 2010 at 12:07 PM, Artem Pavlenko <[email protected]> wrote: >>> >>> You can get source from : http://icu-project.org/download/4.2.html#ICU4C >>> >>> Regards, >>> Artem >>> >>> 2010/1/7 Dom Lehr <[email protected]>: >>> > Hi Artem, >>> > >>> > that s what I thought too. I'm running Suse Linux Enterprise Server >>> > 10.2 and >>> > I can't find ICU library version 4.2 for this specific version. Any >>> > ideas? >>> > >>> > thanks! >>> > >>> > On Thu, Jan 7, 2010 at 12:00 PM, Artem Pavlenko <[email protected]> >>> > wrote: >>> >> >>> >> Hi Dom, >>> >> >>> >> 2010/1/7 Dom Lehr <[email protected]>: >>> >> > Hey guys, >>> >> > >>> >> > I'm down to one error while compiling Mapnik. This is it: >>> >> > >>> >> > src/expression_string.cpp: In member function ‘void >>> >> > mapnik::expression_string::operator()(const >>> >> > mapnik::regex_match_node&) >>> >> > const’: >>> >> > src/expression_string.cpp:79: error: ‘fromUTF32’ is not a member of >>> >> > ‘icu_3_4::UnicodeString’ >>> >> >>> >> Looks like you need to update ICU library, I'm using 4.2 on OS X. >>> >> What platform are you using, it should be straight forward to compile >>> >> from source : >>> >> >>> >> ./configure >>> >> make && make installl >>> >> >>> >> > >>> >> > Thanks, >>> >> > >>> >> > Dom >>> >> > >>> >> Regards, >>> >> Artem >>> >> >>> >> > >>> >> > _______________________________________________ >>> >> > 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

