openFrameworks-RaspberryPi / openFrameworks

This repo has migrated into the openFramworks core! Please go to http://github.com/openFrameworks/openFrameworks for the latest!
http://github.com/openFrameworks/openFrameworks
Other
104 stars 11 forks source link

ofxSoundStream fails to compile #6

Closed bakercp closed 11 years ago

bakercp commented 11 years ago

See the log here:

https://gist.github.com/4119850 (log)

bakercp commented 11 years ago

Currently, ofxSoundStream is excluded from the core build files. There were some initial problems, so I left it out. If you want to build the core with sound support, you can do so here by commenting out the following lines: https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/linuxarmv6l/configure.core.linuxarmv6l.default.make#L47 https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/linuxarmv6l/configure.core.linuxarmv6l.default.make#L164 https://github.com/openFrameworks-RaspberryPi/openFrameworks/blob/develop-raspberrypi/libs/openFrameworksCompiled/project/linuxarmv6l/configure.core.linuxarmv6l.default.make#L165 Comment them out with # and they will not be excluded from the core library build.

bakercp commented 11 years ago

Once you comment those out, you may get some other errors and some of the core OF files might need to be modified. A lot of the sound stuff was initially ifdef'd out using the TARGET_NO_SOUND def.

danzeeeman commented 11 years ago

ok thanks

bakercp commented 11 years ago

If you do a search for the TARGET_NO_SOUND you'll quickly find the potential problem areas. Good luck and keep us posted!

danzeeeman commented 11 years ago

I will. I need sound inputs working for my ScratchML client so I'm going to be working on this and GL output over the holiday.

On Tue, Nov 20, 2012 at 2:04 PM, Christopher Baker <notifications@github.com

wrote:

If you do a search for the TARGET_NO_SOUND you'll quickly find the potential problem areas. Good luck and keep us posted!

— Reply to this email directly or view it on GitHubhttps://github.com/openFrameworks-RaspberryPi/openFrameworks/issues/6#issuecomment-10568053.

"I believe in science. Unlike mathematical theorems, scientific results can't be proved. They can only be tested again and again, until only a fool would not believe them.

I cannot prove that electrons exist, but I believe fervently in their existence. And if you don't believe in them, I have a high voltage cattle prod I'm willing to apply as an argument on their behalf. Electrons speak for themselves."

-- Seth Lloyd: Quantum Mechanical Engineer, MIT

/.

bakercp commented 11 years ago

Very exciting!

bakercp commented 11 years ago

@danthemellowman has this been fixed with the latest update from @arturoc ?

arturoc commented 11 years ago

yes this is fixed you need to install portaudio19-dev but that should be it

bakercp commented 11 years ago

Thanks @arturoc

danzeeeman commented 11 years ago

@bakercp cool. I'll test the updates. @arturoc you are a beast