Open intuited opened 14 years ago
I'll try to put flac_crc, and any other routines shared between encoders and decoders, into a proper common/ directory. That would be cleaner than the current symlink hack and should hopefully solve your build problem.
Seems appropriate. I'm definitely in no rush btw: things are working great for me after doing the extract & install. Mostly I was just looking for a good conversion utility, and track2track
seems to be working well, thanks!
Hi, this seems pretty low-priority, since it's not even part of the recommended installation procedure, but somebody might be interested.
I was unable to install from the source distribution tarball using
sudo pip install audiotools-2.15.tar.gz
. My attempt to do so spit out this error section (preceding & following lines elided):A closer look reveals that the file
src/encoders/flac_crc.h
is a symbolic link.I was able to get the module to install by running
sudo pip install .
from within the unzipped directory. I didn't try using easy_install or other methods because I didn't want it to get installed withoutpip
keeping track of the installed files for possible later uninstallation.I'm running ubuntu 10.04 x86_64.
Also sorry if you prefer to use a sourceforge issue tracker; I didn't see a link to one anywhere.