mourednik / argotlunar

Surreal transformations of audio streams
http://argotlunar.info
GNU General Public License v2.0
166 stars 11 forks source link

Used JUCE version require vstsdk2.4, that is not available anymore. #2

Closed Fak3 closed 3 years ago

Fak3 commented 8 years ago

I tried to build project with vstsdk 3.x (it has older 2.x headers in vst2.x directory in the bundle), but build fails:

u1@pc1:/home/z/pproj/argotlunar/Builds/Linux> make
Compiling juce_VST_Wrapper.cpp
In file included from ../../../vstsdk2.4/public.sdk/source/vst2.x/audioeffectx.h:37:0,
                 from ../../JuceLibraryCode/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:83:
../../../vstsdk2.4/public.sdk/source/vst2.x/audioeffect.h:37:60: fatal error: pluginterfaces/vst2.x/aeffect.h: No such file or directory
 #include "pluginterfaces/vst2.x/aeffect.h" // "c" interface
                                                            ^
compilation terminated.
Makefile:204: recipe for target 'build/intermediate/Release/juce_VST_Wrapper_bb62e93d.o' failed
make: *** [build/intermediate/Release/juce_VST_Wrapper_bb62e93d.o] Error 1
JRSV commented 5 years ago

this is an old post but no answer, I am also trying to compile and run into the same issues. any solutions?

mourednik commented 3 years ago

Sorry I had abandoned this project for years. I need to rewrite the plugin for VST3 / latest JUCE.