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
Installing with cmake (from cmake.org) and mingw32-make (from mingw-get).
$ git clone https://github.com/torch/luajit-rocks.git
$ cd luajit-rocks
$ mkdir build
$ cd build
$ cmake .. -G "MSYS Makefiles" -DCMAKE_INSTALL_PREFIX=/ljitr
# ...
# -- Build files have been written to: C:/MinGW/temp/luajit-rocks/build
$ mingw32-make install
process_begin: CreateProces(NULL, /C/MinGW/bin/cmake.exe -H/C/MinGW/temp/luajit-rocks -B/C/MinGW/temp/luajit-rocks/build --check-build-system CMakeFiles/Makefile.cmake 0, ...) failed.
make (e=2): The system cannot find the file specified.
Makefile:236: recipe for target 'cmake_check_build_system' failed
mingw32-make: *** [cmake_check_build_system] Error 2
I understand that Torch on Windows is not supported, but the installation section of this repository leads me to believe that there is hope for this much!
The text was updated successfully, but these errors were encountered:
Installing with cmake (from cmake.org) and mingw32-make (from mingw-get).
I understand that Torch on Windows is not supported, but the installation section of this repository leads me to believe that there is hope for this much!
The text was updated successfully, but these errors were encountered: