yhesper / TaichiSimplicialFluid

Interactive surface flow toy implemented in Taichi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CMake Error when running Surface Flow demo on Windows x64

linan-zhou-me opened this issue · comments

commented

Run $ python3 setup.py develop --user
Return

running develop
running egg_info
writing meshtaichi_patcher.egg-info\PKG-INFO
writing dependency_links to meshtaichi_patcher.egg-info\dependency_links.txt
writing requirements to meshtaichi_patcher.egg-info\requires.txt
writing top-level names to meshtaichi_patcher.egg-info\top_level.txt
reading manifest file 'meshtaichi_patcher.egg-info\SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'meshtaichi_patcher.egg-info\SOURCES.txt'
running build_ext
CMake Error at CMakeLists.txt:2 (project):
  Generator

    NMake Makefiles

  does not support platform specification, but platform

    x64

  was specified.


CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
-- Configuring incomplete, errors occurred!

This should have been fixed by @g1n0st's latest pull request!

Closing the issue. Feel free to re-open it if the issue persists.