Build errors on Gentoo linux
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Mixxx |
New
|
Undecided
|
Unassigned |
Bug Description
When I try to build mixxx on gentoo, configure causing the errors:
# scons | grep ERROR
ERROR:root:Unmet dependency: Did not find libmad.a, libmad.lib, or the libmad development header files - exiting!
ERROR:root:Unmet dependency: Did not find libsndfile or it's development headers, exiting!
ERROR:root:Unmet dependency: Did not find libFLAC development libraries, exiting!
ERROR:root:Unmet dependency: Did not find libvorbis.a, libvorbis.lib, or the libvorbisfile development headers.
ERROR:root:Unmet dependency: Did not find GLU development files, exiting!
ERROR:root:Unmet dependency: Could not find libtag or its development headers.
ERROR:root:Unmet dependency: Could not find libmp4, libmp4v2 or the libmp4v2 development headers.
ERROR:root:Build had unmet dependencies. Exiting.
but I have install all of these libraries with their developer files. For example:
$ pkg-config --libs mad
-lmad -lm
$ locate mad.h
/usr/include/mad.h
You can get complete build log and config.log here: https:/ /bugs.gentoo. org/show_ bug.cgi? id=310821# c77