You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make
if test -d .git; then git submodule update --init; fi
make -C build cmake BACKENDS=regular.cmake TARGETS=regular.cmake
make[1]: ingresso nella directory "/c/Users/Velitch/Documents/GitHub/faust/build"
cd faustdir && cmake -C ../backends/regular.cmake -C ../targets/regular.cmake -DCMAKE_BUILD_TYPE=Release -G 'Unix Makefiles' ..
loading initial cache file ../backends/regular.cmake
loading initial cache file ../targets/regular.cmake
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_C_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CC" or the CMake cache entry CMAKE_C_COMPILER to the full path to
the compiler, or to the compiler name if it is in the PATH.
CMake Error at CMakeLists.txt:2 (project):
No CMAKE_CXX_COMPILER could be found.
Tell CMake where to find the compiler by setting either the environment
variable "CXX" or the CMake cache entry CMAKE_CXX_COMPILER to the full path
to the compiler, or to the compiler name if it is in the PATH.
-- Configuring incomplete, errors occurred!
See also "/c/Users/Velitch/Documents/GitHub/faust/build/faustdir/CMakeFiles/CMakeOutput.log".
See also "/c/Users/Velitch/Documents/GitHub/faust/build/faustdir/CMakeFiles/CMakeError.log".
make[1]: *** [Makefile:276: cmake] Error 1
make[1]: uscita dalla directory "/c/Users/Velitch/Documents/GitHub/faust/build"
make: *** [Makefile:26: compiler] Error 2
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: