HISE Logo Forum
    • Categories
    • Register
    • Login

    1 failure compiling blank project

    Scheduled Pinned Locked Moved General Questions
    18 Posts 3 Posters 584 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 @JayPee
      last edited by

      @JayPee said in 1 failure compiling blank project:

      TST2 project.

      What's that?

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

      1 Reply Last reply Reply Quote 0
      • J
        JayPee @JayPee
        last edited by

        @d-healey said in 1 failure compiling blank project:

        @JayPee said in 1 failure compiling blank project:

        TST2 project.

        What's that?

        TST2 = TEST 2
        Just the name of a (new blank) project, nothing more :)

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

          Follow the instructions on github and compile HISE - https://github.com/christophhart/HISE?tab=readme-ov-file#osx

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

          J 1 Reply Last reply Reply Quote 0
          • J
            JayPee @d.healey
            last edited by

            @d-healey said in 1 failure compiling blank project:

            Follow the instructions on github and compile HISE - https://github.com/christophhart/HISE?tab=readme-ov-file#osx

            I followed the procedure.
            Here is what I have with Standalone :

            Last login: Tue Dec  3 08:49:30 on ttys000
            /Users/USER/Programming/3DEC/Binaries/batchCompileOSX ; exit;      
            USER@pc-36 ~ % /Users/USER/Programming/3DEC/Binaries/batchCompileOSX ; exit;
            Re-saving file: /Users/USER/Programming/3DEC/Binaries/AutogeneratedProject.jucer
            Finished saving: Visual Studio 2017 - Builds/VisualStudio2017/
            Finished saving: Xcode (macOS)
            Finished saving: Linux Makefile
            Compiling Standalone application 3DEC ...
            ▸ Processing Info-App.plist
            ▸ Compiling include_melatonin_blur.cpp
            ▸ Compiling include_juce_product_unlocking.mm
            ▸ Compiling include_juce_opengl.mm
            ▸ Compiling include_juce_osc.cpp
            ▸ Compiling include_juce_gui_basics.mm
            ▸ Compiling include_juce_gui_extra.mm
            ▸ Compiling include_juce_events.mm
            ▸ Compiling include_juce_graphics.mm
            ▸ Compiling include_juce_dsp.mm
            ▸ Compiling include_juce_data_structures.mm
            ▸ Compiling include_juce_cryptography.mm
            ▸ Compiling include_juce_core.mm
            ▸ Compiling include_juce_audio_utils.mm
            ▸ Compiling include_juce_audio_processors.mm
            ▸ Compiling include_juce_audio_formats.mm
            ▸ Compiling include_juce_audio_devices.mm
            ▸ Compiling include_juce_audio_basics.mm
            ▸ Compiling include_hi_zstd_3.mm
            ▸ Compiling include_hi_zstd_2.mm
            ▸ Compiling include_hi_zstd_1.mm
            ▸ Compiling include_hi_tools_02.cpp
            ▸ Compiling include_hi_tools_01.cpp
            ▸ Compiling include_hi_streaming.cpp
            ** BUILD FAILED **
            
            
            The following build commands failed:
            	CompileC /Users/USER/Programming/3DEC/Binaries/Builds/MacOSX/build/3DEC.build/Release/3DEC\ -\ App.build/Objects-normal/x86_64/include_hi_tools_02.o /Users/USER/Programming/3DEC/Binaries/JuceLibraryCode/include_hi_tools_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target '3DEC - App' from project '3DEC')
            (1 failure)
            ▸ Compiling include_hi_snex_62.cpp
            
            Saving session...
            ...copying shared history...
            ...saving history...truncating history files...
            ...completed.
            
            [Opération terminée]
            
            
            
            1 Reply Last reply Reply Quote 0
            • J
              JayPee @JayPee
              last edited by

              And with Plugin version, Building failed in Xcode :

              /Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm Build input file cannot be found: '/Users/USER/HISE/JUCE/modules/juce_audio_plugin_client/VST3/juce_VST3ManifestHelper.mm'. Did you forget to declare this file as an output of a script phase or custom build rule which produces it?

              I cloned https://github.com/christophhart/HISE but seems file is missing.

              juce_VST3ManifestHelper.mm is in the JUCE folder (the one I download from JUCE website).

              Should I copy and paste the missing file? Something I don't understand here ^^

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

                @JayPee everything you need it included with the HISE source code, don't add any external files.

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

                J 1 Reply Last reply Reply Quote 1
                • J
                  JayPee @d.healey
                  last edited by

                  @d-healey

                  I was able to build a standalone and a VST3 plugin by creating a new project in JUCE, so Xcode and JUCE are working as expected.

                  I assume the issue is coming from HISE?

                  I’m on it...!
                  Thanks for your attention!

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

                    @JayPee said in 1 failure compiling blank project:

                    I assume the issue is coming from HISE?

                    If you've brought in an external version of JUCE then don't expect HISE to compile. HISE uses a customised version of JUCE.

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

                    J 1 Reply Last reply Reply Quote 0
                    • J
                      JayPee @d.healey
                      last edited by

                      @d-healey

                      I cloned the files from GitHub. Didn't add any external files.

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

                        @JayPee What versions of MacOS, what version of Xcode, what CPU architecture?

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

                        J 1 Reply Last reply Reply Quote 0
                        • J
                          JayPee @d.healey
                          last edited by

                          @d-healey

                          15.1.1 (24B2091)
                          XCode 16.1

                          (A brand new Mini M4)

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

                            @JayPee It could be the version of xcode - apple seems to break things with each update. Try an older version.

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

                            J 1 Reply Last reply Reply Quote 0
                            • J
                              JayPee @d.healey
                              last edited by

                              @d-healey Ah! Will try! thank you!

                              E 1 Reply Last reply Reply Quote 0
                              • E
                                EwanBristow @JayPee
                                last edited by

                                @JayPee Did this get resolved at all? I'm rather stuck at the moment with the exact same issue. Any update would be amazing

                                J 1 Reply Last reply Reply Quote 0
                                • J
                                  JayPee @EwanBristow
                                  last edited by

                                  @EwanBristow No.
                                  But I'm able to open HISE, code, compile and export VST (plugin and standalone).

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

                                  8

                                  Online

                                  1.8k

                                  Users

                                  11.9k

                                  Topics

                                  103.8k

                                  Posts