madronalabs / soundplane

Client software for the Madrona Labs Soundplane.
32 stars 11 forks source link

Missing MLProperty.h and MLSignal.h files #35

Closed cmconnelly closed 5 years ago

cmconnelly commented 5 years ago

Looks like MLProperty.h didn't get included in the JUCE update. I see

In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppState.cpp:6:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppState.h:10:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLModel.h:8:
/Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLPropertySet.h:13:10: fatal error: 
      'MLProperty.h' file not found
#include "MLProperty.h"
         ^~~~~~~~~~~~~~
…

In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppBorder.cpp:6:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppBorder.h:9:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLWidget.h:8:
/Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceLookAndFeel/MLUI.h:13:10: fatal error: 
      'MLSignal.h' file not found
#include "MLSignal.h"
         ^~~~~~~~~~~~

…

In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppView.cpp:6:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppView.h:10:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLReporter.h:9:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLModel.h:8:
/Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLPropertySet.h:13:10: fatal error: 
      'MLProperty.h' file not found
#include "MLProperty.h"
         ^~~~~~~~~~~~~~
1 error generated.

…

In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppWindow.cpp:6:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppWindow.h:9:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLAppView.h:10:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/JuceApp/MLReporter.h:9:
In file included from /Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLModel.h:8:
/Users/cmc/src/music/madronalabs/soundplane/ml-juce/deprecated/MLPropertySet.h:13:10: fatal error: 
      'MLProperty.h' file not found
#include "MLProperty.h"
         ^~~~~~~~~~~~~~
1 error generated.

** BUILD FAILED **

The following build commands failed:
    CompileC build/ml-juce/soundplane.build/RelWithDebInfo/ml-juce.build/Objects-normal/x86_64/MLAppBorder.o ml-juce/JuceApp/MLAppBorder.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/ml-juce/soundplane.build/RelWithDebInfo/ml-juce.build/Objects-normal/x86_64/MLAppView.o ml-juce/JuceApp/MLAppView.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
    CompileC build/ml-juce/soundplane.build/RelWithDebInfo/ml-juce.build/Objects-normal/x86_64/MLAppWindow.o ml-juce/JuceApp/MLAppWindow.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)

The corresponding C++ files are also missing.

madronalabs commented 5 years ago

Thanks for letting me know. I failed to update the Soundplane app to keep up with recent madronalib changes. I gave it some love just now and it should be working.