HISE Logo Forum
    • Categories
    • Register
    • Login

    Issue for build on MacOs

    Scheduled Pinned Locked Moved General Questions
    32 Posts 9 Posters 1.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
      last edited by

      @Haddock said in Issue for build on MacOs:

      /Users/macbook/Desktop/HISE/HISE-master/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:95:10: 'pluginterfaces/vst2.x/aeffect.h' file not found

      You're missing the VST2 SDK

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

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

        @Haddock look here to see if you have this structure in the hise folder:
        https://forum.hise.audio/topic/1702/managed-to-compile-vst3-on-windows/13

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

        1 Reply Last reply Reply Quote 0
        • H
          Haddock
          last edited by

          @ulrik thanks for your message, yes I have this structure in the SDK folder.

          Capture d’écran 2019-09-16 à 10.33.37.png

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

            @Haddock well your asiosdk folders not the same for a start...

            HISE Development for hire.
            www.channelrobot.com

            1 Reply Last reply Reply Quote 0
            • C
              clumsybear
              last edited by

              Well, there is no ASIO on macOS as far as I know, I think there is no need for that

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

                @Haddock did you decompress the "sdk.zip" and placed the 2 folders "VST3 SDK" and "ASIOSDK2.3" directly under the "SDK" folder?
                It looks like you have other folders judging by the contents in them, have you downloaded the SDK from Steinberg? if so, it will not work.
                You need to decompress the "sdk.zip" and place it like I said above.

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

                1 Reply Last reply Reply Quote 0
                • H
                  Haddock
                  last edited by

                  @ulrik I directly download it from Steinberg, I will delet the other folder, but when I try to unzip the "sdk.zip" it ask me a password for ASIO

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

                    @Haddock well its NOT 1234 - but if you simply rearrange these then it might be that.

                    HISE Development for hire.
                    www.channelrobot.com

                    1 Reply Last reply Reply Quote 1
                    • H
                      Haddock
                      last edited by

                      Thanks @Lindon !

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

                        @Haddock how is it going, did you manage to build successfully?

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

                        1 Reply Last reply Reply Quote 0
                        • H
                          Haddock
                          last edited by

                          @ulrik No sorry I was not here for few days, I relpaced the sdk folder and he gave me the same error, I was wondering if you need to locate the project you want to build in a particular folder or not ? Or the Hise path location enough.

                          This is my actual sdk folder :

                          Capture d’écran 2019-09-21 à 12.04.59.png

                          Thanks for your help ! :)

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

                            @Haddock hmm, looks right to me.
                            You have to have the right path to Hise but the project you're building is open when you export it to au or vst, so there's no need to set any other path I think

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

                            1 Reply Last reply Reply Quote 0
                            • H
                              Haddock
                              last edited by

                              @ulrik said in Issue for build on MacOs:

                              You have to have the right path to Hise but the project you're building is open when you export it to au or vst, so there's no need to set any other path I think

                              Hey ! The VST export still not working with the same "vst2 issue" but the AU export seems to work but I don't find it, not in "App Support / Audio / plugins / etc" and not by searching directly on my computer..

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

                                @Haddock Have you looked in "yourname/library/audio/plugins/components?

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

                                1 Reply Last reply Reply Quote 0
                                • H
                                  Haddock
                                  last edited by

                                  @ulrik Yes nothing here.

                                  1 Reply Last reply Reply Quote 0
                                  • T
                                    TNTHM
                                    last edited by TNTHM

                                    @Haddock said in Issue for build on MacOs:

                                    /Users/macbook/Desktop/HISE/HISE-master/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:95:10: 'pluginterfaces/vst2.x/aeffect.h' file not found
                                    #include "pluginterfaces/vst2.x/aeffect.h"
                                    ^

                                    @Haddock
                                    I had this issue and, if I remember correctly, what worked for me was going into the file JUCE_VST_Wrapper.cpp and changing 'pluginterfaces/vst2.x/aeffect.h' to the absolute path. It looks something like this:

                                    ‎⁨Macintosh HD⁩/⁨Users⁩/[Your Name]⁩/Downloads⁩/HISE-2.1.0⁩/tools⁩/SDK⁩/VST3 SDK⁩/pluginterfaces⁩/⁨vst2.x⁩/aeffect.h

                                    Hope this helps!

                                    1 Reply Last reply Reply Quote 0
                                    • H
                                      Haddock
                                      last edited by

                                      @TNTHM said in Issue for build on MacOs:

                                      JUCE_VST_Wrapper.cpp

                                      Thanks for the trick ! I try to do it but it make this error :

                                      ❌ /Users/macbook/Desktop/HISE/HISE-master/JUCE/modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp:95:10: 'MACINTOSH SSD⁩/⁨Utilisateurs⁩/⁨macbook⁩/⁨Bureau/HISE/HISE-master/tools⁩/SDK⁩/VST3 SDK⁩/pluginterfaces⁩/⁨vst2.x⁩/aeffect.h⁩' file not found

                                      #include "MACINTOSH SSD<U+2069>/<U+2068>Utilisateurs<U+2069>/<U+2068>macbook<U+2069>/<U+2068>Bureau/HISE/HISE-master/tools<U+2069>/SDK<U+2069>/VST3 SDK<U+2069>/pluginterfaces<U+2069>/<U+2068>vst2.x<U+2069>/aeffect.h<U+2069>"
                                      ^

                                      ** BUILD FAILED **

                                      The following build commands failed:
                                      CompileC build/Spacializer_dev.build/Release/Spacializer_dev\ -\ VST.build/Objects-normal/x86_64/include_juce_audio_plugin_client_VST2.o /Users/macbook/Desktop/StrictlyFunStudio/Spacializer/Spacializer_dev/Binaries/JuceLibraryCode/include_juce_audio_plugin_client_VST2.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                                      (1 failure)
                                      Compiling finished. Cleaning up...
                                      logout
                                      Saving session...
                                      ...copying shared history...
                                      ...saving history...truncating history files...
                                      ...completed.
                                      Deleting expired sessions...102 completed.

                                      You think I misinform the file?

                                      1 Reply Last reply Reply Quote 0
                                      • T
                                        TNTHM
                                        last edited by

                                        I'm not sure. Changing the path worked for me. Hope someone who knows better can tell you what to try next. Best of luck!

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

                                          @Haddock I think I remember having this issue but not sure of the solution though...
                                          Are you certain to have the path in "Preference/Development/Hise Path" actually set to the HISE folder your using and not an old one?

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

                                          A 1 Reply Last reply Reply Quote 1
                                          • A
                                            aaronventure @ustk
                                            last edited by

                                            @ustk half-a-decade necro but I see this happening when trying to build the most recent develop commit, specifically the plugin version of HISE. Standalone builds fine. Why is it trying to build VST2?

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

                                            25

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.8k

                                            Posts