Can someone please help me here?
Thank you!
Posts
-
RE: A compilation failure error - include_hi_streaming.cpp while building exporting project to plugin.
-
RE: A compilation failure error - include_hi_streaming.cpp while building exporting project to plugin.
@Lindon I'm already running Xcode 16.0 which I think by default builds for the M1. You can see architecture settings set to $ARCHS_STANDARD
How do I enable HISE to build VST3? Is that it?
I've already extracted the SDK from the zip file in the tools folder. -
RE: A compilation failure error - include_hi_streaming.cpp while building exporting project to plugin.
@d-healey
I have only one single copy. I'm trying to build from the latest development branch. I'm Using Xcode 16 because we are facing issues with Xcode 16.3 or any latest value.When I launch it and try to export the project to VST plugin. It doesn't work and throws the same error as I mentioned above.
I have the following questions-
- If I keep an empty project, just freshly launched HISE and created a new project. If I try to export this project as a VST plugin would that work?
- While exporting the plugin to VST from the release binary of HISE I've built, do I have to install anything else like again setting up the export wizard?
- Any other library that my machine should have already installed?
You can check I've created a release build of Hise from Xcode.
-
A compilation failure error - include_hi_streaming.cpp while building exporting project to plugin.
I'm trying to export a plugin from Hise Standalone.
I've cloned the repo and am on the latest development branch code. I built the HISE with Xcode and launched it from Xcode.
While I try to export the plugin from my project I am facing this error -The following build commands failed: CompileC /Users/nikhilchaudhari/Workspace/Personal/vst-plugins/TestProject3/Binaries/Builds/MacOSX/build/TestProject3.build/Release/TestProject3\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_streaming.o /Users/nikhilchaudhari/Workspace/Personal/vst-plugins/TestProject3/Binaries/JuceLibraryCode/include_hi_streaming.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'TestProject3 - Shared Code' from project 'TestProject3') (1 failure)
Can someone please help me understand the error here? If I have to install anything any libraries I'm missing.
-
RE: Buildling HISE from latest branch and commit throws error in xcode mac m1 max sequoia
Yeah trying to build with older xcode
-
Buildling HISE from latest branch and commit throws error in xcode mac m1 max sequoia
I'm trying to build HISE standalone from the source code. Cloned everything. I set up everything and now trying to build from Xcode but there's this one error I could not resolve.
Can someone please guide me here?
Thank you in advance.