jamoma / JamomaCore

Jamoma Frameworks for Audio and Control Structure
Other
37 stars 14 forks source link

AudioGraph lib fails to compile #122

Closed lossius closed 11 years ago

lossius commented 11 years ago

In attempt to solve iOS compilation issues the prototype for test was commented out in 93e564d649928e4284f00ffd1254c11cd3f89abe. That commit cause AudioGraph lib not to compile on OSX any longer with the following error:

tests/split-gain-join.test.cpp:22:30: error: out-of-line definition of 'test' does not match any declaration in 'TTAudioGraphGenerator'

I guess we'll need to revert this commit, and find another solution to the iOS issue at hand.

tap commented 11 years ago

The split-gain-join.test.cpp file was not a member of the iOS target for some strange reason. Have fixed locally and will push to the dev branch in a moment.