Compilation Issues for Custom C++ Scriptnode template & Faust on Windows
-
@dannytaurus Yes, they are placed in c: drive already and latest build 4.1.0
-
@David-Healey I was able to compile and build a few days back using VS 2022 v17
-
I removed existing HISE build and recompiled HISE 4.1.0 build and now the build failed to compile in VS 2022. Have attached the error log along with this post.HISE Build 4.1.0 Log error.txt
-
@PV3679 said in Compilation Issues for Custom C++ Scriptnode template & Faust on Windows:
recompiled HISE 4.1.0
Which branch are you building?
-
@David-Healey develop branch
-
@PV3679 said in Compilation Issues for Custom C++ Scriptnode template & Faust on Windows:
Have attached the error log along with this post.HISE Build 4.1.0 Log error.txt
This is from compiling HISE or your DLL?
-
@David-Healey Compiling HISE
-
@PV3679 Are you using VS22 still? What method did you use to download the HISE source code?
-
@David-Healey I downloaded the source file directly from Github, extracted it and used projucer within the file to build HISE assume is there any other recommended way other than this?
-
@PV3679 said in Compilation Issues for Custom C++ Scriptnode template & Faust on Windows:
I downloaded the source file directly from Github, extracted it and used projucer within the file
You need to use git to download the source code. This command:
git clone --branch develop --recurse-submodules https://github.com/christophhart/HISE.git -
@David-Healey It compiled and builds successfully now both with App & VST. Thanks for your support have compiled it with VS 2026 didn't face file path specification error as well.