HISE Logo Forum
    • Categories
    • Register
    • Login

    Hise will not export

    Scheduled Pinned Locked Moved General Questions
    130 Posts 6 Posters 8.3k 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.
    • G
      gryphonsegg @d.healey
      last edited by

      @d-healey ok sorry for the confusion.

      @echo off
      set project=hise project 1
      set build_path=F:\hise project 1\Binaries
      set msbuild="C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MsBuild.exe"
      set vs_args=/p:Configuration="Release" /verbosity:minimal
      set PreferredToolArchitecture=x64
      set VisualStudioVersion=17.0

      "F:\HISE\tools\Projucer\Projucer.exe" --resave "%build_path%\AutogeneratedProject.jucer"

      echo Compiling 64bit Instrument plugin %project% ...
      set Platform=X64
      %msbuild% "%build_path%\Builds\VisualStudio2022%project%.sln" %vs_args%

      pause

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

        @gryphonsegg No problem, it's hard to explain this thing via text, especially when you're not familiar with it.

        So this is the path it's looking for C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\MsBuild.exe"

        I'm guessing you have something like a pro version of VS rather than the community version?

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

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

          @d-healey this says its looking for visual studio on C but I have it on E. how is that? can I change where it is looking?

          d.healeyD G 2 Replies Last reply Reply Quote 0
          • d.healeyD
            d.healey @gryphonsegg
            last edited by

            @gryphonsegg Aha that solves the mystery. HISE is using the default install path which is C: drive. You'll need to modify your copy of the HISE source code, or create a symlink on the C drive, or move VS to the C drive. Or wait for someone else to offer a solution I haven't though of

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

            G 2 Replies Last reply Reply Quote 0
            • G
              gryphonsegg @gryphonsegg
              last edited by

              @gryphonsegg Im using the community version as far as I know. how would I do any of those things to fix it?

              G 1 Reply Last reply Reply Quote 0
              • G
                gryphonsegg @gryphonsegg
                last edited by

                @gryphonsegg i am uninstalling VS and moving it to the C drive

                G 1 Reply Last reply Reply Quote 0
                • G
                  gryphonsegg @gryphonsegg
                  last edited by

                  @gryphonsegg I will report back as soon as I know more. I really appreciate you guys helping so much. It means a lot and I really just want to get this going.

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

                    @gryphonsegg yes that's definitely the issue, I didn't know you could install MSVC anywhere else than the default path.

                    G 1 Reply Last reply Reply Quote 0
                    • G
                      gryphonsegg @Christoph Hart
                      last edited by

                      @Christoph-Hart if I did want to change the Hise source code how would I do that?

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

                        @gryphonsegg You change it and recompile HISE but I would rather add a link file on the C: to your E: installation (and if you want to keep your sanity for the next steps, install MSVC on the system drive, there will be lots of edge case issues like this).

                        G 1 Reply Last reply Reply Quote 0
                        • G
                          gryphonsegg @Christoph Hart
                          last edited by

                          @Christoph-Hart i just reinstalled it to the c drive but, now I am getting all kids of ipp.h fatal errors. What now?

                          G 1 Reply Last reply Reply Quote 0
                          • G
                            gryphonsegg @gryphonsegg
                            last edited by

                            @gryphonsegg ipp errors.jpg

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

                              @d-healey what about these errors though?

                              G 1 Reply Last reply Reply Quote 0
                              • G
                                gryphonsegg @gryphonsegg
                                last edited by

                                @gryphonsegg I decided to go back and recompile the entire program again and now it fails every time, saying no IPP directory from within VS studio. I have no ide what is happening. I didnt change anything

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

                                  @gryphonsegg You need to reinstall IPP probably so that it can add the integration into VS.

                                  G 3 Replies Last reply Reply Quote 0
                                  • G
                                    gryphonsegg @Christoph Hart
                                    last edited by

                                    @Christoph-Hart trying that now. Thanks

                                    1 Reply Last reply Reply Quote 0
                                    • G
                                      gryphonsegg @Christoph Hart
                                      last edited by

                                      @Christoph-Hart that did not fix that issue.

                                      G 1 Reply Last reply Reply Quote 0
                                      • G
                                        gryphonsegg @Christoph Hart
                                        last edited by

                                        @Christoph-Hart I am getting this kind of error even after doing everything again. WHat could be wrong now?

                                        1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_streaming.cpp)
                                        1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_snex_62.cpp)
                                        1>F:\HISE\hi_streaming\hi_streaming.h(77,10): fatal error C1083: Cannot open include file: 'ipp.h': No such file or directory (compiling source file ....\JuceLibraryCode\include_hi_tools.cpp)

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

                                          @d-healey I reinstalled the IPP and everything after moving visual studio I cannot get it to not fail on building HISE yet again. Can you help again?

                                          1 Reply Last reply Reply Quote 0
                                          • G
                                            gryphonsegg @gryphonsegg
                                            last edited by

                                            @gryphonsegg i appears that the sdks will not install to my c drive. It keeps only lettin gme install to my e drive and it is greyed out so that I cannot write my own path to install it. How can I change this? Someone? anyone?

                                            d.healeyD 1 Reply Last reply Reply Quote 0
                                            • First post
                                              Last post

                                            31

                                            Online

                                            1.7k

                                            Users

                                            11.8k

                                            Topics

                                            102.5k

                                            Posts