HISE Logo Forum
    • Categories
    • Register
    • Login

    Build problem

    Scheduled Pinned Locked Moved General Questions
    11 Posts 4 Posters 563 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.
    • A
      arminh
      last edited by

      I wanted build latest scriptnode version and i got problem.
      alt text
      alt text

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

        @Christoph-Hart might be currently working on the code and may not be ready to compile. Try an earlier version and see if it works.

        Dan Korneff - Producer / Mixer / Audio Nerd

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

          Yup, now it should work.

          A 2 Replies Last reply Reply Quote 0
          • A
            arminh @Christoph Hart
            last edited by

            @Christoph-Hart thanks! :)

            1 Reply Last reply Reply Quote 0
            • A
              arminh
              last edited by arminh

              @Christoph-Hart we got another error in file SoulNode.cpp
              alt text

              1 Reply Last reply Reply Quote 0
              • A
                arminh @Christoph Hart
                last edited by

                @Christoph-Hart i wanted builind plugin and that's what i got

                Last login: Fri Jan 31 15:24:44 on ttys000
                You have new mail.
                arminhupka@MBP-Armin ~ % /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/batchCompileOSX ; exit;
                /Users/arminhupka/Documents/HISE/The Lab/Binaries/batchCompileOSX: line 2: /Users/arminhupka/Documents/HISE/HISE-scriptnode/tools/Projucer/Projucer.app/Contents/MacOS/Projucer: Permission denied
                Compiling Instrument plugin The Lab ...
                ▸ Building The Lab/The Lab - Shared Code [Release]
                ▸ Check Dependencies
                ▸ Compiling include_hi_dsp.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_dsp.cpp:9:10: 'hi_dsp/hi_dsp.cpp' file not found
                
                #include <hi_dsp/hi_dsp.cpp>
                         ^~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_modules_02.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_modules_02.cpp:9:10: 'hi_modules/hi_modules_02.cpp' file not found
                
                #include <hi_modules/hi_modules_02.cpp>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_dsp_library.mm
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_dsp_library.mm:9:10: 'hi_dsp_library/hi_dsp_library.mm' file not found
                
                #include <hi_dsp_library/hi_dsp_library.mm>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling Plugin.cpp
                ▸ Compiling PresetData.cpp
                ▸ Compiling include_hi_core.mm
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_core.mm:9:10: 'hi_core/hi_core.mm' file not found
                
                #include <hi_core/hi_core.mm>
                         ^~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_modules_04.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_modules_04.cpp:9:10: 'hi_modules/hi_modules_04.cpp' file not found
                
                #include <hi_modules/hi_modules_04.cpp>
                         ^~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_modules_01.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_modules_01.cpp:9:10: 'hi_modules/hi_modules_01.cpp' file not found
                
                #include <hi_modules/hi_modules_01.cpp>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_modules_03.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_modules_03.cpp:9:10: 'hi_modules/hi_modules_03.cpp' file not found
                
                #include <hi_modules/hi_modules_03.cpp>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_frontend.mm
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_frontend.mm:9:10: 'hi_frontend/hi_frontend.mm' file not found
                
                #include <hi_frontend/hi_frontend.mm>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_components.cpp
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_components.cpp:9:10: 'hi_components/hi_components.cpp' file not found
                
                #include <hi_components/hi_components.cpp>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ▸ Compiling include_hi_lac.mm
                
                ❌  /Users/arminhupka/Documents/HISE/The Lab/Binaries/JuceLibraryCode/include_hi_lac.mm:9:10: 'hi_lac/hi_lac.mm' file not found
                
                #include <hi_lac/hi_lac.mm>
                         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
                
                
                ** BUILD FAILED **
                
                
                The following build commands failed:
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_dsp.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_dsp.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_modules_02.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_modules_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_dsp_library.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_dsp_library.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/Plugin.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/Source/Plugin.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_core.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_core.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_modules_04.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_modules_04.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_modules_01.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_modules_01.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_modules_03.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_modules_03.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_frontend.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_frontend.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_components.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_components.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler
                	CompileC build/The\ Lab.build/Release/The\ Lab\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_lac.o /Users/arminhupka/Documents/HISE/The\ Lab/Binaries/JuceLibraryCode/include_hi_lac.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler
                (11 failures)
                Compiling finished. Cleaning up...
                
                [Proces zakończony]
                
                
                1 Reply Last reply Reply Quote 0
                • A
                  arminh
                  last edited by

                  @Christoph-Hart i tested latest scriptnote and now we have problem in HlacAudioFormatReader.cpp
                  alt text

                  1 Reply Last reply Reply Quote 0
                  • A
                    arminh
                    last edited by arminh

                    @Christoph-Hart I wanted to build newest version but there's problem in snex_Types.h

                    alt text

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

                      @arminh @Christoph-Hart is entirely rewriting SNEX among other things, so in my opinion, it's not safe to update Hise at the moment...
                      Try a commit from late January and it should fix the issue (that's what I'm using, although there might be a more recent version that is working but first, I don't know which one, and second, there's no point taking a more recent because they don't contain any major fix for us ;) )

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

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

                        @ustk i tested ealier versions but There is problem with creating new line by pressing enter key

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

                          As long as you don't rely on SNEX directly, the latest HISE should be safe to use, but it might not compile on macOS once in a while (but thanks for the heads up, I'll fix that soon).

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

                          49

                          Online

                          1.7k

                          Users

                          11.7k

                          Topics

                          101.8k

                          Posts