Nothing happens when building latest Scriptnode
-
@Christoph-Hart It doesn't compile, I get this error:
Ld /Users/ale/Documents/SOFTWARE\ PER\ INSTALLAZIONE\ HISE/HISE-scriptnode\ 2/JUCE/extras/Projucer/Builds/MacOSX/build/Debug/Projucer.app/Contents/MacOS/Projucer normal x86_64 (in target: Projucer - App)
cd /Users/ale/Documents/SOFTWARE\ PER\ INSTALLAZIONE\ HISE/HISE-scriptnode\ 2/JUCE/extras/Projucer/Builds/MacOSX
export MACOSX_DEPLOYMENT_TARGET=10.11
/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/ale/Documents/SOFTWARE\ PER\ INSTALLAZIONE\ HISE/HISE-scriptnode\ 2/JUCE/extras/Projucer/Builds/MacOSX/build/Debug -F/Users/ale/Documents/SOFTWARE\ PER\ INSTALLAZIONE\ HISE/HISE-scriptnode\ 2/JUCE/extras/Projucer/Builds/MacOSX/build/Debug -filelist /Users/ale/Library/Developer/Xcode/DerivedData/Projucer-hgfaqcvuhoxjuudsfyfumjajnkpi/Build/Intermediates.noindex/Projucer.build/Debug/Projucer\ -\ App.build/Objects-normal/x86_64/Projucer.LinkFileList -mmacosx-version-min=10.11 -Xlinker -object_path_lto -Xlinker /Users/ale/Library/Developer/Xcode/DerivedData/Projucer-hgfaqcvuhoxjuudsfyfumjajnkpi/Build/Intermediates.noindex/Projucer.build/Debug/Projucer\ -\ App.build/Objects-normal/x86_64/Projucer_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -stdlib=libc++ -framework Accelerate -framework AudioToolbox -framework AudioUnit -framework AVFoundation -framework Carbon -framework Cocoa -framework CoreAudio -framework CoreAudioKit -framework CoreMIDI -framework DiscRecording -framework IOKit -framework OpenGL -framework QTKit -framework QuartzCore -framework QuickTime -framework WebKit -Xlinker -dependency_info -Xlinker /Users/ale/Library/Developer/Xcode/DerivedData/Projucer-hgfaqcvuhoxjuudsfyfumjajnkpi/Build/Intermediates.noindex/Projucer.build/Debug/Projucer\ -\ App.build/Objects-normal/x86_64/Projucer_dependency_info.dat -o /Users/ale/Documents/SOFTWARE\ PER\ INSTALLAZIONE\ HISE/HISE-scriptnode\ 2/JUCE/extras/Projucer/Builds/MacOSX/build/Debug/Projucer.app/Contents/MacOS/Projucerld: framework not found QuickTime
clang: error: linker command failed with exit code 1 (use -v to see invocation)Obviously, QuickTime is present in my system...!
I don't have the knowledge to understand this... hope you can help me :) -
Post-Christmas BUMP :)
-
Try the advice here to open Projucer - https://forum.hise.audio/topic/3330/problems-exporting-vst-on-mac
-
@d-healey thanks :)
-
@d-healey Terminal tells me "No such file or directory". I copied the terminal line, adding the path to my HISE directory... checked spelling many times... I really don't know what's going on...
-
@alepan Can you screen record what you're doing and post a video?
-
@d-healey sure will do in a moment
-
-
You need to change the video from private to either unlisted or public.
-
@d-healey Sorry!!! Done :)
-
Are you sure the path starts at
Documenti
? Have you tried copying the path using finder, clicking the cog >> copy as path? -
@d-healey actually, a part of the path was missing, now the terminal does not give me the error any more. I will try to compile now. Thanks Dave
-
This post is deleted! -
@alepan said in Nothing happens when building latest Scriptnode:
Update: I tried opening Projucer from the Tools->Projucer directory, and it says "Projucer is damaged and cannot be opened"... I re-downloaded the latest scriptnode and I still get this error...
I had the same problem.
I replaced the .Jucer app with one from the previous release. -
-
Final Updated: After replacing the Projucer.app with an older version, now HISE compiles. I'll do some testing in the next few days. Thanks everybody!