Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MinGW installation #27

Open
cfedk opened this issue Apr 21, 2016 · 0 comments
Open

MinGW installation #27

cfedk opened this issue Apr 21, 2016 · 0 comments

Comments

@cfedk
Copy link

cfedk commented Apr 21, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant