Hi Olivier and co... I had some troubles compiling on 64 Ubuntu Karmic. (I had no problems compiling on 32 bit Jaunty.) All of my libboost* files in /usr/lib have a suffix of "-mt" appended to them, so I edited src/SConscript and changed
libs = ['boost_python', 'exiv2'] to libs = ['boost_python-mt', 'exiv2'] and then pyexiv2 compiles successfully. Hopefully there is a less hacky fix than this... cheers, dm
_______________________________________________ Mailing list: https://launchpad.net/~pyexiv2-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~pyexiv2-developers More help : https://help.launchpad.net/ListHelp

