HISE Logo Forum
    • Categories
    • Register
    • Login

    AAX compile on a Mac

    Scheduled Pinned Locked Moved General Questions
    44 Posts 6 Posters 2.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.
    • ustkU
      ustk @Lindon
      last edited by

      @Lindon Why don't you use the 2.3.2 version?

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

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

        @Lindon oh hang on 2p3p2 seems to be compiling....

        HISE Development for hire.
        www.channelrobot.com

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

          @ustk sorry yeah I had tried 2p3p2 I thought - perhaps not...

          HISE Development for hire.
          www.channelrobot.com

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

            @Lindon fingers crossed ;)

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

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

              @ustk yep well that worked - so what do put in the tools/SDK folder for HISE now? the entire AAX_SDK_2p3p2 folder? do I rename it AAX SDK ?

              HISE Development for hire.
              www.channelrobot.com

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

                sigh---- ok well now I get these errors:

                ❌ error: You don’t have permission to save the file “Info.plist” in the folder “Contents”.

                ❌ error: couldn't remove '/Library/Application Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin/Contents/PkgInfo' after command failed: Permission denied

                ❌ error: couldn't remove '/Library/Application Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin/Contents/Info.plist' after command failed: Permission denied

                HISE Development for hire.
                www.channelrobot.com

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

                  @Lindon https://forum.hise.audio/topic/2432/aax-compile-on-a-mac/13

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

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

                    oh no --so close...

                    So I opened up permission on everything in this chain and ran again - this time it built the plug but failed at the end:

                    ** BUILD FAILED **

                    The following build commands failed:
                    SetOwnerAndGroup lindon:staff /Library/Application\ Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin
                    (1 failure)
                    Compiling finished. Cleaning up...
                    logout
                    Saving session...
                    ...copying shared history...
                    ...saving history...truncating history files...
                    ...completed.

                    HISE Development for hire.
                    www.channelrobot.com

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

                      @ustk said in AAX compile on a Mac:

                      @Lindon https://forum.hise.audio/topic/2432/aax-compile-on-a-mac/13

                      yes I've done all this and compiled the AAX SDK and loaded it in as AAX and run my builds and still I'm getting these permission errors....

                      HISE Development for hire.
                      www.channelrobot.com

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

                        @Lindon What do you mean by "loaded it in as"? You just place the whole folder in the hise/tool/SDK, rename it AAX and compile right?

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

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

                          @ustk yes.

                          Now I ran xcode using sudo and it tells me it was a success -- but I cant find the AAX plugin anywhere... do you know where it should be I thought it would be in: library/Audio/plugins/DigiDesign

                          -- where would it be any ideas?

                          HISE Development for hire.
                          www.channelrobot.com

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

                            @Lindon said in AAX compile on a Mac:

                            @ustk yes.

                            Now I ran xcode using sudo and it tells me it was a success -- but I cant find the AAX plugin anywhere... do you know where it should be I thought it would be in: library/Audio/plugins/DigiDesign

                            -- where would it be any ideas?

                            Oh hang on is it in:

                            Library/Application Support/Avid/Plug-Ins/.aaxplugin

                            Is that it?

                            Why oh why in heavens name cant all plugins get put in a common place on the Mac?

                            HISE Development for hire.
                            www.channelrobot.com

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

                              OK so if I run xcode as sudo I can get this to compile, but its a PITA, so I'd really really like it to compile "out of the box" in HISE...

                              So here's whats happening when I ask HISE to build me an AAX plugin:

                              We start with the fairly standard:

                              Lindons-Mac-mini:~ lindon$ /Volumes/Untitled/BeatskillzTemplate/Binaries/batchCompileOSX ; exit;
                              Re-saving file: /Volumes/Untitled/BeatskillzTemplate/Binaries/AutogeneratedProject.jucer
                              Finished saving: Visual Studio 2017
                              Finished saving: Xcode (MacOSX)
                              Finished saving: Xcode (iOS)
                              Finished saving: Linux Makefile
                              Compiling Instrument plugin RetroVolt ...
                              

                              this is followed by the usual array of warning messages... then we get to the business end of things:

                              ▸ Building library libRetroVolt.a
                              ▸ Building RetroVolt/RetroVolt - VST3 [Release]
                              ▸ Check Dependencies
                              ▸ Compiling include_juce_audio_plugin_client_VST3.cpp
                              ▸ Linking RetroVolt
                              ▸ Touching RetroVolt.vst3
                              ▸ Building RetroVolt/RetroVolt - AAX [Release]
                              ▸ Check Dependencies
                              ▸ Compiling include_juce_audio_plugin_client_AAX.mm
                              ▸ Linking RetroVolt
                              
                              
                              
                              
                              ❌  ld: can't write output file: /Library/Application Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin/Contents/MacOS/RetroVolt for architecture x86_64
                              
                              
                              
                              ❌  clang: error: linker command failed with exit code 1 (use -v to see invocation)
                              
                              
                              ** BUILD FAILED **
                              
                              
                              The following build commands failed:
                              	Ld /Library/Application\ Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin/Contents/MacOS/RetroVolt normal x86_64
                              (1 failure)
                              Compiling finished. Cleaning up...
                              logout
                              Saving session...
                              ...copying shared history...
                              ...saving history...truncating history files...
                              ...completed.
                              

                              Is it something I've set up wrong?

                              HISE Development for hire.
                              www.channelrobot.com

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

                                @Lindon Have you selected the Support32 Bit Mac OS flag in Hise Preferences/Development?

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

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

                                  @ustk --er not that I am aware....

                                  HISE Development for hire.
                                  www.channelrobot.com

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

                                    @Lindon x86 errors are related to 32bit issues. And AAX can't be 32bit afaik, so it might be a lead...

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

                                    LindonL 2 Replies Last reply Reply Quote 0
                                    • LindonL
                                      Lindon @ustk
                                      last edited by

                                      @ustk --as OK htat looks like it might be it.. let me try that...

                                      HISE Development for hire.
                                      www.channelrobot.com

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

                                        @ustk damnit - nope that flag is not set in my preferences...so thats not it.

                                        HISE Development for hire.
                                        www.channelrobot.com

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

                                          Might help...

                                          Link Preview Image
                                          Linker Command failed with exit code 1 (use -v to see invocation), Xcode 8, Swift 3

                                          I can't get rid of this error! I have tried all sorts of things like clearing Derived Data(Preferences->Locations->click gray arrow to open Derived Data folder in Finder->right-click, move to tras...

                                          favicon

                                          Stack Overflow (stackoverflow.com)

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

                                          LindonL 1 Reply Last reply Reply Quote 0
                                          • LindonL
                                            Lindon @d.healey
                                            last edited by

                                            @d-healey wow I have literally no idea where to start with that stuff - they all seem to be IN xcode....and I'm not Im IN Hise - so I cant "reveal in log".

                                            I tried another run at it now I get this:

                                            ▸ Compiling PresetData.cpp
                                            ▸ Building library libRetroVolt.a
                                            ▸ Building RetroVolt/RetroVolt - VST3 [Release]
                                            ▸ Check Dependencies
                                            ▸ Linking RetroVolt
                                            ▸ Touching RetroVolt.vst3
                                            ▸ Building RetroVolt/RetroVolt - AAX [Release]
                                            ▸ Check Dependencies
                                            ▸ Linking RetroVolt
                                            ▸ Touching RetroVolt.aaxplugin
                                            ** BUILD FAILED **
                                            
                                            
                                            The following build commands failed:
                                            	SetOwnerAndGroup lindon:staff /Library/Application\ Support/Avid/Audio/Plug-Ins/RetroVolt.aaxplugin
                                            (1 failure)
                                            Compiling finished. Cleaning up...
                                            logout
                                            Saving session...
                                            ...copying shared history...
                                            ...saving history...truncating history files...
                                            ...completed.
                                            
                                            [Process completed]
                                            
                                            
                                            

                                            so now its refusing to set the owner and group for the thing its making....but it made a plugin at:

                                            /Application Support/Avid/Audio/Plug-Ins/RetroVot.aaxplugin

                                            so this is all very very flakey...

                                            HISE Development for hire.
                                            www.channelrobot.com

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

                                            50

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts