You are here

Add new comment

yPhil's picture

Thanks ; I solved this by installing the xxxx-devel packages of the required libs
I'm trying to compile the latest CVS version because I feel brave :)
The only errors I get on configure are those :

configure: WARNING: *** mad library not found.
configure: WARNING: *** MPEG Layer III audio file support will be disabled.
configure: WARNING: *** JACK latency support will be disabled.

So the only options flagged "no" are :

MPEG-1 Audio Layer 3 file support (libmad) . . . .: no
LV2 Plug-in support (liblilv) (NEW) . . . . . . .: no
LV2 Plug-in UI instantiation (libsuil) (NEW) . . .: no
LV2 Plug-in QT4 UI support (NEW) . . . . . . . . .: no
LV2 Plug-in Files support (EXPERIMENTAL) . . . . .: no
JACK Session support . . . . . . . . . . . . . . .: no
JACK Latency support (NEW) . . . . . . . . . . . .: no
X11 Unique/Single instance . . . . . . . . . . . .: no
XInitThreads() support (DANGEROUS) . . . . . . . .: no
Debugger stack-trace (gdb) . . . . . . . . . . . .: no

Questions :
-What do I need to do to enable Jack Session Support ?
-What do I need to do to enable JACK Latency support ?
-Where should I look for the list of possible build options ?
-I dont really care for mp3, do I really need this if I use flac as the clip format ?