HISE Logo Forum
    • Categories
    • Register
    • Login

    Need help with Mac installation :) [Solved]

    Scheduled Pinned Locked Moved General Questions
    32 Posts 4 Posters 1.9k 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.
    • hisefiloH
      hisefilo @Natan
      last edited by

      @Natan-Rezaei try getting Projucer from Juce webpage https://shop.juce.com/get-juce/download

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

        try getting Projucer from Juce webpage https://shop.juce.com/get-juce/download

        NOOOO! There's a custom build included in the HISE repository, use that one or prepare for apocalypse.

        hisefiloH d.healeyD NatanN 3 Replies Last reply Reply Quote 2
        • hisefiloH
          hisefilo @Christoph Hart
          last edited by

          @Christoph-Hart Ooooops. Didn't know. Sorry

          1 Reply Last reply Reply Quote 1
          • d.healeyD
            d.healey @Christoph Hart
            last edited by

            @Christoph-Hart I think that's the one he's not able to open

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

            1 Reply Last reply Reply Quote 1
            • NatanN
              Natan @Christoph Hart
              last edited by

              @Christoph-Hart Thank You dear Christoph , Can you point me Where I can find it?

              thanks a ton

              1 Reply Last reply Reply Quote 0
              • NatanN
                Natan
                last edited by

                Good News :)
                I Removed , and redownloaded the hise , and projucer now works just fine :)

                Just A quick Question?
                am i need to change any setting , with Projucer/ or xcode?
                Note: I demonstrate Hise , with installer And i think ipp is all set by default.

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

                  @Natan-Rezaei If you're using XCode 10 you need to make sure the target platform is set to 64bit. If you're using IPP then I don't think you need to change anything, if you're not using IPP then follow the instructions on github about building without IPP.

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

                  NatanN 1 Reply Last reply Reply Quote 0
                  • NatanN
                    Natan @d.healey
                    last edited by

                    @d-healey Thanks dear david
                    I did That , but have no idea how to get things done with xcode 10.
                    Changed the instruction to x64 intel for both release and debug...
                    But can't cant change it to release in Xcode , like one we do in windows!
                    Any recommendation?
                    Thanks You Sir

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

                      @Natan-Rezaei Inside XCode select build for profiling - that will create the release buildl..

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

                      NatanN 1 Reply Last reply Reply Quote 0
                      • NatanN
                        Natan @d.healey
                        last edited by Natan

                        @d-healey I faced with this error , and build failed :(

                        Command Ld failed with a nonzero exit code
                        

                        In build folder > release i can see hise app icon, but clicking on it tells that app is damaged becuase of the above error

                        1 Reply Last reply Reply Quote 0
                        • NatanN
                          Natan
                          last edited by Natan

                          Same Error :(
                          Still No Luck
                          Here is what xcdoe Shows before

                          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'

                          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
                          1 Reply Last reply Reply Quote 0
                          • d.healeyD
                            d.healey
                            last edited by d.healey

                            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?

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

                            1 Reply Last reply Reply Quote 0
                            • NatanN
                              Natan
                              last edited by

                              @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

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

                                @Natan-Rezaei If you disable IPP you need to edit the .jucer file. The instructions are on github.

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

                                hisefiloH 1 Reply Last reply Reply Quote 0
                                • hisefiloH
                                  hisefilo @d.healey
                                  last edited by

                                  @d-healey I guess we all faced the same on Macos onboarding process.

                                  1. IPP installation
                                  2. xcpretty installation
                                  3. x64 bit thing

                                  Maybe an updated tutorial is needed.

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

                                    @hisefilo Actually I've already filmed a tutorial showing installation/building on each OS, I just need to edit them :)

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

                                    hisefiloH NatanN 2 Replies Last reply Reply Quote 2
                                    • hisefiloH
                                      hisefilo @d.healey
                                      last edited by

                                      @d-healey clap clap clap :)

                                      1 Reply Last reply Reply Quote 1
                                      • NatanN
                                        Natan @d.healey
                                        last edited by

                                        @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

                                        1 Reply Last reply Reply Quote 2
                                        • NatanN
                                          Natan
                                          last edited by Natan

                                          @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]
                                          
                                          d.healeyD hisefiloH 2 Replies Last reply Reply Quote 0
                                          • d.healeyD
                                            d.healey @Natan
                                            last edited by

                                            @Natan-Rezaei Did you disable it in the plugin .jucer file?

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

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

                                            20

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            103.0k

                                            Posts