Exporting VSTi issue
-
@d-healey Mhh, doesn't work though....
Theres only "Compiling include_juce_audio_plugin_client_VST3.cpp" appended before copmile finish.toxonic@toxonic-studio:~/Audio/HISE/Exercises/test_project/Binaries$ '/home/toxonic/Audio/HISE/Exercises/test_project/Binaries/batchCompileLinux.sh' Re-saving file: /home/toxonic/Audio/HISE/Exercises/test_project/Binaries/AutogeneratedProject.jucer Finished saving: Visual Studio 2017 Finished saving: Xcode (macOS) Finished saving: Xcode (iOS) Finished saving: Linux Makefile Compiling Instrument plugin DrumSampler ... make: *** Keine Regel vorhanden, um das Ziel „/home/toxonic/Source_Applications/HISE/HISE-scriptnode/hi_core/hi_core.h“, benötigt von „build/intermediate/Release/Plugin_124bbd3c.o“, zu erstellen. Schluss. make: *** Auf noch nicht beendete Prozesse wird gewartet … Compiling include_juce_audio_plugin_client_VST3.cpp Compiling finished. Cleaning up...
-
@toxonic How many copies of the HISE source code do you have? Did you run make clean first? If not do that.
-
@d-healey Oh, now I see, the folder "HISE/HISE-scriptnode" doesn't exist... Where to change that path? actually compiling... i'm exited! :-)
-
@toxonic You can change it in project preferences.
-
@d-healey Uh? I can't find any path leading there... The HISE path is set to "/home/toxonic/Source_Applications/HISE/HISE-develop"
-
@toxonic And you only have one copy of the source on your system, correct?
-
@d-healey I always use a backup folder (HISE/bak/...) for the previous HISE version, in case i have issues with the latest release
(But no HISE-scriptnode folder for a while anymore...) -
@toxonic Use git if you want to manage multiple versions. Clean the build folder, point your project towards the HISE source that you want to use.
-
@d-healey Uhh? OK, i don't know how to do any of these 3 tasks you mentioned...
(Edit: I don't really need that backup folder, but cleaning the build folder? I don't really know what is meant.... And I don't know how to point HISE to the source, i actually use) -
-
-
Run
make clean
inside HISE/projects/standalone/Builds/LinuxMakefile -
-
-
@d-healey Okya David, you are great - a million thanks! I really always appreciate your help! :-)