[Osw-users] compile errors with cvs version
Brought to you by:
peoplestank
From: smoerk <sm...@gm...> - 2003-09-17 13:52:55
|
hello, i checked out osw from cvs one hour ago and i've got the following compile error. i have jack 0.80.0 installed (redhat / planet ccrma). tack-check -c oswLinuxJackAudio.cpp In file included from oswLinuxJackAudio.cpp:62: oswLinuxJackAudio.h:80: parse error before `[' token oswLinuxJackAudio.cpp: In function `int osw::osw_jack_process_callback(unsigned int, void*)': oswLinuxJackAudio.cpp:76: `class osw::JackDriver' has no member named `step' oswLinuxJackAudio.cpp:81: `jack_get_buffer' undeclared (first use this function) oswLinuxJackAudio.cpp:81: (Each undeclared identifier is reported only once for each function it appears in.) oswLinuxJackAudio.cpp: In constructor `osw::JackDriver::JackDriver(const osw::string&, osw::Container*)': oswLinuxJackAudio.cpp:138: `Tokenize' undeclared (first use this function) make: *** [oswLinuxJackAudio.o] Error 1 |