HISE Logo Forum
    • Categories
    • Register
    • Login

    Develop branch build status

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

      Hi Guy's
      i Successfully Compiled the Latest Develop and the latest New-layout uploaded October 2nd
      on a Mac Pro 5.1 "Big Sur 11.2.3" (Intel) used Xcode 12.5 & changed deployment target to 10.14

      1:
      Hise Compilation Successful with Develop Branch
      i exported one plugin with convolution reverb
      i was able to Compile the Stand Alone version of my plugin without IPP
      but it is not compiling with IPP enabled!

      2:
      Hise Compilation Successful with new-layout Branch
      i had to remove the stk-wrapper module in the projucer file
      tried to export the same plugin Without IPP
      does not compile my plugin with or without IPP enabled
      it shows errors at the end

      Undefined symbols for architecture x86_64
      Symbol: typeinfo for stk::Stk
      Referenced from: typeinfo for stk::Effect in lto.o
      ld: symbol(s) not found for architecture x86_64
      clang: error: linker command failed with exit code 1 (use -v to see invocation)

      Previously i Compiled Develop Branch with Xcode 12 deployment target to 10.14 on the same Mac compiled the same Convolution Reverb plugin with IPP Enabled and Everything Worked
      but Starting from Xcode 12.2 i can not Compile the Plugins with IPP Enabled

      1 Reply Last reply Reply Quote 1
      • Dan KorneffD
        Dan Korneff @d.healey
        last edited by

        @d-healey said in Develop branch build status:

        I'm getting the same errors you reported.

        Try reinstalling the xcode command line tools and see if anything changes

        Dan Korneff - Producer / Mixer / Audio Nerd

        1 Reply Last reply Reply Quote 1
        • orangeO
          orange @d.healey
          last edited by

          @d-healey said in Develop branch build status:

          @orange 2018 Mac Mini, Big Sur.

          XCode 12.5 can't being installed to a Mac mini 2012 Server version, Catalina is the latest compatible version for it.

          develop Branch / XCode 13.1
          macOS Monterey / M1 Max

          1 Reply Last reply Reply Quote 0
          • ustkU
            ustk
            last edited by ustk

            I just updated my old iMac to Catalina 10.15.7 and XCode 12.4 and Hise does not compile anymore.
            Perhaps should I downgrade XCode to a 11.x version? Or maybe another 12.x that works?

            Can't help pressing F5 in the forum...

            ? ulrikU orangeO 3 Replies Last reply Reply Quote 1
            • ?
              A Former User @ustk
              last edited by

              @ustk said in Develop branch build status:

              I just updated my old iMac to Catalina 10.15.7 and XCode 12.4 and Hise does not compile anymore.
              Perhaps should I downgrade XCode to a 11.x version? Or maybe another 12.x that works?

              XCode 10.3 on my Catalina system works fine!

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

                @ustk I use Xcode 12.0 in Catalina and it works fine here

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

                ? 1 Reply Last reply Reply Quote 1
                • ?
                  A Former User @ulrik
                  last edited by

                  @ulrik 😲 alright then… maybe I’ll upgrade!

                  1 Reply Last reply Reply Quote 0
                  • orangeO
                    orange @ustk
                    last edited by orange

                    @ustk In old macs, XCode 12.2 which is minimum required version for M1 builds, doesn't work. And of course above 12.2 version doesn't work too 🙂

                    In my 2012 Mac mini, I use 10.3 in Catalina, it is stable. But once I tested before, Hise is working with XCode 12.0 and Catalina also. I am not sure if 12.0 is stable altough.

                    develop Branch / XCode 13.1
                    macOS Monterey / M1 Max

                    1 Reply Last reply Reply Quote 1
                    • ustkU
                      ustk
                      last edited by

                      Alright, thanks guys! I hope we'll be able to compile for M1 in Catalina then because both my macs are deprecated to go further than Catalina 🙄

                      Can't help pressing F5 in the forum...

                      1 Reply Last reply Reply Quote 1
                      • Y
                        yall
                        last edited by

                        compilation not possible mac BigSur 11.5.2, Xcode 12.5
                        Ipp correctly installed (ipp folder moved to the root of the intel folder).
                        compilation fails at step 103/197

                        several such messages> /Users/mine/Desktop/HISE-develop/hi_dsp_library/snex_basics/snex_ExternalData.h:95:22: Aligned deallocation function of type 'void (void *, std :: align_val_t) noexcept' is only available on macOS 10.14 or newer

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

                          @yall Change the version to 10.14 in Projucer

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

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

                            @d-healey I saw above that this had to be changed. I redid the compilation which goes further but it still fails.

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

                              @yall Did you clean the build folder before compiling again? What error are you seeing?

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

                              1 Reply Last reply Reply Quote 0
                              • Y
                                yall
                                last edited by

                                @d-healey yes I did.
                                some errors like this one.

                                /Users/mine/Desktop/HISE-develop/hi_components/floating_layout/SnexFloatingTiles.h:70:32: No member named 'ui' in namespace 'snex'; did you mean 'scriptnode::analyse::ui'?

                                /Users/mine/Desktop/HISE-develop/hi_components/floating_layout/SnexFloatingTiles.h:70:42: No member named 'WorkbenchData' in namespace 'scriptnode::analyse::ui'

                                /Users/mine/Desktop/HISE-develop/hi_components/floating_layout/SnexFloatingTiles.h:133:18: Unknown type name 'Ptr'

                                /Users/mine/Desktop/HISE-develop/hi_components/floating_layout/SnexFloatingTiles.h:105:40: Expected class name

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

                                  @yall Looks like it's all snex related. Have you tried the new_layout branch?

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

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

                                    @d-healey no but I will try. but is it functional to release plugins?

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

                                      @yall I haven't tried compiling any plugins with it yet so I don't know.

                                      The latest commit has a bug where UI tables cause HISE to crash, so you should use a few commits earlier. Probably this one https://github.com/christophhart/HISE/tree/a3eb5dfa2d1ce5051564a1c2ed4774dfb6970574

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

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

                                        @d-healey I will try them all. forcefully there is one who will have pity on me 😂

                                        1 Reply Last reply Reply Quote 0
                                        • Y
                                          yall
                                          last edited by

                                          @d-healey the 2 verisons that you recommended to me do not compile. same error

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

                                            @yall There is possibly some configuration issue with your system because both develop and new_layout work for me and others. Are you using git to manage source code versions and branches?

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

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

                                            20

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts