I have installed libipod. Trying to install the python bindings.
After doing "python configure.py", attempting make fails w/:
bry@vicsrv:~/libipod-0.1/python$ make
g++ -c -O2 -g -fPIC -Wall -W -I. -I../src -I../include
-I/usr/include/python2.5 -o sipipodlibcmodule.o sipipodlibcmodule.cpp
sipipodlibcmodule.cpp:165: error: âIPOD_EQ_PRESET_PREAMPâ was not
declared in this scope
sipipodlibcmodule.cpp:166: error: âIPOD_EQ_PRESET_BAND_A_BASEâ was not
declared in this scope
sipipodlibcmodule.cpp:167: error: âIPOD_EQ_PRESET_BAND_B_BASEâ was not
declared in this scope
...<snip a bunch of undeclared stuff>...
sipipodlibcmodule.cpp:270: error: âIPOD_LIBRARYPLAYLIST_INDEXâ was not
declared in this scope
sipipodlibcmodule.cpp:271: error: âIPOD_PLAYLIST_SETTINGSâ was not
declared in this scope
sipipodlibcmodule.cpp:272: error: âIPOD_FULL_PATHâ was not declared in
this scope
make: *** [sipipodlibcmodule.o] Error 1
Any suggestions?
|