EXPORTING to VSTi ERROR : recompile with -fPIC
-
after I make clean, I remake again and the results are like that
then I open the build folder and find files with the formats DJR.a and DJR.so, have I managed to extract them?
-
The
.so
is your VST. Trymake CONFIG=release
otherwise you'll build the debug version. Are you using the scriptnode branch? -
root@djrecycle-X453SA:/home/djrecycle/DJRECYCLE95/Binaries/Builds/LinuxMakefile# make CONFIG=release Makefile:141: warning: overriding recipe for target '/' Makefile:132: warning: ignoring old recipe for target '/' mkdir: missing operand Try 'mkdir --help' for more information. Makefile:160: recipe for target '/Plugin_124bbd3c.o' failed make: [/Plugin_124bbd3c.o] Error 1 (ignored) Compiling Plugin.cpp ../../Source/Plugin.cpp:2:24: fatal error: JuceHeader.h: No such file or directory #include "JuceHeader.h" ^ compilation terminated. Makefile:160: recipe for target '/Plugin_124bbd3c.o' failed make: *** [/Plugin_124bbd3c.o] Error 1
-
Sorry, my mistake.
make CONFIG=Release
Are you using scriptnode branch?
-
yes I think use scriptnode branch
-
When you did
make clean
did it delete theintermediate
folder? -
yes intermediate folder deleted
-
Does
DJR.so
load in your DAW? -
DAW like a Reaper and Ardour?
-
@djrecycle Yeah
-
but like this
-
It's a VST. You have to add it to Reaper's VST search path or put it in your usual VST plugin location, just like any other plugin.
-
yes my VST plugin success now,, but my samples .wav can't include
link text -