HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

    Scheduled Pinned Locked Moved General Questions
    compilebuilddeveloplatest
    300 Posts 21 Posters 42.6k 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.
    • Y
      yall
      last edited by

      Is there something to do because as I had specified on the final roadmap thread, I successfully compile without any error message and my vst instrument does not open in the daw. I did as usual and could not display the vst. the daw tells me it is not properly installed. I do not understand

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

        @yall Make a new thread and give more details

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

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

          Big Sur - develop branch

          Almost there but it falls at the last hurdle.

          @Christoph-Hart

          Screenshot 2021-07-22 at 11.45.13.png

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

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

            You are trying to build HISE for native ARM, this is not supported. Just select Rosetta as build target in XCode, then it should succeed.

            HISE must run under Rosetta - only the exported plugins will be native M1.

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

              @Christoph-Hart Yeah I just realised that after I posted. I switched the architecture to native (I'm on Intel) and it built just fine. Maybe this should be set as default in the juicer file? I also had to change the minimum version to 10.14.

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

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

                I think I've made some local changes to the Projucer file to build on M1, but I'm not 100% sure if it can be the default (IPP is deactivated and their build flags are removed), but in the long run I'll try to make it compile from the default settings...

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

                  @Christoph-Hart I'm building on Intel.

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

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

                    Yes, that's right, it doesn't matter which architecture, I just hacked something together to make it build on my Macbook M1.

                    1 Reply Last reply Reply Quote 1
                    • L
                      LinuxVst
                      last edited by LinuxVst

                      This post is deleted!
                      ? L 2 Replies Last reply Reply Quote 4
                      • ?
                        A Former User @LinuxVst
                        last edited by

                        @LinuxVst Awesome... I think @Christoph-Hart said somewhere that XCode 12.0 should work for this! I'll give it a go later today...

                        1 Reply Last reply Reply Quote 0
                        • L
                          LinuxVst @LinuxVst
                          last edited by LinuxVst

                          @LinuxVst said in Develop branch build status:

                          Mac OS Big Sur Intel: Updated
                          Compiled Successfully the Latest Develop ( 22-07-2021) under Big Sur 11.1
                          on a Mac Pro 4.1 Flashed to 5.1

                          i Used Xcode 12 and also installed Command_Line_Tools_for_Xcode_12 from
                          September 17 2020
                          (P.S.
                          (i tried this morning with Xcode v12.5.1 it did not compile too many errors
                          so use "Xcode 12" from September 17 2020)

                          Xcode 12.png

                          and Intel oneAPI BaseKit (for ipp)
                          m_BaseKit_p_2021.3.0.3043_offline installer
                          Intel oneAPI Base Toolkit

                          for ipp i had to move the ipp folder one level up under intel because the installer does not put it where hise needs it!!

                          Develop on Big Sur Xcode12 W IPP.png

                          Installation of IPP
                          Select Custom Installation:

                          Custom Installation.png

                          Select Intel Integrated Performance Primitives Only!
                          Select IPP.png

                          Go to opt/intel and move the ipp folder up one level under intel!

                          Copy IPP Under intel.png

                          Oops! i Forgot you have to open the ipp folder
                          move folders under ipp.png

                          this is how it has to be to Work!
                          how it should be to work.png

                          Success! Exported Stand Alone App VST And Audio Unit and Everything Works! Under Intel
                          ( P.S. i did not Test Under M1 i do not have a M1 Computer Yet!)
                          Hise Develop under Big Sur.png

                          Y ulrikU orangeO 3 Replies Last reply Reply Quote 2
                          • Y
                            yall @LinuxVst
                            last edited by

                            @d-healey @Lindon @Christoph-Hart
                            I understood where my problem came from. I had a tremolo effect used on script node which doesn t exist in the devlopper version. on the other hand, I notice that when I change preset on an extension, hise crashes directly and on the same daw. I have about 150 presets and 150 sample maps. each preset therefore loads a sample map. when I change the preset slowly hise does not crash but as soon as I start to navigate, hise and my daw cut sharply without error message. as a critical error. Did you ever do that?

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

                              @yall said in Develop branch build status:

                              Did you ever do that

                              Not yet

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

                              1 Reply Last reply Reply Quote 0
                              • ulrikU
                                ulrik @LinuxVst
                                last edited by ulrik

                                @LinuxVst I followed your advise and had a successful build of develop branch using macOS Catalina 10.15.7 and Xcode 12.0 with ipp installed

                                Hise Develop branch
                                MacOs 15.3.1, Xcode 16.2
                                http://musikboden.se

                                L 1 Reply Last reply Reply Quote 1
                                • L
                                  LinuxVst @ulrik
                                  last edited by

                                  @ulrik
                                  Good to Hear you Succeeded!

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

                                    @Christoph-Hart I think there is a typo in the latest commit

                                    ../../../../../HISE/hi_backend/snex_workbench/WorkbenchProcessor.cpp:1034:23: error: ‘o’ was not declared in this scope; did you mean ‘ok’?
                                    

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

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

                                      Oh yes, there was.

                                      BTW, please try exporting again, I think I have fixed all issues except for the one where the export caused the workbench to crash (I tried to fix that one, but it's a shot in the dark).

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

                                        @Christoph-Hart Thanks, I'll give it a go this afternoon

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

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

                                          HISE builds but I'm getting some errors with snex workbench. I'll just paste a small part of the output here but there is a lot more of the same.

                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:791:39: note: called from here
                                            791 |    case ID::Integer: return c4_ttvv<R>(f, a1, a2, (int)a3, a4);
                                                |                             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:785:54: error: inlining failed in call to ‘always_inline’ ‘static R snex::jit::VariadicCallHelpers::ReturnFunctions::c4_ttvv(const snex::jit::FunctionData&, T1, const snex::VariableStorage&, const snex::VariableStorage&, const snex::VariableStorage&) [with R = void*; T1 = void*]’: recursive inlining
                                            785 |   template <typename R, typename T1> variadic_call R c4_ttvv(const FunctionData& f, T1 a1, const VariableStorage& a2, const VariableStorage& a3, const VariableStorage& a4)
                                                |                                                      ^~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:792:38: note: called from here
                                            792 |    case ID::Double: return c4_ttvv<R>(f, a1, a2, (double)a3, a4);
                                                |                            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:785:54: error: inlining failed in call to ‘always_inline’ ‘static R snex::jit::VariadicCallHelpers::ReturnFunctions::c4_ttvv(const snex::jit::FunctionData&, T1, const snex::VariableStorage&, const snex::VariableStorage&, const snex::VariableStorage&) [with R = void*; T1 = void*]’: recursive inlining
                                            785 |   template <typename R, typename T1> variadic_call R c4_ttvv(const FunctionData& f, T1 a1, const VariableStorage& a2, const VariableStorage& a3, const VariableStorage& a4)
                                                |                                                      ^~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:793:38: note: called from here
                                            793 |    case ID::Float:  return c4_ttvv<R>(f, a1, a2, (float)a3, a4);
                                                |                            ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:785:54: error: inlining failed in call to ‘always_inline’ ‘static R snex::jit::VariadicCallHelpers::ReturnFunctions::c4_ttvv(const snex::jit::FunctionData&, T1, const snex::VariableStorage&, const snex::VariableStorage&, const snex::VariableStorage&) [with R = void*; T1 = void*]’: recursive inlining
                                            785 |   template <typename R, typename T1> variadic_call R c4_ttvv(const FunctionData& f, T1 a1, const VariableStorage& a2, const VariableStorage& a3, const VariableStorage& a4)
                                                |                                                      ^~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:794:39: note: called from here
                                            794 |    case ID::Pointer: return c4_ttvv<R>(f, a1, a2, (void*)a3, a4);
                                                |                             ~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~
                                          ../../../../../HISE/hi_snex/snex_public/snex_jit_FunctionData.cpp:785:54: error: inlining failed in call to ‘always_inline’ ‘static R snex::jit::VariadicCallHelpers::ReturnFunctions::c4_ttvv(const snex::jit::FunctionData&, T1, const snex::VariableStorage&, const snex::VariableStorage&, const snex::VariableStorage&) [with R = void*; T1 = void*]’: recursive inlining
                                            785 |   template <typename R, typename T1> variadic_call R c4_ttvv(const FunctionData& f, T1 a1, const VariableStorage& a2, const VariableStorage& a3, const VariableStorage& a4)
                                          

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

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

                                            Can you compare the build flags - this isn‘t something that has changed since yesterday.

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            56

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            102.1k

                                            Posts