tagpy problems
Veit Hailperin
freakyveit at web.de
Mon Mar 20 16:56:06 CET 2006
figureing that the last email was probably not really informative, and
because tagpy is still not running - i've recompiled boost.python. now
when i try to run
python setup.py build
I get this error:
g++ -pthread -shared build/temp.linux-i686-2.4/src/basics.o
build/temp.linux-i686-2.4/src/id3.o build/temp.linux-i686-2.4/src/rest.o
-L/usr/local/lib/ -ltag -lboost_python -o build/lib.linux-i686-2.4/_tagpy.so
/usr/bin/ld: cannot find -lboost_python
I've already changed these two lines in the setup file :
BOOST_INCLUDE_DIRS = ["/usr/local/include/boost-1_33_1"]
BOOST_LIBRARY_DIRS = ["/usr/local/lib/"]
do i have to give BOOST_LIBRARY a new value as well?
my python lib files in /usr/local/lib are the following:
/usr/local/lib/libboost_python-gcc-1_33_1.a
/usr/local/lib/libboost_python-gcc-mt-1_33_1.so.1.33.1
/usr/local/lib/libboost_python-gcc-1_33_1.so.1.33.1
/usr/local/lib/libboost_python-gcc-mt.a
/usr/local/lib/libboost_python-gcc.a
/usr/local/lib/libboost_python-gcc-mt-d-1_33_1.a
/usr/local/lib/libboost_python-gcc-d-1_33_1.a
/usr/local/lib/libboost_python-gcc-mt-d-1_33_1.so.1.33.1
/usr/local/lib/libboost_python-gcc-d-1_33_1.so.1.33.1
/usr/local/lib/libboost_python-gcc-mt-d.a
/usr/local/lib/libboost_python-gcc-d.a
/usr/local/lib/libboost_python-gcc-mt-d.so
/usr/local/lib/libboost_python-gcc-d.so
/usr/local/lib/libboost_python-gcc-mt.so
/usr/local/lib/libboost_python-gcc-mt-1_33_1.a
/usr/local/lib/libboost_python-gcc.so
Please help !
~Veit
More information about the taglib-devel
mailing list