Created
February 14, 2017 13:26
-
-
Save crosofg/1d04e9b049a1462c25f64adacd2538ec to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
C:\Program Files (x86)\Microsoft Visual Studio 14.0>luarocks install nn | |
C:\Program Files (x86)\Microsoft Visual Studio 14.0>rem=rem --[[ | |
Installing https://raw.githubusercontent.com/torch/rocks/master/nn-scm-1.rockspec... | |
Using https://raw.githubusercontent.com/torch/rocks/master/nn-scm-1.rockspec... switching to 'build' mode | |
remote: Counting objects: 300, done. | |
Cloning into 'nn'...objects: 31% (79/254) | |
remote: Compressing objects: 100% (254/254), done. | |
remote: Total 300 (delta 70), reused 149 (delta 43), pack-reused 0 | |
Receiving objects: 100% (300/300), 568.87 KiB | 267.00 KiB/s, done. | |
Resolving deltas: 100% (70/70), done. | |
Checking out files: 100% (291/291), done. | |
cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/Lua/LuaJIT-2.0.4/.." -DCMAKE_INSTALL_PREFIX="C:/Lua/LuaJIT-2.0.4/luarocks/nn/scm-1" && mingw32-make | |
C:\Users\gaurav\AppData\Local\Temp\luarocks_nn-scm-1-5008\nn>if -E == -E (cmake.exe -E make_directory build ) else (cmake.exe -G "NMake Makefiles" -DWIN32=1 -E make_directory build ) | |
C:\Users\gaurav\AppData\Local\Temp\luarocks_nn-scm-1-5008\nn\build>if .. == -E (cmake.exe .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/Lua/LuaJIT-2.0.4/.." -DCMAKE_INSTALL_PREFIX="C:/Lua/LuaJIT-2.0.4/luarocks/nn/scm-1" ) else (cmake.exe -G "NMake Makefiles" -DWIN32=1 .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_PREFIX_PATH="C:/Lua/LuaJIT-2.0.4/.." -DCMAKE_INSTALL_PREFIX="C:/Lua/LuaJIT-2.0.4/luarocks/nn/scm-1" ) | |
-- The C compiler identification is MSVC 19.0.24215.1 | |
-- The CXX compiler identification is MSVC 19.0.24215.1 | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe | |
-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works | |
-- Detecting C compiler ABI info | |
-- Detecting C compiler ABI info - done | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe | |
-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio 14.0/VC/bin/cl.exe -- works | |
-- Detecting CXX compiler ABI info | |
-- Detecting CXX compiler ABI info - done | |
-- Detecting CXX compile features | |
-- Detecting CXX compile features - done | |
-- Found Torch7 in C:/Lua | |
-- TH_LIBRARIES: TH | |
-- Try OpenMP C flag = [/openmp] | |
-- Performing Test OpenMP_FLAG_DETECTED | |
-- Performing Test OpenMP_FLAG_DETECTED - Success | |
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.8/Modules/FindOpenMP.cmake:179 (if): | |
if given arguments: | |
"TRUE" | |
An argument named "TRUE" appears in a conditional statement. Policy | |
CMP0012 is not set: if() recognizes numbers and boolean constants. Run | |
"cmake --help-policy CMP0012" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
Call Stack (most recent call first): | |
C:/Program Files/CMake/share/cmake-3.8/Modules/FindOpenMP.cmake:224 (_OPENMP_GET_SPEC_DATE) | |
lib/THNN/CMakeLists.txt:52 (FIND_PACKAGE) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Try OpenMP CXX flag = [/openmp] | |
-- Performing Test OpenMP_FLAG_DETECTED | |
-- Performing Test OpenMP_FLAG_DETECTED - Success | |
CMake Warning (dev) at C:/Program Files/CMake/share/cmake-3.8/Modules/FindOpenMP.cmake:179 (if): | |
if given arguments: | |
"TRUE" | |
An argument named "TRUE" appears in a conditional statement. Policy | |
CMP0012 is not set: if() recognizes numbers and boolean constants. Run | |
"cmake --help-policy CMP0012" for policy details. Use the cmake_policy | |
command to set the policy and suppress this warning. | |
Call Stack (most recent call first): | |
C:/Program Files/CMake/share/cmake-3.8/Modules/FindOpenMP.cmake:266 (_OPENMP_GET_SPEC_DATE) | |
lib/THNN/CMakeLists.txt:52 (FIND_PACKAGE) | |
This warning is for project developers. Use -Wno-dev to suppress it. | |
-- Found OpenMP: /openmp | |
-- Compiling with OpenMP support | |
-- Configuring done | |
-- Generating done | |
-- Build files have been written to: C:/Users/gaurav/AppData/Local/Temp/luarocks_nn-scm-1-5008/nn/build | |
Makefile:35: *** missing separator. Stop. | |
Error: Build error: Failed building. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment