Problem exporting
-
@d-healey said in Problem exporting:
@alepan Which git branch did you use?
This is a question I'm not able to answer.
I just followed the instructions I found on this page: [https://github.com/christophhart/HISE/](link url) -
Then you have probably built the master branch. Use the scriptnode branch, it's much more up to date and will probably solve your issue.
If you want to know more about working with git, I have a video!
-
@d-healey said in Problem exporting:
Then you have probably built the master branch. Use the scriptnode branch, it's much more up to date and will probably solve your issue.
Ok thanks a lot. Where can I find the scriptnode branch?
Thanks for the video, I watch it immediately and get back to you if I have some problems. -
Click Branches
Then click scriptnode
Then Clone or Download (download zip is simplest if you're unfamiliar with git).
-
@d-healey said in Problem exporting:
ok thanks. Last question: is the install procedure the same as before? that is: open projucer, open standalone project, then compile?
-
@alepan Yup. I have a video for that too.
-
@d-healey
Perfect! Thank you very much! -
Hi David and all,
installing the Scriptnode version solved the problem. Thanks a lot guys! -
Here I am again, really sorry...
I've tried to re-compile my VSTi, and now the terminal gives me this error:Last login: Mon Jan 13 19:49:45 on ttys000
MacBook-Pro-di-Ale:~ ale$ /Volumes/Librerie/Strumenti\ HISE/Albanian\ Roots/Binaries/batchCompileOSX ; exit;
Re-saving file: /Volumes/Librerie/Strumenti HISE/Albanian Roots/Binaries/AutogeneratedProject.jucer
Error when saving: At least one of your JUCE module paths is invalid!
Please go to the Modules settings page and ensure each path points to the correct JUCE modules folder.Compiling Instrument plugin Albanian Roots ...
▸ Building Albanian Roots/Albanian Roots - Shared Code [Release]
▸ Check Dependencies
▸ Compiling Plugin.cpp/Volumes/Librerie/Strumenti HISE/Albanian Roots/Binaries/Source/Plugin.cpp:2:10: 'JuceHeader.h' file not found
#include "JuceHeader.h"
^~~~~~~~~~~~~~▸ Compiling include_hi_components.cpp
clang: error: no such file or directory: '/Volumes/Librerie/Strumenti HISE/Albanian Roots/Binaries/JuceLibraryCode/include_hi_components.cpp'
clang: error: no input files
▸ Compiling PresetData.cpp
▸ Compiling BinaryData.cppclang: error: no such file or directory: '/Volumes/Librerie/Strumenti HISE/Albanian Roots/Binaries/JuceLibraryCode/BinaryData.cpp'
clang: error: no input files
** BUILD FAILED **
The following build commands failed:
CompileC build/Albanian\ Roots.build/Release/Albanian\ Roots\ -\ Shared\ Code.build/Objects-normal/x86_64/Plugin.o /Volumes/Librerie/Strumenti\ HISE/Albanian\ Roots/Binaries/Source/Plugin.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Albanian\ Roots.build/Release/Albanian\ Roots\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_components.o /Volumes/Librerie/Strumenti\ HISE/Albanian\ Roots/Binaries/JuceLibraryCode/include_hi_components.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/Albanian\ Roots.build/Release/Albanian\ Roots\ -\ Shared\ Code.build/Objects-normal/x86_64/BinaryData.o /Volumes/Librerie/Strumenti\ HISE/Albanian\ Roots/Binaries/JuceLibraryCode/BinaryData.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)
Compiling finished. Cleaning up...
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed.[Processo completato]
It can't find some files in the JuceLibraryCode in my project folder. I've looked for them inside HISE folder, I found them and a readme files that tells me that Projucer deletes these files... So how can I export something now?
-
@alepan Have you selected the good path in the preferences?
-
@ustk said in Problem exporting:
@alepan Have you selected the good path in the preferences?
My bad... it was pointing to the old HISE build...
Looks like it's working now, thanks! -
@alepan I've made this mistake a hundred times...
But not anymore since I'm using Github, so the folder's always the same ;) -
@ustk said in Problem exporting:
@alepan I've made this mistake a hundred times...
But not anymore since I'm using Github, so the folder's always the same ;)I'll start using it as soon as I watch Dave's video ;)