BelaPlatform / supercollider

an environment and programming language for real time audio synthesis and algorithmic composition
GNU General Public License v3.0
14 stars 8 forks source link

Build errors with latest Bela code #27

Closed giuliomoro closed 7 years ago

giuliomoro commented 7 years ago

one is due to g++-4.8 not being aware of some C++11 functionalities inBela/core/Midi.cpp, the other is due to having to link in an additional library in Bela/lib/libmathneon.a. I will try to fix them from the Bela side of thing.

Current workaround is to compile with make VERBOSE=true and manually edit and run the calls that fail, replacing gcc with clang for the former and adding /root/Bela/lib/libmathneon.a at the end of the latter.

giuliomoro commented 7 years ago

Should build fine with BelaPlatform/Bela@6859c4a