ForumsHardware ← Github Soundplane Client App

Hi,

Is there a forum specifically dedicated to soundplane client app development? I think I have built everything correctly for madronalib and soundplanelib, but when I try to build the soundplane app I get the following error:

The value of madronalib is :MADRONA_LIB-NOTFOUND
The value of soundplanelib is :SOUNDPLANE_LIB-NOTFOUND
-- dpkg-deb NOT found. deb generation will not be available
-- Configuring done (0.1s)
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
MADRONA_LIB
linked by target "Soundplane" in directory /usr/local/soundplane
SOUNDPLANE_LIB
linked by target "Soundplane" in directory /usr/local/soundplane

-- Generating done (0.0s)
CMake Generate step failed. Build files cannot be regenerated correctly.
(base) shanelea@ShanesMusicStudio build %

I think it's something to do with the headers in the CMakeLists.txt

<> # madronalib headers
<> # TODO Windows - use find_package?
include_directories(/usr/local/include/madronalib)

<> # soundplanelib headers
<> # TODO Windows - use find_package?
include_directories(/usr/local/include/soundplane)

Any suggestions?

Best regards,
Shane

Turned out to be something simple: find_library(madronalib madrona).

Now when I run 'xcodebuild -project soundplane.xcodeproj -target Soundplane -configuration RelWithDebInfo' I get a new error
** BUILD FAILED **

The following build commands failed:
CompileC /usr/local/soundplane/build/build/ml-juce.build/RelWithDebInfo/Objects-normal/x86_64/MLVectorDeprecated.o /usr/local/soundplane/ml-juce/deprecated/MLVectorDeprecated.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'ml-juce' from project 'soundplane')
(1 failure)