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.
    • d.healeyD
      d.healey @nouslou
      last edited by

      @nouslou That could be a bug in HISE... @Christoph-Hart ?

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

      nouslouN 1 Reply Last reply Reply Quote 0
      • nouslouN
        nouslou @d.healey
        last edited by nouslou

        @d-healey I tried different combinations of Xcode and hise versions and with no results (( This screenshot is from Xcode 13 and todays commit of new_layout branch. What it can be? I tried also Xcode 12, 12.2, 12.5 + 5-6 different commits from new_layout branch, developer branch and even master branch. All that Hise versions were compiled without issues, but I'm not able to export plugin. Every time the same error.

        Screen Shot 2021-10-31 at 7.22.33 PM.png

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

          It tells you in the error message. The architecture in the project's .jucer file is set to arm64 and you're trying to include the IPP which only works on x86.

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

          nouslouN 1 Reply Last reply Reply Quote 0
          • nouslouN
            nouslou @d.healey
            last edited by

            @d-healey But I disable un-needed architectures.

            Screen Shot 2021-10-31 at 7.42.47 PM.png

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

              @nouslou Is that your project's .jucer file or HISE's .jucer file?

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

              nouslouN 1 Reply Last reply Reply Quote 0
              • nouslouN
                nouslou @d.healey
                last edited by

                @d-healey This is Projucer which is in the Hise folder directory from GitHub. I choose x86_64 before compilation Hise on my computer. And after compiling - I just open Hise, open my test project and trying to export vst

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

                  @nouslou When you export from HISE it creates a .jucer file for your project in the Binaries folder.

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

                  nouslouN 1 Reply Last reply Reply Quote 0
                  • nouslouN
                    nouslou @d.healey
                    last edited by nouslou

                    @d-healey Oh, I opened AutogeneratedProject.jucer in my project and there is:
                    Screen Shot 2021-10-31 at 7.50.31 PM.png

                    But why? if I didn't choose it before building Hise. How to fix this?

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

                      @nouslou said in Develop branch build status:

                      But why?

                      Because that is the default settings.

                      if I didn't choose it before building Hise

                      It's not related to the settings you chose when building HISE.

                      How to fix this?

                      Uncheck the boxes and resave the file.

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

                      nouslouN 1 Reply Last reply Reply Quote 0
                      • nouslouN
                        nouslou @d.healey
                        last edited by

                        @d-healey if I will resave it - does it mean that I can not to delete Binaries folder? On my old Mac I usually did this when I re-exported instruments

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

                          @nouslou You can delete it if you want, but when it's time to reexport you'll need to edit the jucer file again - but I think you'll need to do this anyway because it's regenerated by HISE.

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

                          nouslouN 1 Reply Last reply Reply Quote 0
                          • nouslouN
                            nouslou @d.healey
                            last edited by

                            @d-healey tried several times to resave that file, than export --->> same errors, and after opening that .jucer file again - arm64 and arm64e enabled again. What am I doing wrong now?

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

                              @nouslou No don't go to export after you save it, that will overwrite it. Just do the same as when you compile HISE, File >> Save and open in IDE.

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

                              nouslouN 1 Reply Last reply Reply Quote 0
                              • nouslouN
                                nouslou @d.healey
                                last edited by nouslou

                                @d-healey you mean now I need to export plugin directly from Xcode? Product - Build for - Profiling?

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

                                  Yes. That is what HISE does when you click export, only it uses the commandline tools. You can also use the command line by running the script file that HISE created in the Binaries folder.

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

                                  nouslouN 1 Reply Last reply Reply Quote 1
                                  • nouslouN
                                    nouslou @d.healey
                                    last edited by

                                    @d-healey David, thank you very much! Will try it !

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

                                      still impossible to compile hise with xcode 12.2 and bigsur 11.5.2 I had managed to compile with xcode 12.5 but could not compile a vst. I tried the new layout, scriptnode, devloper branches .. none of them want to work. a lot of errors that I cannot list here. what is the configuration that works for intel bigsur please?

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

                                        @yall

                                        Use the new_layout branch and XCode 13.

                                        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 as I write to you. hise has just been compiled and a vst is also being compiled. I didn’t touch anything. very weird. by dint of forcing things apple had had enough of me ^^

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

                                            FYI Christoph merged new_layout into develop today.

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

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

                                            22

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts