One more note. Natty is using Python 2.7. Probably, it causes the problem...
Anton 2011/1/11 Anton Gladky <[email protected]>: > Hi, Jan! > > Thanks for the message. I did the clean compile several times, but > the result is the same. > > Anton > > > > > 2011/1/11 Jan Stránský <[email protected]>: >> >> Hi Anton, >> >> I don't know if the problem has the same roots, but I got very similar error >> yesterday. After 'scons clean' and 'scons' again it was ok.. >> if it does not help, sorry for spamming :-) >> Jan >> >> ______________________________________________________________ >>> Od: "Anton Gladky" <[email protected]> >>> Komu: yade-dev <[email protected]> >>> Datum: 11.01.2011 14:25 >>> Předmět: [Yade-dev] yade on Natty >>> >>>Hi, >>> >>>I am trying to compile yade on Natty. Compiles without an error. But >>>when I try to start the binary, the following error appears: >>> >>>... >>>File "./bin/yade-cleanComp", line 105, in <module> >>> import yade >>> File >>> "/home/gladk/dem/yade/060/build/lib/yade-cleanComp/py/yade/__init__.py", >>>line 58, in <module> >>> import boot >>>ImportError: >>>/home/gladk/dem/yade/060/build/lib/yade-cleanComp/py/yade/../../lib/../lib/libyade-support.so: >>>undefined symbol: >>>_ZN5boost11basic_regexIcNS_12regex_traitsIcNS_16cpp_regex_traitsIcEEEEE9do_assignEPKcS7_j >>>... >>> >>> >>> >>>I have found the following solution of similar problem: >>>http://mail.python.org/pipermail/cplusplus-sig/2005-February/008216.html >>>... >>>Your plugin is not linked to >>>the library that includes the definition of that missing symbol. Add >>>-lmy_library_containing_the_missing_symbol to your linker flags. (Note >>>also that c++filt decodes that undefined symbol to a different function >>>than what you indicated.) >>>... >>> >>>But I am not really sure, where to fix it in SConstruct. Where should >>>I add -llibyade-support.so. >>>Vaclav, could you not give an advice? >>> >>>Thank you >>> >>>Anton >>> >>>_______________________________________________ >>>Mailing list: https://launchpad.net/~yade-dev >>>Post to : [email protected] >>>Unsubscribe : https://launchpad.net/~yade-dev >>>More help : https://help.launchpad.net/ListHelp >>> >> >> _______________________________________________ >> Mailing list: https://launchpad.net/~yade-dev >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~yade-dev >> More help : https://help.launchpad.net/ListHelp >> > _______________________________________________ Mailing list: https://launchpad.net/~yade-dev Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-dev More help : https://help.launchpad.net/ListHelp

