HISE Logo Forum
    • Categories
    • Register
    • Login

    Dll build errors

    Scheduled Pinned Locked Moved Faust Development
    56 Posts 5 Posters 3.0k 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.
    • S
      Sawer
      last edited by

      Hello everyone. after updating to the new version of Hise and faust, I get these errors when compiling network:

       /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/Greyhole.h:3:16: no member named 'faust' in the global namespace
      
      using Meta = ::faust::Meta;
                   ~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/Greyhole.h:4:14: no member named 'faust' in the global namespace
      
      using UI = ::faust::UI;
                 ~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/src/Greyhole.cpp:40:34: no member named 'faust' in the global namespace
      
      class _Greyhole final : public ::faust::dsp {
                                     ~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/src/Greyhole.cpp:40:41: expected class name
      
      class _Greyhole final : public ::faust::dsp {
                                              ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/src/Greyhole.cpp:145:16: unknown type name 'Meta'
      
              void metadata(Meta* m) { 
                            ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/src/Greyhole.cpp:474:26: unknown type name 'UI'
      
              void buildUserInterface(UI* ui_interface) {
                                      ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/../../ThirdParty/Greyhole.h:24:30: no member named 'faust' in namespace 'scriptnode'
      
      using Greyhole = scriptnode::faust::faust_static_wrapper<NV, ModParameterClass, _Greyhole, GreyholeMetaData, FAUST_OUTPUTS>;
                       ~~~~~~~~~~~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:29:49: no member named 'Greyhole' in namespace 'project'
      
      using Presence_0 = parameter::from0To1<project::Greyhole<NV>, 
                                             ~~~~~~~~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:29:61: expected ';' after alias declaration
      
      using Presence_0 = parameter::from0To1<project::Greyhole<NV>, 
                                                                  ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:30:40: expected unqualified-id
      
                                             9, 
                                             ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:34:56: use of undeclared identifier 'Presence_0'
      
      using Presence = parameter::chain<Presence_InputRange, Presence_0<NV>>;
                                                             ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:39:65: no member named 'Presence' in namespace 'script_fx1_impl::script_fx1_t_parameters'
      
      using script_fx1_t_ = container::chain<script_fx1_t_parameters::Presence<NV>, 
                                             ~~~~~~~~~~~~~~~~~~~~~~~~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:39:77: expected ';' after alias declaration
      
      using script_fx1_t_ = container::chain<script_fx1_t_parameters::Presence<NV>, 
                                                                                  ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:40:62: no member named 'Greyhole' in namespace 'project'
      
                                             wrap::fix<2, project::Greyhole<NV>>>;
                                                          ~~~~~~~~~^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:40:71: use of undeclared identifier 'NV'
      
                                             wrap::fix<2, project::Greyhole<NV>>>;
                                                                            ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:40:74: expected unqualified-id
      
                                             wrap::fix<2, project::Greyhole<NV>>>;
                                                                               ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:44:60: unknown template name 'script_fx1_t_'
      
      template <int NV> struct instance: public script_fx1_impl::script_fx1_t_<NV>
      ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:69:23: no member named 'get' in 'instance<NV>'
      
                      auto& faust = this->getT(0); // project::Greyhole<NV>
                                                                 ^
      
      
      
      ❌  /Users/nesta99/Documents/GitHub/Orient/DspNetworks/Binaries/Source/script_fx1.h:73:9: no member named 'getParameter' in 'instance<NV>'
      
                      this->getParameterT(0).connectT(0, faust); // Presence -> faust::DryWetMix
                                 ^
      
      
      
      ❌  fatal error: too many errors emitted, stopping now [-ferror-limit=]
      

      Any idea of how can I solve this?

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

        @Sawer have you set the Faust path correctly in the preferences?

        020e29df-170e-4c4c-b502-bed9a8b9de70-image.png

        HISE Development for hire.
        www.channelrobot.com

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

          @Lindon Unfortunately yes, I have. Maybe is there something to drag and drop from anything in the faust folder to the hise folder that I forgot to do?

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

            @Sawer ..and you built the correct version of HISE? (the one for Faust )

            HISE Development for hire.
            www.channelrobot.com

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

              @Lindon Yes, I'm on the develop branch using git

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

                @Sawer no - within that build there are options to build "HISE" or "HISE with Faust"....

                HISE Development for hire.
                www.channelrobot.com

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

                  @Lindon Ok I checked. There is no "Hise enabled" in the app. gonna fix now Thanks

                  S 1 Reply Last reply Reply Quote 0
                  • S Sawer has marked this topic as solved on
                  • S
                    Sawer @Sawer
                    last edited by

                    @Lindon Screenshot 2023-06-22 at 18.57.56.png

                    I am re-building hise, but i got this alert message . Will it compile with faust ?

                    S 1 Reply Last reply Reply Quote 0
                    • S
                      Sawer @Sawer
                      last edited by

                      @Lindon Infact, there's no faust here....
                      Screenshot 2023-06-22 at 19.09.15.png

                      Any idea?

                      LindonL 1 Reply Last reply Reply Quote 0
                      • S Sawer has marked this topic as unsolved on
                      • LindonL
                        Lindon @Sawer
                        last edited by

                        @Sawer show us the projucer settings

                        HISE Development for hire.
                        www.channelrobot.com

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

                          @Lindon Screenshot 2023-06-23 at 02.51.08.png

                          Here

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

                            @Sawer how many versions of HISE have you on your machine?

                            Becuase this looks like you are running a version without Faust, and you are compiling a version with Faust...

                            HISE Development for hire.
                            www.channelrobot.com

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

                              @Lindon No I, didn't. I ended up downgrading back to the older version. Thanks for your help.

                              DanHD 1 Reply Last reply Reply Quote 0
                              • S Sawer marked this topic as a regular topic on
                              • DanHD
                                DanH @Sawer
                                last edited by

                                @Sawer Hi guys, which version of Faust are we using to get a reliable build?

                                DHPlugins / DC Breaks | Artist / Producer / DJ / Developer
                                https://dhplugins.com/ | https://dcbreaks.com/
                                London, UK

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

                                  @DanH said in Dll build errors:

                                  @Sawer Hi guys, which version of Faust are we using to get a reliable build?

                                  I installed 2.60.3 yesterday and its building reliably:

                                  Link Preview Image
                                  Releases · grame-cncm/faust

                                  Functional programming language for signal processing and sound synthesis - Releases · grame-cncm/faust

                                  favicon

                                  GitHub (github.com)

                                  HISE Development for hire.
                                  www.channelrobot.com

                                  S 1 Reply Last reply Reply Quote 1
                                  • S
                                    Sawer @Lindon
                                    last edited by

                                    @Lindon
                                    I have a question regarding the new version of Hise.
                                    How does the new version detect its source code path?

                                    Recently, I attempted to build the latest Hise 3.0.3 with Faust 2.60.3.
                                    The compilation was successful; however, Faust is not enabled. Additionally, in the settings, the Hise path is connected to a different source code path than the one I used to build Hise itself.

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

                                      @Sawer ok so to quote @d-healey just one more time:

                                      "Only one source code version of HISE on your system at any time."

                                      we should def have a t-shirt made of this....

                                      if "the Hise path is connected to a different source code path than the one I used to build Hise itself" then you have more than one HISE on your system by the sounds of it....

                                      To enable Faust you must build the HISE version that support Faust, so select "Hise with Faust" in your HISE compile.

                                      HISE Development for hire.
                                      www.channelrobot.com

                                      S 1 Reply Last reply Reply Quote 2
                                      • S
                                        Sawer @Lindon
                                        last edited by

                                        @Lindon Amazing, thank you.

                                        S 1 Reply Last reply Reply Quote 0
                                        • S
                                          Sawer @Sawer
                                          last edited by Sawer

                                          @Lindon @d-healey
                                          I have deleted the old version of Hise, and I built successfully the develop version with "Release with Faust" configuration . Now the Faust path is empty , meaning that there is not any Hise version hiding somewhere :) .

                                          However, Faust is still not enabled, and I do not really know what I am doing wrong now.

                                          Do I perhaps need to enable the Faust disabled options here below ??
                                          Screenshot 2023-07-13 at 15.12.33.png

                                          Hise version 3.0.2 (Develop branch)
                                          Faust version 2.60.3

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

                                            @Sawer Of course. Why did you disable it in the first place?

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

                                            56

                                            Online

                                            1.7k

                                            Users

                                            11.7k

                                            Topics

                                            101.7k

                                            Posts