make CONFIG=Release ERROR 127
-
yes, I'm building the branch, but I'm using HISE version 2.1.0, I've tried step by step according to your video in youtube
-
I'm building the branch, but I'm using HISE version 2.1.0
That's a self-contradiction. v2.1.0 is the release from 2019 and you shouldn't use this now. Scriptnode is the bleeding edge development branch which you should be using. So are you using the release from 2019 or the Scriptnode branch?
You need to install g++ as the error indicated.
-
I am using release from 2019, and I have installed it
"g ++ - 7 is already the newest version (7.5.0-6ubuntu2)."
"gcc-7 is already the newest version (7.5.0-6ubuntu2)." -
Don't use the release from 2019, use the scriptnode branch. 10.2.1
Try reinstalling g++ (and get a new version if you can, v7 is from 2018).
-
yes i'm try it bulid HISE 2.0.0 latest release and reinstall g++,,
it has been a little bit successful, but I have a little problem here:At global scope: cc1plus: warning: unrecognized command line option '-Wno-inconsistent-missing-override' make: *** [Makefile: 154: build / intermediate / Release / Main_90ebc5c2.o] Error 1 make: *** Waiting for unfinished jobs .... At global scope: cc1plus: warning: unrecognized command line option '-Wno-inconsistent-missing-override' make: *** [Makefile: 149: build / intermediate / Release / MainComponent_a6ffb4a5.o] Error 1
-
@djrecycle Use the scriptnode branch.
-
djrecycle@djrecycle-C640:~/Downloads/Compressed/HISE-scriptnode/projects/standalone/Builds/LinuxMakefile$ sudo make CONFIG=Release -j 4 Compiling HiseEventBufferUnitTests.cpp Compiling DspUnitTests.cpp Compiling MainComponent.cpp Compiling Main.cpp Compiling BinaryData.cpp Compiling include_hi_backend.cpp In file included from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/hi_tools.h:64, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:74, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:76, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/hi_modules.h:57, from ../../../../../HISE-scriptnode/hi_backend/hi_backend.h:55, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/Main.cpp:11: ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/../hi_streaming/hi_streaming.h:69:10: fatal error: ipp.h: No such file or directory 69 | #include "ipp.h" | ^~~~~~~ compilation terminated. make: *** [Makefile:208: build/intermediate/Release/Main_90ebc5c2.o] Error 1 make: *** Waiting for unfinished jobs.... In file included from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/hi_tools.h:64, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:74, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:76, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/hi_modules.h:57, from ../../../../../HISE-scriptnode/hi_backend/hi_backend.h:55, from ../../Source/../JuceLibraryCode/JuceHeader.h:17, from ../../Source/MainComponent.h:12, from ../../Source/MainComponent.cpp:12: ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/../hi_streaming/hi_streaming.h:69:10: fatal error: ipp.h: No such file or directory 69 | #include "ipp.h" | ^~~~~~~ compilation terminated. make: *** [Makefile:203: build/intermediate/Release/MainComponent_a6ffb4a5.o] Error 1 In file included from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/hi_tools.h:64, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/hi_core.h:74, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/hi_dsp.h:55, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/hi_components.h:57, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/hi_sampler.h:54, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/hi_scripting.h:76, from ../../../../../HISE-scriptnode/hi_backend/../hi_modules/hi_modules.h:57, from ../../../../../HISE-scriptnode/hi_backend/hi_backend.h:55, from ../../JuceLibraryCode/JuceHeader.h:17, from ../../../../../HISE-scriptnode/hi_backend/hi_backend.cpp:34, from ../../JuceLibraryCode/include_hi_backend.cpp:9: ../../../../../HISE-scriptnode/hi_backend/../hi_modules/../hi_scripting/../hi_sampler/../hi_components/../hi_dsp/../hi_core/../hi_tools/../hi_streaming/hi_streaming.h:69:10: fatal error: ipp.h: No such file or directory 69 | #include "ipp.h" | ^~~~~~~ compilation terminated. make: *** [Makefile:218: build/intermediate/Release/include_hi_backend_377acbb6.o] Error 1
but like this
-
Disable IPP
-
is the way I installed it correctly?
VIDEO INSTALL HISE -
@djrecycle said in make CONFIG=Release ERROR 127:
is the way I installed it correctly?
VIDEO INSTALL HISENo.
You're mixing up MacOS and GNU/Linux installation. And you also need to checkout the scriptnode branch after you've cloned the repo, you were still trying to compile the master. And forget about IPP until you get the basic build working.
Here are the build instructions for MacOS. And here's the build video I made a few years ago:
-
yes thank you ,, im sucsses build HISE scriptnode