scons can't find libFLAC on ubuntu 11.10

Asked by Thomas Vincent

Hi there,

I recently install the latest ubuntu disto and I can't build mixxx anymore.
I did install libFLAC and libFLA-dev, and I can locate both header and lib in proper location on my machine :

> locate libFLAC.so
> /usr/lib/x86_64-linux-gnu/libFLAC.so
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8
> /usr/lib/x86_64-linux-gnu/libFLAC.so.8.2.0

> locate stream_decoder.h
> /usr/include/FLAC/stream_decoder.h

But the mixxx scons script complains "Did not find libFLAC development libraries, exiting!".

I did comment the line that check the libFLAC presence in the depends.py to get ride of the exception and go on with the build process but If someone can give me an hand on that it will be great, I don't work much with scons ...

Regards,

Question information

Language:
English Edit question
Status:
Solved
For:
Mixxx Edit question
Assignee:
No assignee Edit question
Solved by:
Thomas Vincent
Solved:
Last query:
Last reply:
Revision history for this message
Thomas Vincent (vrince) said :
#1

Turns out it was the damn .sconsign.dblite holding old stuff making the build impossible.
Do not import local branches your already build on an other machine without removing this file !!