Need help with Mac installation :) [Solved]
-
Same Error :(
Still No Luck
Here is what xcdoe Shows beforeclang: error: no such file or directory: '/opt/intel/ipp/lib/libippi.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libipps.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libippvm.a'
clang: error: no such file or directory: '/opt/intel/ipp/lib/libippcore.a'Command Ld failed with a nonzero exit code
Ld /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug/HISE\ Debug.app/Contents/MacOS/HISE\ Debug normal x86_64 (in target: HISE Standalone - App) cd /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX export MACOSX_DEPLOYMENT_TARGET=10.7 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ -arch x86_64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk -L/Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug -L/opt/intel/ipp/lib -F/Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug -filelist /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug.LinkFileList -mmacosx-version-min=10.7 -Xlinker -object_path_lto -Xlinker /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -stdlib=libc++ /opt/intel/ipp/lib/libippi.a /opt/intel/ipp/lib/libipps.a /opt/intel/ipp/lib/libippvm.a /opt/intel/ipp/lib/libippcore.a -framework Accelerate -framework AudioToolbox -framework AudioUnit -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreAudioKit -framework CoreMIDI -framework DiscRecording -framework IOKit -framework OpenGL -framework QuartzCore -framework WebKit -Xlinker -dependency_info -Xlinker /Users/Natanr/Library/Developer/Xcode/DerivedData/HISE_Standalone-hlayextcjdqhsufhcbuhzhotbwjd/Build/Intermediates.noindex/HISE\ Standalone.build/Debug/HISE\ Standalone\ -\ App.build/Objects-normal/x86_64/HISE\ Debug_dependency_info.dat -o /Users/Natanr/Downloads/HISE-2.1.0/projects/standalone/Builds/MacOSX/build/Debug/HISE\ Debug.app/Contents/MacOS/HISE\ Debug
-
Have you installed xcpretty? https://forum.hise.audio/topic/211/urgent-building-is-failed-with-xcpretty.
Also are you building the debug or release version, those message mention debug.
Have you installed IPP?
-
@d-healey Thanks Dear David
For both debug and release , i end up with same error.
And also i desabled ipp due an error , so iskipped ipp for now.
I'll Take a look at xcpretty now -
@Natan-Rezaei If you disable IPP you need to edit the .jucer file. The instructions are on github.
-
@d-healey I guess we all faced the same on Macos onboarding process.
- IPP installation
- xcpretty installation
- x64 bit thing
Maybe an updated tutorial is needed.
-
@hisefilo Actually I've already filmed a tutorial showing installation/building on each OS, I just need to edit them :)
-
@d-healey clap clap clap :)
-
@d-healey Ha ha Thank You Dear David , Big Fan of your Tuts Since kontakt.
You Have great voice and language sir to teach coding :) Can't wait to see some great tips and tricks -
@hisefilo Thanks dear hisefillo And @d-healey Dear David , i've done all 3 steps , and Hise Now Works just fine :)
Good news :) I build hise finally with No Error :)
And bad news : Just To Test exporting , I Faced With A Strange error , Even knowing that i disbaled IPP Correctly. in Both projucer and Hise preferences :(
Any solution?❌ clang: error: no such file or directory: '/opt/intel/ipp/lib/libippi.a' ❌ clang: error: no such file or directory: '/opt/intel/ipp/lib/libipps.a' ❌ clang: error: no such file or directory: '/opt/intel/ipp/lib/libippvm.a' ❌ clang: error: no such file or directory: '/opt/intel/ipp/lib/libippcore.a' ** BUILD FAILED ** The following build commands failed: Ld /Users/Natanr/Library/Audio/Plug-Ins/VST/Hise\ Projects.vst/Contents/MacOS/Hise\ Projects normal x86_64 (1 failure) Compiling finished. Cleaning up... logout Saving session... ...copying shared history... ...saving history...truncating history files... ...completed. [Process completed]
-
@Natan-Rezaei Did you disable it in the plugin .jucer file?
-
@Natan-Rezaei I strongly recommend u to install IPP. That way you can compile right from the Hise menu. Otherwise you need to edit the .xcode file for every compilation (turning off ipp flags manually within Xcode) a pain in the .....
-
@d-healey @hisefilo Thank You Sir david And dear hisefillo <3
I Changed my mind On That IPP Thing , and Download and installed it With Glory.
Build Hise from source again With Ipp Enabled in hi_core :)
Everything works smoothly :)
Compiled AU /VST both works :)Thank you guys , and have a fun weekend :) <3