Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows cmake #1

Open
DavideTedesco opened this issue Mar 19, 2019 · 1 comment
Open

Windows cmake #1

DavideTedesco opened this issue Mar 19, 2019 · 1 comment
Assignees

Comments

@DavideTedesco
Copy link
Member

$ 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
@grammaton
Copy link
Contributor

grammaton commented Apr 30, 2019

@Velitch

  • qui puoi trovare alcune istruzioni per installare correttamente visual studio.
  • qui altre informazioni utili se le precedenti non portano beneficio

entrambi i link li ho trovati qui.

fammi sapere come va
Ajo
G

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants