HISE INSTALL ERROR
-
root@djrecycle95-X453SA:/home/djrecycle95/HISE-2.1.0/projects/standalone/Builds/LinuxMakefile# make CONFIG=Releas -j 2 mkdir: missing operand Try 'mkdir --help' for more information. Makefile:147: recipe for target '/HiseEventBufferUnitTests_fc3efacf.o' failed make: [/HiseEventBufferUnitTests_fc3efacf.o] Error 1 (ignored) mkdir: missing operand Try 'mkdir --help' for more information. Makefile:142: recipe for target '/DspUnitTests_8fd29654.o' failed make: [/DspUnitTests_8fd29654.o] Error 1 (ignored) Compiling HiseEventBufferUnitTests.cpp Compiling DspUnitTests.cpp ../../../../hi_core/hi_core/HiseEventBufferUnitTests.cpp:34:10: fatal error: AppConfig.h: No such file or directory #include "AppConfig.h" ^~~~~~~~~~~~~ compilation terminated. ../../../../hi_scripting/scripting/api/DspUnitTests.cpp:33:10: fatal error: AppConfig.h: No such file or directory #include "AppConfig.h" ^~~~~~~~~~~~~ compilation terminated. Makefile:147: recipe for target '/HiseEventBufferUnitTests_fc3efacf.o' failed make: *** [/HiseEventBufferUnitTests_fc3efacf.o] Error 1 make: *** Waiting for unfinished jobs.... Makefile:142: recipe for target '/DspUnitTests_8fd29654.o' failed make: *** [/DspUnitTests_8fd29654.o] Error 1
-
Releas
-
how fix this?
-
@djrecycle Dave just told you I think ---- you typed:
CONFIG=releas
in line 1 when it should (probably) be CONFIG=release
-
Yeah,
CONFIG=Release
(case sensitive)