[CLAM] Re: CLAM digest, Vol 1 #235 - 2 msgs
Stephane LETZ
letz at grame.fr
Sun Feb 12 02:07:14 PST 2006
Le 12 févr. 06 à 06:26, clam-request at iua.upf.es a écrit :
> Send CLAM mailing list submissions to
> clam at iua.upf.es
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://iua-mail.upf.es/mailman/listinfo/clam
> or, via email, send a message with subject or body 'help' to
> clam-request at iua.upf.es
>
> You can reach the person managing the list at
> clam-admin at iua.upf.es
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of CLAM digest..."
>
>
> Today's Topics:
>
> 1. Problems with Mac OSX 0.90 distribution? (Xavier Amatriain)
> 2. Problems with Mac OSX 0.90 distribution? (Xavier Amatriain)
>
> --__--__--
Hi,
I'm trying CLAM 0.90 on Tiger 10.4
Installations worked after I installed the QT3 libs given of CLAM
site. Using QT3 installed with DarwinPorts was not working for me.....
1) I tried to recompile CLAM-Voice2MIDI-0.3.0 without sucess. My
PKG_CONFIG_PATH is /usr/local/lib/pkgconfig:/opt/local/lib/pkgconfig
I get this error:
^[[A^Cscons: done building targets.
Build interrupted.
vil69-4-82-228-206-231:~/Desktop/CLAM-Voice2MIDI-0.3.0/scons letz$ scons
scons: Reading SConscript files ...
Package clam_core was not found in the pkg-config search path.
Perhaps you should add the directory containing `clam_core.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clam_core' found
Package clam_processing was not found in the pkg-config search path.
Perhaps you should add the directory containing `clam_processing.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clam_processing' found
Package clam_audioio was not found in the pkg-config search path.
Perhaps you should add the directory containing `clam_audioio.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clam_audioio' found
Package clam_vmqt was not found in the pkg-config search path.
Perhaps you should add the directory containing `clam_vmqt.pc'
to the PKG_CONFIG_PATH environment variable
No package 'clam_vmqt' found
scons: done reading SConscript files.
scons: Building targets ...
g++ -o /Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.o -c -g -
Wall -include CLAM/preinclude.hxx -DMANUAL_BASE="\"/usr/share/doc/
voice2midi/manual\"" -I/usr/local/Trolltech/Qt-4.0.1/include -I/Users/
letz/Desktop/CLAM-Voice2MIDI-0.3.0/src -I/Users/letz/Desktop/CLAM-
Voice2MIDI-0.3.0/src/Analysis -I/Users/letz/Desktop/CLAM-
Voice2MIDI-0.3.0/src/AudioIO -I/Users/letz/Desktop/CLAM-
Voice2MIDI-0.3.0/src/Controller -I/Users/letz/Desktop/CLAM-
Voice2MIDI-0.3.0/src/GUI -I/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/
src/GUI/MainWindow -I/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/
GUI/Widgets -I/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/
Widgets/Surfaces -I/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/
MIDIOut -I/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/misc /Users/
letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:7:26: error:
qapplication.h: No such file or directory
In file included from /Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/
main.cxx:8:
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:14:25: error: qmainwindow.h: No such file or directory
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:15:25: error: qmessagebox.h: No such file or directory
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:35: error: expected class-name before '{' token
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:49: error: ISO C++ forbids declaration of 'Q_OBJECT' with
no type
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:51: error: expected ';' before 'public'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:56: error: 'QCloseEvent' has not been declared
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:58: error: expected `:' before 'slots'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:60: error: expected primary-expression before 'void'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:60: error: ISO C++ forbids declaration of 'slots' with no
type
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:60: error: expected ';' before 'void'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:157: error: 'QMessageBox' has not been declared
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/GUI/MainWindow/
V2MGUI.hxx:157: error: 'Icon' has not been declared
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx: In function
'int main(int, char**)':
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:23: error:
'QApplication' was not declared in this scope
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:23: error:
expected `;' before 'app'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:25: error:
'class V2MGUI' has no member named 'show'
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:26: error:
'app' was not declared in this scope
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:26: error:
'lastWindowClosed' was not declared in this scope
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:26: error:
'SIGNAL' was not declared in this scope
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:26: error:
'quit' was not declared in this scope
/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.cxx:26: error:
'SLOT' was not declared in this scope
scons: *** [/Users/letz/Desktop/CLAM-Voice2MIDI-0.3.0/src/main.o]
Error 1
scons: building terminated because of errors.
vil69-4-82-228-206-231:~/Desktop/CLAM-Voice2MIDI-0.3.0/scons letz$
2) I have a weird behaviour when using the CLAM network editor.
Starting the Network (Start Network in Network Actions menu) just
hang the machine during several second, up to stopping running audio/
video applications... as if something very heavy was done in a real-
time thread.
Thanks
Stephane Letz
More information about the clam-users
mailing list