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
I am struggling with installing sphinxtrain for several days already. As I am a newbie in the IT game I might completely misunderstand how to install the toolkit.
CMake Error at CMakeLists.txt:3 (project):
Running
'nmake' '-?'
failed with:
Le fichier spécifié est introuvable
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!
Am I supposed to run this command in a Terminal, or am I supposed to already have the ".sln" file ??
Thank you in advance for your time and consideration,
Best regards,
Francis
The text was updated successfully, but these errors were encountered:
Hello everyone,
I am struggling with installing sphinxtrain for several days already. As I am a newbie in the IT game I might completely misunderstand how to install the toolkit.
What I have done so far :
VS Code :
Version: 1.77.1 (user setup)
Commit: b7886d7461186a5eac768481578c1d7ca80e2d21
Date: 2023-04-04T23:21:11.906Z
Electron: 19.1.11
Chromium: 102.0.5005.196
Node.js: 16.14.2
V8: 10.2.154.26-electron.0
OS: Windows_NT x64 10.0.19044
Sandboxed: No
Extensions :
C/C++ v1.14.5
CMake Tools v1.13.45
CMake installed version 3.26.3, (correct PATH registered in WINDOWS variable environment)
Python 3.11.3
Perl 5.36.0
I am currently trying to execute "
cmake -S . -B build
" in the VSCode terminal. Unfortunately the answer in red says that "cmake is not recognised..."I also tried in the CMD terminal and that time :
Am I supposed to run this command in a Terminal, or am I supposed to already have the ".sln" file ??
Thank you in advance for your time and consideration,
Best regards,
Francis
The text was updated successfully, but these errors were encountered: