HISE Logo Forum
    • Categories
    • Register
    • Login

    i386 deprecated!?!?!

    Scheduled Pinned Locked Moved Bug Reports
    71 Posts 15 Posters 9.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.
    • LindonL
      Lindon
      last edited by

      OK so I can get HISE to compile - but it keeps building the debug version for some reason.... however when I try and compile my plugin I get fatal errots

      "the i386 architecture is depreciated. You should update your ARCHS build setting to remove the i386 architecture. (in target 'Vintage Organ - VST')"

      -- Im a complete Mac novice so I have no idea where I would do that... anyone?

      HISE Development for hire.
      www.channelrobot.com

      Dan KorneffD 1 Reply Last reply Reply Quote 0
      • Dan KorneffD
        Dan Korneff @Lindon
        last edited by

        @Lindon I'll send some pics in a few

        Dan Korneff - Producer / Mixer / Audio Nerd

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

          @dustbro great thanks a lot.

          HISE Development for hire.
          www.channelrobot.com

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

            bump, anybody?

            HISE Development for hire.
            www.channelrobot.com

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

              Open the Autogenerated projucer file in the build directory and change the architecture setting to 64bit only.

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

                @Christoph-Hart yes already done that - otherwise HISE wont compile...its erroring on VST export...

                HISE Development for hire.
                www.channelrobot.com

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

                  Yes and you need to do the same thing with the projects Projucer file.

                  HISE creates a temporary projucer file which is then used to create the actual IDE projects for each platform. If you click export, everything is handled through a batch script behind the scenes.

                  In your case, you must click export, then wait until the compilation starts, abort the compilation, open the projucer file called "AutogeneratedProject.jucer" in your projects' Binary subfolder, then proceed like you would compile HISE.

                  If you don't want the Debug version, choose "Build for profiling", that is XCode speak for the release version.

                  LindonL AxiomCruxA 3 Replies Last reply Reply Quote 0
                  • LindonL
                    Lindon @Christoph Hart
                    last edited by

                    @Christoph-Hart OK thanks I will give all that a go...

                    HISE Development for hire.
                    www.channelrobot.com

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

                      @Christoph-Hart OK this is SOOO frustrating...

                      I open HISE on the Mac,
                      load my project,
                      start the compile,
                      abort the compile,
                      go open the AutogeneratedProject.jucer file,
                      set to 64-bit Intel,
                      save and open xcode,
                      Start the compile
                      Everything seems to work fine.

                      Now where in heavens name is the compiled vst plugin?

                      projucer tells me its in $HOME/Library/Audio/Plug-Ins/VST

                      but that is empty.

                      Ok some random attempts by me:

                      I turned OFF Support32 Bit Mac OS
                      I ran the Export command again for VST
                      it seemed to work all the way thru...

                      There is still nothing in the VST folder, but now the
                      {PROJECT}/Binaries/Builds/MacOSX/build/Release folder has these files in it:

                      ChromaticPanFlute.vst (an alias)
                      libChromaticPanFlute.a

                      are these it?

                      Why anyone would say the Mac is intuitive I have no idea....

                      HISE Development for hire.
                      www.channelrobot.com

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

                        @Lindon I can't help much I'm afraid, but you said you got an alias. Where is it pointing to?

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

                        1 Reply Last reply Reply Quote 0
                        • hisefiloH
                          hisefilo @Lindon
                          last edited by hisefilo

                          @Lindon try right click over the alias and.. Show original. Hise compiler places my plugins into my user vst folder

                          Screen Shot 2019-05-07 at 9.07.15 AM.png

                          hisefiloH LindonL 2 Replies Last reply Reply Quote 0
                          • hisefiloH
                            hisefilo @hisefilo
                            last edited by

                            @Christoph-Hart maybe a more intuitive way is to set hise to place compiled plugins into binaries/compiled on Mac? Like it does on win

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

                              Yes, the default location is the user's plugin directory:

                              ~/Libraries/Application Support/Audio/Plug-Ins/VST
                              

                              There is no way on Mac to point to a VST directory (on Windows it can be any path), so on macOS you're pretty much limited to this path and it's almost identical twin without write permissions /Libraries/Application Support/Audio/Plug-Ins/VST. That's why there is a plugin-copy step.

                              hisefiloH LindonL 2 Replies Last reply Reply Quote 0
                              • hisefiloH
                                hisefilo @Christoph Hart
                                last edited by

                                @Christoph-Hart ohhh! I see. MacOS is kind of weird on plugin locations. I got some under system folder. Some others on user folder. (Packed installlers i.e. kontakt places into system, asking for admin pass obviously)

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

                                  And it all gets even more fun if you try to load it in a sandboxed host, then everything outside the Music folder isn't accessible.

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

                                    @hisefilo OK well I tried that and it seems its in a folder called VST(who knows where that is hiding on a disk I cant even get to the root of...) - well there's a file in there called ChromaticPanFlute.vst - which I assume is the VST plug-in...

                                    though worryingly VST also has a folder in it called ChromaticPanFlute Debug.vst -- which has a folder structure but no content...

                                    HISE Development for hire.
                                    www.channelrobot.com

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

                                      @Christoph-Hart sadly when I use the Go menu in the Finder it tells me there is no folder called Libraries or Audio

                                      when I go to the Users/name here folder in Macintosh HD then "Libraries" isnt there.

                                      HISE Development for hire.
                                      www.channelrobot.com

                                      hisefiloH 1 Reply Last reply Reply Quote 0
                                      • hisefiloH
                                        hisefilo @Lindon
                                        last edited by hisefilo

                                        @Lindon LOL Macos hides dangerous folders to common users. Option click on Go menu to see Library folder

                                        ChromaticPanFlute.vst is the file. You've found it

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

                                          @hisefilo really honestly - whats "option click" - I've tried cmd click that doesnt show me any thing more than normal click

                                          HISE Development for hire.
                                          www.channelrobot.com

                                          d.healeyD orangeO 2 Replies Last reply Reply Quote 0
                                          • d.healeyD
                                            d.healey @Lindon
                                            last edited by

                                            @Lindon option = alt

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

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

                                            16

                                            Online

                                            1.7k

                                            Users

                                            11.9k

                                            Topics

                                            103.2k

                                            Posts