Nothing happens when building latest Scriptnode
-
@DanH I've already tried that, but unfortunately it doesn't work either... :/
-
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...
-
@Christoph-Hart bump :)
-
@alepan - you are going to have to wait more than 24 minutes...
-
@Lindon Yeah, sorry for my impatience :)
-
Were you definitely opening the Mac executable and not the GNU/Linux or Windows version?
-
On some macOS systems the prebuilt version of the Projucer cannot be opened (not sure why though). If this is the case you will need to build it from the source files.
Head over to
HISE repo/JUCE/extras/Projucer/
, then build the existing .xcodeproject in theBuilds/MacOS
folder. Make sure to build for profiling.If you want to use that projucer version for exporting plugins, you need to copy the compiled binary to the location of the one you could not open in the first place.
-
@Christoph-Hart Ok thanks, trying this solution now
-
@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