1 failure compiling blank project
-
@d-healey said in 1 failure compiling blank project:
Follow the instructions on github and compile HISE - https://github.com/christophhart/HISE?tab=readme-ov-file#osx
I followed the procedure.
Here is what I have with Standalone :Last login: Tue Dec 3 08:49:30 on ttys000 /Users/USER/Programming/3DEC/Binaries/batchCompileOSX ; exit; USER@pc-36 ~ % /Users/USER/Programming/3DEC/Binaries/batchCompileOSX ; exit; Re-saving file: /Users/USER/Programming/3DEC/Binaries/AutogeneratedProject.jucer Finished saving: Visual Studio 2017 - Builds/VisualStudio2017/ Finished saving: Xcode (macOS) Finished saving: Linux Makefile Compiling Standalone application 3DEC ... ▸ Processing Info-App.plist ▸ Compiling include_melatonin_blur.cpp ▸ Compiling include_juce_product_unlocking.mm ▸ Compiling include_juce_opengl.mm ▸ Compiling include_juce_osc.cpp ▸ Compiling include_juce_gui_basics.mm ▸ Compiling include_juce_gui_extra.mm ▸ Compiling include_juce_events.mm ▸ Compiling include_juce_graphics.mm ▸ Compiling include_juce_dsp.mm ▸ Compiling include_juce_data_structures.mm ▸ Compiling include_juce_cryptography.mm ▸ Compiling include_juce_core.mm ▸ Compiling include_juce_audio_utils.mm ▸ Compiling include_juce_audio_processors.mm ▸ Compiling include_juce_audio_formats.mm ▸ Compiling include_juce_audio_devices.mm ▸ Compiling include_juce_audio_basics.mm ▸ Compiling include_hi_zstd_3.mm ▸ Compiling include_hi_zstd_2.mm ▸ Compiling include_hi_zstd_1.mm ▸ Compiling include_hi_tools_02.cpp ▸ Compiling include_hi_tools_01.cpp ▸ Compiling include_hi_streaming.cpp ** BUILD FAILED ** The following build commands failed: CompileC /Users/USER/Programming/3DEC/Binaries/Builds/MacOSX/build/3DEC.build/Release/3DEC\ -\ App.build/Objects-normal/x86_64/include_hi_tools_02.o /Users/USER/Programming/3DEC/Binaries/JuceLibraryCode/include_hi_tools_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target '3DEC - App' from project '3DEC') (1 failure) ▸ Compiling include_hi_snex_62.cpp Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Opération terminée]
-
And with Plugin version, Building failed in Xcode :
/Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm Build input file cannot be found: '/Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?
I cloned https://github.com/christophhart/HISE but seems file is missing.
juce_VST3ManifestHelper.mm is in the JUCE folder (the one I download from JUCE website).
Should I copy and paste the missing file? Something I don't understand here ^^
-
@JayPee everything you need it included with the HISE source code, don't add any external files.
-
I was able to build a standalone and a VST3 plugin by creating a new project in JUCE, so Xcode and JUCE are working as expected.
I assume the issue is coming from HISE?
I’m on it...!
Thanks for your attention! -
@JayPee said in 1 failure compiling blank project:
I assume the issue is coming from HISE?
If you've brought in an external version of JUCE then don't expect HISE to compile. HISE uses a customised version of JUCE.
-
I cloned the files from GitHub. Didn't add any external files.
-
@JayPee What versions of MacOS, what version of Xcode, what CPU architecture?
-
-
@JayPee It could be the version of xcode - apple seems to break things with each update. Try an older version.
-
@d-healey Ah! Will try! thank you!