pyexiv2-developers team mailing list archive
-
pyexiv2-developers team
-
Mailing list archive
-
Message #00015
Re: pyexiv2 0.2 testing
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
Follow ups
References