Viewing 3 reply threads
  • Author
    Posts
    • #11230 Score: 0
      lionheart
      Participant

      CMake Error at CMakeLists.txt:3 (project):
      Running

      ‘nmake’ ‘-?’

      failed with:

      系统找不到指定的文件。

      CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
      CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
      — Configuring incomplete, errors occurred!
      See also “D:/GameDevelop/Game104/Pilot-main/build/CMakeFiles/CMakeOutput.log”.

      是什么原因呢?

    • #11233 Score: 0
      dominic_wu
      Participant

      大哥,我碰到跟你一样的问题。不过我解决了。
      首先你先看看你是否有安装所需要的环境。比如VS
      其次,把build下所有文件删除。然后重新执行一下bat文件就OK了

    • #11234 Score: 0
      Naix
      Participant

      遇到了相同的问题,不知道怎么解决。。。。

    • #11238 Score: 0
      lionheart
      Participant

      非常感谢,我这边解决了。
      1.首先是VS里面确保c++相关的模块都安装上了。我装的是vs 2022 。我之前就是没有C++部分模块安装完。只装了c#的。。。。后面安装后,build里面的数据有问题了。再Cmake就都不行了。
      2.删除Cmake后,再生成,就OK了。

      • #11239 Score: 0
        lionheart
        Participant

        删除build。

      • #11240 Score: 0
        Naix
        Participant

        那我也试试,我也是只装了空的vs2022,新电脑。可能是少了组件。

        • #11241 Score: 0
          dominic_wu
          Participant

          是的是的。
          installer打开,c++的都干上去,肯定就OK啦。

Viewing 3 reply threads
  • You must be logged in to reply to this topic.