ons 2008-03-12 klockan 16:29 +0100 skrev Mr.SpOOn:
On Mon, Mar 3, 2008 at 4:27 PM, Stephen Sinclair
Hope this helps:
sudo apt-get install libwxgtk2.6-dev
I already had this.
make linux-alsa
When I try to "make", I get a lot of errors:
... chuck/src/rtaudio.o: In function `RtApiJack::closeStream()': rtaudio.cpp:(.text+0x74b): undefined reference to `jack_client_close' rtaudio.cpp:(.text+0x859): undefined reference to `jack_deactivate' chuck/src/rtaudio.o: In function `RtApiJack::probeDeviceInfo(RtApi::RtApiDevice*)': rtaudio.cpp:(.text+0x884): undefined reference to `jack_client_new' rtaudio.cpp:(.text+0x89f): undefined reference to `jack_get_sample_rate' rtaudio.cpp:(.text+0x8da): undefined reference to `jack_get_ports' rtaudio.cpp:(.text+0x92a): undefined reference to `jack_get_ports' rtaudio.cpp:(.text+0x99e): undefined reference to `jack_client_close' ...
and so on.
In the end: make[1]: *** [wxw/miniAudicle] Error 1 make[1]: Leaving directory `/home/ilsignorcarlo/miniAudicle-0.1.3.8' make: [linux-alsa] Error 2 (ignored)
I don't what to do now :\ Is there any way to uninstall everything and try again?
yes, make clean As for the compile-error, I have no idea. Gasten