HISE Logo Forum
    • Categories
    • Register
    • Login

    How far is HISE 3.0?

    Scheduled Pinned Locked Moved General Questions
    36 Posts 10 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

      I'm hitting some errors I've not seen before when compiling the codegen branch

      /JUCE/modules/juce_graphics/colour/juce_PixelFormats.h:119:77: error: cannot bind packed field ‘((juce::PixelARGB*)this)->juce::PixelARGB::<anonymous>.juce::PixelARGB::<unnamed union>::comps[0]’ to ‘juce::uint8&’ {aka ‘unsigned char&’}
        119 |     forcedinline uint8& getBlue() noexcept            { return comps [indexB]; }
      

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

      d.healeyD 1 Reply Last reply Reply Quote 0
      • ?
        A Former User
        last edited by

        Well it does compile on OSX, but Xcode looks like a Christmas tree when doing so... 😂

        MikeBM ustkU 2 Replies Last reply Reply Quote 0
        • MikeBM
          MikeB @A Former User
          last edited by

          @UrsBollhalder said in How far is HISE 3.0?:

          Well it does compile on OSX, but Xcode looks like a Christmas tree when doing so... 😂

          When does Xcode not do that :beaming_face_with_smiling_eyes:

          "One hour of trial and error can save 10 minutes of reading the manual."
          "It's easier to hit the developer with feature requests than to spend 10 minutes reading the manual. :-)))"
          HISE Develop - Mac Pro 5.1, OS X 10.14.6, Projucer 6.02, Xcode 10.3

          ? 1 Reply Last reply Reply Quote 0
          • ?
            A Former User @MikeB
            last edited by

            @MikeB 😂 Well... I love Christmas!🎄🎁

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

              Fails to compile here... I'm probably doing something wrong in the Projucer... I need to have another look at Dave's video on compiling HISE...
              So bad not being an IT expert...:(

              1 Reply Last reply Reply Quote 0
              • ustkU
                ustk @A Former User
                last edited by

                @UrsBollhalder Strange, I can't compile here on osx 🙄

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

                ? Christoph HartC 2 Replies Last reply Reply Quote 0
                • ?
                  A Former User @ustk
                  last edited by

                  @ustk Well... It compiles with around 385 orange flags, so... it's crashing quite a bit a.o.... I also think @Christoph-Hart pushed a new version yesterday... maybe??! I haven't checked what it was all about...

                  1 Reply Last reply Reply Quote 0
                  • Christoph HartC
                    Christoph Hart @A Former User
                    last edited by

                    @harris-rosendahl said in How far is HISE 3.0?:

                    have you looked at the Error Log (Windows) that I post above?

                    Yes, I remember getting this error too, but not sure what I did to fix it.

                    Have you resaved the projucer project after switching the branches? The VS solution file needs to be updated to a new C++ standard (these error message point to the wrong C++ standard being used).

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

                      @ustk Make sure that the C++ version is set to C++17 in the project settings and resave the projucer file so it creates a new XCode project.

                      Are you using the projucer build that came with HISE? And can you build the snex_workbench?

                      ulrikU ustkU 2 Replies Last reply Reply Quote 0
                      • ?
                        A Former User @Christoph Hart
                        last edited by

                        @Christoph-Hart said in How far is HISE 3.0?:

                        @harris-rosendahl said in How far is HISE 3.0?:

                        have you looked at the Error Log (Windows) that I post above?

                        Yes, I remember getting this error too, but not sure what I did to fix it.

                        Have you resaved the projucer project after switching the branches? The VS solution file needs to be updated to a new C++ standard (these error message point to the wrong C++ standard being used).

                        Yes I did. I also renamed HISE folder and deleted Projucer file in the Roaming folder to reset the caches. I can see approx. 6000 files loading while C++ loads the solution file, this is the proof of the update.

                        but still no ucj, both Rellease and Debug versions can't be compiled in Windows 10 :(

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

                          @Christoph-Hart It fails here too, MacOS 10.15.7, Xcode 10.1
                          the project already had set to C++17.

                          This is where it fails

                          Skärmavbild 2021-06-04 kl. 14.13.13.png

                          Skärmavbild 2021-06-04 kl. 14.13.03.png

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

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

                            @Christoph-Hart

                            • Yes, C++ is 17 (as always)
                            • Yes, Projucer from Hise repo
                            • Yes, I always launch Xcode from the Projucer so it's automatically resaving
                            • No, I'm not able to compile the Workbench either...
                            • I deleted the Builds folder

                            I use XCode 8 (High Sierra so I could use xcode 10), could it be the source of the problems in my life?

                            Untitled.png

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

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

                              Yes, please try Xcode 10 - XCode 8 might not support the C++17 standard

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

                                @ulrik I just pushed a fix for this line - not sure why my XCode doesn't complain, but it isn't standard compliant C++ anyways.

                                Check the latest commit fixed missing array template....

                                ustkU ulrikU 2 Replies Last reply Reply Quote 1
                                • ustkU
                                  ustk @Christoph Hart
                                  last edited by

                                  @Christoph-Hart Just tried and it still doesn't work, Installing XCode 10 then...

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

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

                                    @d-healey said in How far is HISE 3.0?:

                                    I'm hitting some errors I've not seen before when compiling the codegen branch

                                    So you know when I tell everyone not to have more than one copy of the HISE source on their system, well I didn't do that. Mystery solved!

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

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

                                      @Christoph-Hart succés! :)

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

                                      1 Reply Last reply Reply Quote 0
                                      • Christoph HartC
                                        Christoph Hart @A Former User
                                        last edited by

                                        @harris-rosendahl What VS2017 version are you running (Help -> Show Info)?

                                        @Dominik-Mayer had the same problems and updating to VS2017 15.9.3 solved it (no idea why though).

                                        ? 1 Reply Last reply Reply Quote 0
                                        • ?
                                          A Former User @Christoph Hart
                                          last edited by

                                          @Christoph-Hart said in How far is HISE 3.0?:

                                          @harris-rosendahl What VS2017 version are you running (Help -> Show Info)?

                                          Microsoft Visual Studio Community 2017 
                                          Version 15.6.4
                                          VisualStudio.15.Release/15.6.4+27428.2015
                                          Microsoft .NET Framework
                                          Version 4.8.03752
                                          
                                          Installed Version: Community
                                          
                                          Visual C++ 2017   00369-60000-00001-AA068
                                          Microsoft Visual C++ 2017
                                          
                                          ASP.NET and Web Tools 2017   15.0.40314.0
                                          ASP.NET and Web Tools 2017
                                          
                                          C# Tools   2.7.0-beta3-62715-05. Commit Hash: db02128e6e3c4bdfc93e6ec425ac9162b4d4fe80
                                          C# components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
                                          
                                          Intel® Parallel Studio XE 2018 Update 1 Composer Edition for C++ Windows*   Package ID: w_comp_lib_2018.1.166
                                          Intel® Parallel Studio XE 2018 Update 1 Composer Edition for C++ Windows* Integration for Microsoft* Visual Studio* 2017, Version 18.0.27.15, Copyright © 2002-2017 Intel Corporation. All rights reserved.
                                          * Other names and brands may be claimed as the property of others.
                                          
                                          JavaScript Language Service   2.0
                                          JavaScript Language Service
                                          
                                          Microsoft JVM Debugger   1.0
                                          Provides support for connecting the Visual Studio debugger to JDWP compatible Java Virtual Machines
                                          
                                          Microsoft MI-Based Debugger   1.0
                                          Provides support for connecting Visual Studio to MI compatible debuggers
                                          
                                          Microsoft Visual C++ Wizards   1.0
                                          Microsoft Visual C++ Wizards
                                          
                                          Microsoft Visual Studio VC Package   1.0
                                          Microsoft Visual Studio VC Package
                                          
                                          NuGet Package Manager   4.6.0
                                          NuGet Package Manager in Visual Studio. For more information about NuGet, visit http://docs.nuget.org/.
                                          
                                          ProjectServicesPackage Extension   1.0
                                          ProjectServicesPackage Visual Studio Extension Detailed Info
                                          
                                          Test Adapter for Boost.Test   1.0
                                          Enables Visual Studio's testing tools with unit tests written for Boost.Test.  The use terms and Third Party Notices are available in the extension installation directory.
                                          
                                          Test Adapter for Google Test   1.0
                                          Enables Visual Studio's testing tools with unit tests written for Google Test.  The use terms and Third Party Notices are available in the extension installation directory.
                                          
                                          Visual Basic Tools   2.7.0-beta3-62715-05. Commit Hash: db02128e6e3c4bdfc93e6ec425ac9162b4d4fe80
                                          Visual Basic components used in the IDE. Depending on your project type and settings, a different version of the compiler may be used.
                                          
                                          Visual Studio Code Debug Adapter Host Package   1.0
                                          Interop layer for hosting Visual Studio Code debug adapters in Visual Studio
                                          
                                          Visual Studio Tools for CMake   1.0
                                          Visual Studio Tools for CMake
                                          
                                          1 Reply Last reply Reply Quote 0
                                          • Christoph HartC
                                            Christoph Hart
                                            last edited by

                                            Try updating to > 15.9 (just run the Visual Studio installer, it will automatically install the latest update).

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

                                            48

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.8k

                                            Posts