om-synth
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Om-synth] no intclient.h


From: Olivier El Mekki
Subject: [Om-synth] no intclient.h
Date: Sat, 25 Feb 2006 01:51:41 +0100
User-agent: Mozilla Thunderbird 1.0.7 (X11/20051209)

     Hello,

   I' ve got an error while building the last cvs:
main.cpp:44:28: jack/intclient.h: No such file or directory

I have browsed the src directory without finding what stand for it. 'find src -iname *jack*' return me:
src/engine/.deps/JackMidiDriver.Po
src/engine/.deps/JackAudioDriver.Po
src/engine/JackAudioDriver.h
src/engine/JackAudioDriver.o
src/engine/JackMidiDriver.h
src/engine/JackMidiDriver.cpp
src/engine/JackAudioDriver.cpp

(and 'find src -name intclient.h' don't return anything)

   Here are the all logs of error:

if g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/include/alsa -I../../src/common -fno-exceptions -fno-rtti -fPIC -g -O2 -DNDEBUG -DNDEBUG -pipe -fmessage-length=139 -fdiagnostics-show-location=every-line -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \ then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
main.cpp:44:28: jack/intclient.h: No such file or directory
main.cpp:47: error: 'jack_intclient_t' is used as a type, but is not defined as a type.
main.cpp: In function `void unload_engine(int)':
main.cpp:52: error: `jack_status_t' undeclared (first use this function)
main.cpp:52: error: (Each undeclared identifier is reported only once for each function it appears in.)
main.cpp:52: error: syntax error before `;' token
main.cpp:56: error: `status' undeclared (first use this function)
main.cpp:56: error: `jack_intclient' undeclared (first use this function)
main.cpp:56: error: `jack_internal_client_unload' undeclared (first use this function)
main.cpp:57: error: `JackFailure' undeclared (first use this function)
main.cpp: In function `int main(int, char**)':
main.cpp:87: error: syntax error before `;' token
main.cpp:89: error: `JackNoStartServer' undeclared (first use this function)
main.cpp:90: error: `jack_client_open' undeclared (first use this function)
main.cpp:93: error: `jack_options_t' undeclared (first use this function)
main.cpp:93: error: `JackLoadName' undeclared (first use this function)
main.cpp:93: error: `JackLoadInit' undeclared (first use this function)
main.cpp:94: error: `jack_internal_client_load' undeclared (first use this function)
make[4]: *** [main.o] Erreur 1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]