HISE Logo Forum
    • Categories
    • Register
    • Login

    Nothing happens when building latest Scriptnode

    Scheduled Pinned Locked Moved General Questions
    26 Posts 6 Posters 1.4k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • A
      alepan
      last edited by

      Hey there, I'm trying to build the latest Scriptnode version, Standalone, but when I double click the "HISE Standalone.jucer" file nothing happens. Any ideas? I'm on Mac Mojave 10.14.6 and Xcode 10.3.

      DanHD 1 Reply Last reply Reply Quote 0
      • DanHD
        DanH @alepan
        last edited by

        @alepan I think I has the same issue and did a 'right-click' and selected Projucer from the 'Open With' menu... possibly a different version I don't remember

        DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
        https://dhplugins.com/ | https://dcbreaks.com/
        London, UK

        A 1 Reply Last reply Reply Quote 1
        • A
          alepan @DanH
          last edited by

          @DanH I've already tried that, but unfortunately it doesn't work either... :/

          1 Reply Last reply Reply Quote 0
          • A
            alepan
            last edited by

            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...

            ten7kurT 1 Reply Last reply Reply Quote 0
            • A
              alepan
              last edited by

              @Christoph-Hart bump :)

              LindonL 1 Reply Last reply Reply Quote 0
              • LindonL
                Lindon @alepan
                last edited by

                @alepan - you are going to have to wait more than 24 minutes...

                HISE Development for hire.
                www.channelrobot.com

                A 1 Reply Last reply Reply Quote 1
                • A
                  alepan @Lindon
                  last edited by

                  @Lindon Yeah, sorry for my impatience :)

                  1 Reply Last reply Reply Quote 0
                  • d.healeyD
                    d.healey
                    last edited by

                    Were you definitely opening the Mac executable and not the GNU/Linux or Windows version?

                    Libre Wave - Freedom respecting instruments and effects
                    My Patreon - HISE tutorials
                    YouTube Channel - Public HISE tutorials

                    1 Reply Last reply Reply Quote 1
                    • Christoph HartC
                      Christoph Hart
                      last edited by

                      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 the Builds/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.

                      A 2 Replies Last reply Reply Quote 1
                      • A
                        alepan @Christoph Hart
                        last edited by

                        @Christoph-Hart Ok thanks, trying this solution now

                        1 Reply Last reply Reply Quote 0
                        • A
                          alepan @Christoph Hart
                          last edited by alepan

                          @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/Projucer

                          ld: 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 :)

                          1 Reply Last reply Reply Quote 0
                          • A
                            alepan
                            last edited by

                            Post-Christmas BUMP :)

                            1 Reply Last reply Reply Quote 0
                            • d.healeyD
                              d.healey
                              last edited by

                              Try the advice here to open Projucer - https://forum.hise.audio/topic/3330/problems-exporting-vst-on-mac

                              Libre Wave - Freedom respecting instruments and effects
                              My Patreon - HISE tutorials
                              YouTube Channel - Public HISE tutorials

                              A 2 Replies Last reply Reply Quote 1
                              • A
                                alepan @d.healey
                                last edited by

                                @d-healey thanks :)

                                1 Reply Last reply Reply Quote 0
                                • A
                                  alepan @d.healey
                                  last edited by

                                  @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...

                                  d.healeyD 1 Reply Last reply Reply Quote 0
                                  • d.healeyD
                                    d.healey @alepan
                                    last edited by

                                    @alepan Can you screen record what you're doing and post a video?

                                    Libre Wave - Freedom respecting instruments and effects
                                    My Patreon - HISE tutorials
                                    YouTube Channel - Public HISE tutorials

                                    A 2 Replies Last reply Reply Quote 0
                                    • A
                                      alepan @d.healey
                                      last edited by

                                      @d-healey sure will do in a moment

                                      1 Reply Last reply Reply Quote 0
                                      • A
                                        alepan @d.healey
                                        last edited by

                                        @d-healey https://youtu.be/pIun_a4bZLM

                                        1 Reply Last reply Reply Quote 0
                                        • d.healeyD
                                          d.healey
                                          last edited by

                                          You need to change the video from private to either unlisted or public.

                                          Libre Wave - Freedom respecting instruments and effects
                                          My Patreon - HISE tutorials
                                          YouTube Channel - Public HISE tutorials

                                          A 1 Reply Last reply Reply Quote 0
                                          • A
                                            alepan @d.healey
                                            last edited by

                                            @d-healey Sorry!!! Done :)

                                            1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            47

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts