Export error
-
I followed the excellent tutorial that David Healey made, "How to make a synth", and all works fine except two things, (I'm on a Macbook, Ventura 13.6.1).
- When adding a floating tile and setting the content type "Midi Sources", the floating tile remains empty:
- When exporting, I get an error:
▸ Compiling include_hi_zstd_2.mm
▸ Compiling include_juce_gui_basics.mm
▸ Compiling include_hi_tools.mm
▸ Compiling include_hi_snex_62.cpp/Users/PersMac/Desktop/HISE-develop/hi_snex/../hi_dsp_library/../hi_tools/../hi_streaming/hi_streaming.h:77:10: 'ipp.h' file not found
#include "ipp.h"
^~~~~~~▸ Compiling include_hi_streaming.cpp
/Users/PersMac/Desktop/HISE-develop/hi_streaming/hi_streaming.h:77:10: 'ipp.h' file not found
#include "ipp.h"
^~~~~~~▸ Compiling include_hi_snex.mm
** BUILD FAILED **The following build commands failed:
CompileC /Users/PersMac/Desktop/HISE\ Synt\ Demo/Binaries/Builds/MacOSX/build/HISE\ Synt\ Demo.build/Release/HISE\ Synt\ Demo\ -\ App.build/Objects-normal/x86_64/include_hi_streaming.o /Users/PersMac/Desktop/HISE\ Synt\ Demo/Binaries/JuceLibraryCode/include_hi_streaming.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'HISE Synt Demo - App' from project 'HISE Synt Demo')
(1 failure)
logoutAny ideas?
-
@Sampletekk Disable IPP
-
-
@Sampletekk said in Export error:
@d-healey said in Export error:
@Sampletekk Disable IPP
Where do you do that?
Found it!
-
Exporting as standalone worked great, but when I try to export as VSTi, I get this:
Last login: Wed Nov 29 11:49:51 on ttys000
The default interactive shell is now zsh.
To update your account to use zsh, please runchsh -s /bin/zsh
.
For more details, please visit https://support.apple.com/kb/HT208050.
Pers-MBP-2:~ PersMac$ /Users/PersMac/Desktop/HISE\ Synt\ Demo/Binaries/batchCompileOSX ; exit;
Re-saving file: /Users/PersMac/Desktop/HISE Synt Demo/Binaries/AutogeneratedProject.jucer
Finished saving: Visual Studio 2017
Finished saving: Xcode (macOS)
Finished saving: Xcode (iOS)
Finished saving: Linux Makefile
Compiling Instrument plugin HISE Synt Demo ...
Building targets in manual order is deprecated - check "Parallelize build for command-line builds" in the project editor, or set DISABLE_MANUAL_TARGET_ORDER_BUILD_WARNING in any of the targets in the current build to suppress this warningerror: Cycle in dependencies detected, but could not be parsed. Please file a bug report with the build transcript and how to reproduce the cycle if possible.
** BUILD FAILED **
logout
Saving session...
...copying shared history...
...saving history...truncating history files...
...completed. -
@Sampletekk What version of Xcode?
-
-
@Sampletekk That's probably the issue. Some recent threads on the forum indicate that the latest version doesn't work.
-
@d-healey said in Export error:
@Sampletekk That's probably the issue. Some recent threads on the forum indicate that the latest version doesn't work.
Ok, I'll downgrade. Any ideas on what version will work?
-
@Sampletekk said in Export error:
@d-healey said in Export error:
@Sampletekk That's probably the issue. Some recent threads on the forum indicate that the latest version doesn't work.
Ok, I'll downgrade. Any ideas on what version will work?
Downgraded to XCode 14.3.1, all worked!