Hmm…
I was running the makefile from the shell by entering ‘make’ in the command shell.
I’m currently not using ‘code blocks’.
It seems to me that the problem occurs not in execute phase but during the compile step.
Hi, just out of curiosity, are you on a 64 bit linux machine? We had a similar problem this weekend with fmod and a 64 bit linux laptop.
If you are on a 64 bit machine you have two solutions: either create-a-32-bit-chroot-to-build-your-OF-apps or rebuild OpenFrameworks with 64 bit versions of the library dependencies.
I’m pretty sure that has been done once for 0.04 and could be done again for 0.05 w/ out major back breaking effort – we need to assemble a 64 bit team part of the problem is that theo and I don’t have 64 bit machines to test on.
if someone puts together a package, we’re happy to add it to the downloads…
I got stuck with this error when I compile the emptyExample with my fresh 64 bits libraries:
-------------- Build: Debug in emptyExample ---------------
Compiling: ../../../libs/openFrameworks/sound/ofSoundStream.cpp
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp: In function void ofSoundStreamSetup(int, int, ofSimpleApp*, int, int, int):
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:56: error: no matching function for call to RtAudio::StreamParameters::StreamParameters(int&)
../../../libs/rtAudio64/RtAudio.h:234: note: candidates are: RtAudio::StreamParameters::StreamParameters()
../../../libs/rtAudio64/RtAudio.h:228: note: RtAudio::StreamParameters::StreamParameters(const RtAudio::StreamParameters&)
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:64: error: class RtAudio has no member named setStreamCallback
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp: In function void ofSoundStreamListDevices():
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:113: error: RtAudioDeviceInfo was not declared in this scope
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:113: error: expected `;' before info
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:116: error: info was not declared in this scope
/home/rick/of0.05_linux_cb_FAT/libs/openFrameworks/sound/ofSoundStream.cpp:121: error: info was not declared in this scope
Arturo, hopefully you can take over here. Let’s see what the weekend brings us.