lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

Cant run on two computers, win7(VS19, 2022a), win11(VS 22, 2024a). Same error: no 'nmake' '-?' #19

Closed greglu1976 closed 1 month ago

greglu1976 commented 3 months ago

log: -- Configuring incomplete, errors occurred! CMake Error at CMakeLists.txt:2 (project): Running

'nmake' '-?'

failed with:

no such file or directory

CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage.

lharri73 commented 3 months ago

This is saying cmake can't find 'nmake' (the Microsoft version of make). Did you install the "desktop development with c++" workload of visual studio? It should be included in that package.