Closed hainguyenct closed 7 years ago
What OS, what processor, what gcc? give a lot more details please. thank you.
OS: Linux 3.0.101-0.47.71-default x86_64 x86_64 x86_64 GNU/Linux GCC: gcc/6.1.0 CPU: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz, 32 processors, vendor_id : GenuineIntel, cpu MHz : 1200.000/processor
Ok, what distro? like Ubuntu 14.04, etc.? And can you paste the full log, rather than just part of it that gives the error. Thank you.
I used a server which has OS: SUSE Linux Enterprise Server 11 SP3 (x86_64) - Kernel \r (\l) Also, I pasted my log. Thank you so much for your help.
Prefix set to /home/nguyentha/torch0603/install Installing Lua version: LUAJIT21 CMake Error at CMakeLists.txt:1 (cmake_minimum_required): CMake 2.8 or higher is required. You are running version 2.6.2
(base) nguyentha@mesu1:~/torch0603> module load cmake (base) nguyentha@mesu1:~/torch0603> ./install.sh Prefix set to /home/nguyentha/torch0603/install Installing Lua version: LUAJIT21 which: no nvcc in (/opt/dev/cmake-3.6.0-rc1-Linux-x86_64//bin:/home/nguyentha/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/sgi/sgimc/bin:/opt/pbs/default/bin:/opt/pbs/default/sbin:/opt/intel/flexlm:/opt/dev/intel/eclipse:) Installing common Lua packages gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c src/lfs.c -o src/lfs.o gcc -shared -o lfs.so -L/home/nguyentha/torch0603/install/lib src/lfs.o Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks luafilesystem 1.6.3-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: MIT/X11)
Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks penlight scm-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: MIT/X11)
gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c lua_cjson.c -o lua_cjson.o gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c strbuf.c -o strbuf.o gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c fpconv.c -o fpconv.o gcc -shared -o cjson.so -L/home/nguyentha/torch0603/install/lib lua_cjson.o strbuf.o fpconv.o Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks lua-cjson 2.1devel-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: MIT)
Installing core Torch packages gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c test.c -o test.o gcc -shared -o ffi/libtest.so -L/home/nguyentha/torch0603/install/lib test.o gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c call.c -o call.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c ctype.c -o ctype.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c ffi.c -o ffi.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c parser.c -o parser.o -Idynasm gcc -shared -o ffi.so -L/home/nguyentha/torch0603/install/lib call.o ctype.o ffi.o parser.o Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks luaffi scm-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: BSD)
gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch0603/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/ gcc -shared -o libsundown.so -L/home/nguyentha/torch0603/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks sundown scm-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: BSD)
Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks cwrap scm-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: BSD)
Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/nguyentha/torch0603/install/include" -DLUA_LIBDIR="/home/nguyentha/torch0603/install/lib" -DLUADIR="/home/nguyentha/torch0603/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/nguyentha/torch0603/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/nguyentha/torch0603/install/lib/luarocks/rocks/paths/scm-1" && make
-- Configuring done -- Generating done -- Build files have been written to: /home/nguyentha/torch0603/pkg/paths/build [100%] Built target paths cd build && make install [100%] Built target paths Install the project... -- Install configuration: "Release" -- Installing: /home/nguyentha/torch0603/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua -- Installing: /home/nguyentha/torch0603/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so Updating manifest for /home/nguyentha/torch0603/install/lib/luarocks/rocks paths scm-1 is now built and installed in /home/nguyentha/torch0603/install/ (license: BSD)
Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/nguyentha/torch0603/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/nguyentha/torch0603/install/bin" -DLUA_INCDIR="/home/nguyentha/torch0603/install/include" -DLUA_LIBDIR="/home/nguyentha/torch0603/install/lib" -DLUADIR="/home/nguyentha/torch0603/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/nguyentha/torch0603/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/nguyentha/torch0603/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)
-- Compiling with OpenMP support -- Compiling with OpenMP support -- Could not find hardware support for NEON on this machine. -- No OMAP3 processor on this machine. -- No OMAP4 processor on this machine. -- TH_SO_VERSION: 0 -- Atomics: using GCC intrinsics -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_sequential - mkl_core - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_sequential - mkl_core - m] -- Library mkl_intel: not found -- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf_lp64: not found -- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_gf: not found -- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel_lp64: not found -- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m] -- Library mkl_intel: not found -- Checking for [mkl - guide - pthread - m] -- Library mkl: not found -- MKL library not found -- Checking for [openblas] -- Library openblas: /usr/lib64/libopenblas.so -- Found a library with BLAS API (open). -- Found a library with LAPACK API. (open) -- C inline is supported (inline) -- Configuring done -- Generating done -- Build files have been written to: /home/nguyentha/torch0603/pkg/torch/build [ 5%] Built target luaT [ 8%] Building C object lib/TH/CMakeFiles/TH.dir/THVector.c.o In file included from /home/nguyentha/torch0603/pkg/torch/lib/TH/THVector.c:15: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:2:23: error: x86intrin.h: No such file or directory In file included from /home/nguyentha/torch0603/pkg/torch/lib/TH/THVector.c:15: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_fill_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:10: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:10: error: (Each undeclared identifier is reported only once /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:10: error: for each function it appears in.) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:10: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:12: error: implicit declaration of function ‘_mm_storeu_pd’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:12: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cadd_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:25: error: ‘__m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:25: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:26: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:28: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:28: error: implicit declaration of function ‘_mm_loadu_pd’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:29: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:30: error: implicit declaration of function ‘_mm_mul_pd’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:30: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:31: error: implicit declaration of function ‘_mm_add_pd’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_adds_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:41: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:41: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:42: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:44: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:45: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:46: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cmul_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:59: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:59: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:60: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:61: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:62: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:63: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:64: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:65: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:66: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_muls_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:83: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:83: error: expected ‘;’ before ‘XMM15’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:85: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:86: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:87: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:88: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:89: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:90: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:91: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:92: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:93: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:94: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:95: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:96: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cdiv_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:105: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:105: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:107: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:108: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:109: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:110: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:111: error: implicit declaration of function ‘_mm_div_pd’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_divs_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:123: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:123: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:124: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:126: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:127: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:128: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_fill_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:140: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:140: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:143: error: implicit declaration of function ‘_mm_storeu_ps’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:143: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cadd_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:157: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:157: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:158: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:160: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:160: error: implicit declaration of function ‘_mm_loadu_ps’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:161: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:162: error: implicit declaration of function ‘_mm_mul_ps’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:162: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:163: error: implicit declaration of function ‘_mm_add_ps’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_adds_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:173: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:173: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:174: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:176: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:177: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:178: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cmul_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:191: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:191: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:192: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:193: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:194: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:195: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:196: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:197: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:198: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_muls_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:215: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:215: error: expected ‘;’ before ‘XMM15’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:217: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:218: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:219: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:220: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:221: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:222: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:223: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:224: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:225: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:226: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:227: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:228: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cdiv_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:237: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:237: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:239: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:240: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:241: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:242: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:243: error: implicit declaration of function ‘_mm_div_ps’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_divs_SSE’: /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:255: error: ‘__m128’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:255: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:256: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:258: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:259: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch0603/pkg/torch/lib/TH/vector/SSE.c:260: error: ‘XMM7’ undeclared (first use in this function) make[2]: [lib/TH/CMakeFiles/TH.dir/THVector.c.o] Error 1 make[1]: [lib/TH/CMakeFiles/TH.dir/all] Error 2 make: *** [all] Error 2
Error: Build error: Failed building.
I've pushed an update to this. Can you remove the folder, and redownload it and install it, and let me know if you still see an error? Thanks.
Hi, I still see the errors as below: Thank you.
Installing Lua version: LUAJIT21
make[2]: Warning: File exe/luajit-rocks/luajit-2.1/CMakeFiles/minilua.dir/depend.make' has modification time 0.0021 s in the future make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Warning: File
exe/luajit-rocks/luajit-2.1/CMakeFiles/luajit-static.dir/depend.make' has modification time 0.003 s in the future
make[2]: warning: Clock skew detected. Your build may be incomplete.
make[2]: Warning: File `exe/luajit-rocks/luajit-2.1/CMakeFiles/luajit.dir/depend.make' has modification time 0.0028 s in the future
make[2]: warning: Clock skew detected. Your build may be incomplete.
which: no nvcc in (/opt/dev/cmake-3.6.0-rc1-Linux-x86_64//bin:/home/nguyentha/bin:/usr/local/bin:/usr/bin:/bin:/usr/bin/X11:/usr/X11R6/bin:/usr/games:/usr/lib64/jvm/jre/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin:/opt/sgi/sgimc/bin:/opt/pbs/default/bin:/opt/pbs/default/sbin:/opt/intel/flexlm:/opt/dev/intel/eclipse:)
Installing common Lua packages
gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c src/lfs.c -o src/lfs.o
gcc -shared -o lfs.so -L/home/nguyentha/torch/install/lib src/lfs.o
Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks
No existing manifest. Attempting to rebuild...
luafilesystem 1.6.3-1 is now built and installed in /home/nguyentha/torch/install/ (license: MIT/X11)
Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks penlight scm-1 is now built and installed in /home/nguyentha/torch/install/ (license: MIT/X11)
gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c lua_cjson.c -o lua_cjson.o gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c strbuf.c -o strbuf.o gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c fpconv.c -o fpconv.o gcc -shared -o cjson.so -L/home/nguyentha/torch/install/lib lua_cjson.o strbuf.o fpconv.o Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks lua-cjson 2.1devel-1 is now built and installed in /home/nguyentha/torch/install/ (license: MIT)
Installing core Torch packages gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c test.c -o test.o gcc -shared -o ffi/libtest.so -L/home/nguyentha/torch/install/lib test.o gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c call.c -o call.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c ctype.c -o ctype.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c ffi.c -o ffi.o -Idynasm gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c parser.c -o parser.o -Idynasm gcc -shared -o ffi.so -L/home/nguyentha/torch/install/lib call.o ctype.o ffi.o parser.o Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks luaffi scm-1 is now built and installed in /home/nguyentha/torch/install/ (license: BSD)
gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c src/autolink.c -o src/autolink.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c src/buffer.c -o src/buffer.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c src/markdown.c -o src/markdown.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c src/stack.c -o src/stack.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c html/houdini_href_e.c -o html/houdini_href_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c html/houdini_html_e.c -o html/houdini_html_e.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c html/html.c -o html/html.o -Isrc/ -Ihtml/ gcc -O2 -fPIC -I/home/nguyentha/torch/install/include -c html/html_smartypants.c -o html/html_smartypants.o -Isrc/ -Ihtml/ gcc -shared -o libsundown.so -L/home/nguyentha/torch/install/lib src/autolink.o src/buffer.o src/markdown.o src/stack.o html/houdini_href_e.o html/houdini_html_e.o html/html.o html/html_smartypants.o Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks sundown scm-1 is now built and installed in /home/nguyentha/torch/install/ (license: BSD)
Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks cwrap scm-1 is now built and installed in /home/nguyentha/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUALIB= -DLUA_INCDIR="/home/nguyentha/torch/install/include" -DLUA_LIBDIR="/home/nguyentha/torch/install/lib" -DLUADIR="/home/nguyentha/torch/install/lib/luarocks/rocks/paths/scm-1/lua" -DLIBDIR="/home/nguyentha/torch/install/lib/luarocks/rocks/paths/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/nguyentha/torch/install/lib/luarocks/rocks/paths/scm-1" && make
-- The C compiler identification is GNU 4.3.4
-- The CXX compiler identification is GNU 4.3.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for include file fcntl.h
-- Looking for include file fcntl.h - found
-- Looking for include file unistd.h
-- Looking for include file unistd.h - found
-- Looking for include file dirent.h
-- Looking for include file dirent.h - found
-- Looking for include file time.h
-- Looking for include file time.h - found
-- Looking for include file sys/time.h
-- Looking for include file sys/time.h - found
-- Looking for include file sys/ndir.h
-- Looking for include file sys/ndir.h - not found
-- Looking for include file sys/utsname.h
-- Looking for include file sys/utsname.h - found
-- Looking for include file sys/dir.h
-- Looking for include file sys/dir.h - found
-- Looking for include file ndir.h
-- Looking for include file ndir.h - not found
-- Looking for getcwd
-- Looking for getcwd - found
-- Looking for dlopen in dl
-- Looking for dlopen in dl - found
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nguyentha/torch/pkg/paths/build
Scanning dependencies of target paths
[ 50%] Building C object CMakeFiles/paths.dir/paths.c.o
[100%] Linking C shared module libpaths.so
CMakeFiles/paths.dir/paths.c.o: In function lua_tmpname': paths.c:(.text+0x5c7): warning: the use of
tempnam' is dangerous, better use `mkstemp'
[100%] Built target paths
cd build && make install
[100%] Built target paths
Install the project...
-- Install configuration: "Release"
-- Installing: /home/nguyentha/torch/install/lib/luarocks/rocks/paths/scm-1/lua/paths/init.lua
-- Installing: /home/nguyentha/torch/install/lib/luarocks/rocks/paths/scm-1/lib/libpaths.so
Updating manifest for /home/nguyentha/torch/install/lib/luarocks/rocks
paths scm-1 is now built and installed in /home/nguyentha/torch/install/ (license: BSD)
Warning: unmatched variable LUALIB cmake -E make_directory build && cd build && cmake .. -DCMAKE_BUILD_TYPE=Release -DLUA=/home/nguyentha/torch/install/bin/luajit -DLUALIB= -DLUA_BINDIR="/home/nguyentha/torch/install/bin" -DLUA_INCDIR="/home/nguyentha/torch/install/include" -DLUA_LIBDIR="/home/nguyentha/torch/install/lib" -DLUADIR="/home/nguyentha/torch/install/lib/luarocks/rocks/torch/scm-1/lua" -DLIBDIR="/home/nguyentha/torch/install/lib/luarocks/rocks/torch/scm-1/lib" -DCMAKE_INSTALL_PREFIX="/home/nguyentha/torch/install/lib/luarocks/rocks/torch/scm-1" && make -j$(getconf _NPROCESSORS_ONLN)
-- The C compiler identification is GNU 4.3.4
-- The CXX compiler identification is GNU 4.3.4
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Try OpenMP C flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Try OpenMP CXX flag = [-fopenmp]
-- Performing Test OpenMP_FLAG_DETECTED
-- Performing Test OpenMP_FLAG_DETECTED - Success
-- Found OpenMP: -fopenmp
-- Compiling with OpenMP support
-- Compiling with OpenMP support
-- Could not find hardware support for NEON on this machine.
-- No OMAP3 processor on this machine.
-- No OMAP4 processor on this machine.
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Performing Test HAVE_GCC_GET_CPUID
-- Performing Test HAVE_GCC_GET_CPUID - Success
-- Performing Test NO_GCC_EBX_FPIC_BUG
-- Performing Test NO_GCC_EBX_FPIC_BUG - Success
-- Performing Test C_HAS_SSE1_1
-- Performing Test C_HAS_SSE1_1 - Success
-- Performing Test C_HAS_SSE2_1
-- Performing Test C_HAS_SSE2_1 - Success
-- Performing Test C_HAS_SSE3_1
-- Performing Test C_HAS_SSE3_1 - Failed
-- Performing Test C_HAS_SSE3_2
-- Performing Test C_HAS_SSE3_2 - Success
-- Performing Test C_HAS_SSE4_1_1
-- Performing Test C_HAS_SSE4_1_1 - Failed
-- Performing Test C_HAS_SSE4_1_2
-- Performing Test C_HAS_SSE4_1_2 - Success
-- Performing Test C_HAS_SSE4_2_1
-- Performing Test C_HAS_SSE4_2_1 - Failed
-- Performing Test C_HAS_SSE4_2_2
-- Performing Test C_HAS_SSE4_2_2 - Success
-- Performing Test C_HAS_AVX_1
-- Performing Test C_HAS_AVX_1 - Failed
-- Performing Test C_HAS_AVX_2
-- Performing Test C_HAS_AVX_2 - Failed
-- Performing Test C_HAS_AVX_3
-- Performing Test C_HAS_AVX_3 - Failed
-- Performing Test C_HAS_AVX2_1
-- Performing Test C_HAS_AVX2_1 - Failed
-- Performing Test C_HAS_AVX2_2
-- Performing Test C_HAS_AVX2_2 - Failed
-- Performing Test C_HAS_AVX2_3
-- Performing Test C_HAS_AVX2_3 - Failed
-- Performing Test CXX_HAS_SSE1_1
-- Performing Test CXX_HAS_SSE1_1 - Success
-- Performing Test CXX_HAS_SSE2_1
-- Performing Test CXX_HAS_SSE2_1 - Success
-- Performing Test CXX_HAS_SSE3_1
-- Performing Test CXX_HAS_SSE3_1 - Failed
-- Performing Test CXX_HAS_SSE3_2
-- Performing Test CXX_HAS_SSE3_2 - Success
-- Performing Test CXX_HAS_SSE4_1_1
-- Performing Test CXX_HAS_SSE4_1_1 - Failed
-- Performing Test CXX_HAS_SSE4_1_2
-- Performing Test CXX_HAS_SSE4_1_2 - Success
-- Performing Test CXX_HAS_SSE4_2_1
-- Performing Test CXX_HAS_SSE4_2_1 - Failed
-- Performing Test CXX_HAS_SSE4_2_2
-- Performing Test CXX_HAS_SSE4_2_2 - Success
-- Performing Test CXX_HAS_AVX_1
-- Performing Test CXX_HAS_AVX_1 - Failed
-- Performing Test CXX_HAS_AVX_2
-- Performing Test CXX_HAS_AVX_2 - Failed
-- Performing Test CXX_HAS_AVX_3
-- Performing Test CXX_HAS_AVX_3 - Failed
-- Performing Test CXX_HAS_AVX2_1
-- Performing Test CXX_HAS_AVX2_1 - Failed
-- Performing Test CXX_HAS_AVX2_2
-- Performing Test CXX_HAS_AVX2_2 - Failed
-- Performing Test CXX_HAS_AVX2_3
-- Performing Test CXX_HAS_AVX2_3 - Failed
-- SSE2 Found
-- SSE3 Found
-- Performing Test HAS_C11_ATOMICS
-- Performing Test HAS_C11_ATOMICS - Failed
-- Performing Test HAS_MSC_ATOMICS
-- Performing Test HAS_MSC_ATOMICS - Failed
-- Performing Test HAS_GCC_ATOMICS
-- Performing Test HAS_GCC_ATOMICS - Success
-- TH_SO_VERSION: 0
-- Atomics: using GCC intrinsics
-- Looking for sys/types.h
-- Looking for sys/types.h - found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for stddef.h
-- Looking for stddef.h - found
-- Check size of void
-- Check size of void - done
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_sequential - mkl_core - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_sequential - mkl_core - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_sequential - mkl_core - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_sequential - mkl_core - m]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - iomp5 - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_gf_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf_lp64 - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_gf_lp64: not found
-- Checking for [mkl_gf - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_gf - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_gf: not found
-- Checking for [mkl_intel_lp64 - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel_lp64 - mkl_intel_thread - mkl_core - pthread - m]
-- Library mkl_intel_lp64: not found
-- Checking for [mkl_intel - mkl_gnu_thread - mkl_core - pthread - m]
-- Library mkl_intel: not found
-- Checking for [mkl_intel - mkl_intel_thread - mkl_core - pthread - m]
-- Library mklintel: not found
-- Checking for [mkl - guide - pthread - m]
-- Library mkl: not found
-- MKL library not found
-- Checking for [openblas]
-- Library openblas: /usr/lib64/libopenblas.so
-- Looking for sgemm
-- Looking for sgemm_ - found
-- Performing Test BLAS_F2C_DOUBLE_WORKS
-- Performing Test BLAS_F2C_DOUBLE_WORKS - Failed
-- Performing Test BLAS_F2C_FLOAT_WORKS
-- Performing Test BLAS_F2C_FLOATWORKS - Success
-- Found a library with BLAS API (open).
-- Looking for cheev
-- Looking for cheev_ - found
-- Found a library with LAPACK API. (open)
-- Looking for clock_gettime in rt
-- Looking for clock_gettime in rt - found
-- Looking for mmap
-- Looking for mmap - found
-- Looking for shm_open
-- Looking for shm_open - found
-- Looking for shm_unlink
-- Looking for shm_unlink - found
-- Looking for malloc_usable_size
-- Looking for malloc_usable_size - found
-- Performing Test C_HAS_THREAD
-- Performing Test C_HAS_THREAD - Success
-- Configuring done
-- Generating done
-- Build files have been written to: /home/nguyentha/torch/pkg/torch/build
Scanning dependencies of target luaT
Scanning dependencies of target TH
make[2]: Warning: File `lib/luaT/CMakeFiles/luaT.dir/depend.make' has modification time 0.0013 s in the future
[ 2%] Building C object lib/luaT/CMakeFiles/luaT.dir/luaT.c.o
[ 20%] Building C object lib/TH/CMakeFiles/TH.dir/THStorage.c.o
[ 22%] Building C object lib/TH/CMakeFiles/TH.dir/THBlas.c.o
[ 28%] Building C object lib/TH/CMakeFiles/TH.dir/THAllocator.c.o
[ 37%] Building C object lib/TH/CMakeFiles/TH.dir/THHalf.c.o
[ 40%] Building C object lib/TH/CMakeFiles/TH.dir/THGeneral.c.o
[ 40%] Building C object lib/TH/CMakeFiles/TH.dir/THLogAdd.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THMemoryFile.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THFile.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THTensor.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THLapack.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THRandom.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THVector.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/generic/simd/convolve5x5_sse.c.o
[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THAtomic.c.o
In file included from /home/nguyentha/torch/pkg/torch/lib/TH/THVector.c:15:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:2:23: error: x86intrin.h: No such file or directory
In file included from /home/nguyentha/torch/pkg/torch/lib/TH/THVector.c:15:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_fill_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:10: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:10: error: (Each undeclared identifier is reported only once
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:10: error: for each function it appears in.)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:10: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:12: warning: implicit declaration of function ‘_mm_storeu_pd’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:12: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cadd_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:25: error: ‘__m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:25: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:26: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:28: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:28: warning: implicit declaration of function ‘_mm_loadu_pd’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:29: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:30: warning: implicit declaration of function ‘_mm_mul_pd’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:30: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:31: warning: implicit declaration of function ‘_mm_add_pd’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_adds_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:41: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:41: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:42: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:44: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:45: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:46: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cmul_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:59: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:59: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:60: error: expected ‘;’ before ‘XMM1’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:61: error: expected ‘;’ before ‘XMM2’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:62: error: expected ‘;’ before ‘XMM3’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:63: error: expected ‘;’ before ‘XMM4’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:64: error: expected ‘;’ before ‘XMM5’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:65: error: expected ‘;’ before ‘XMM6’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:66: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM4’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM5’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM6’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM3’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_muls_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:83: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:83: error: expected ‘;’ before ‘XMM15’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:85: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:86: error: expected ‘;’ before ‘XMM1’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:87: error: expected ‘;’ before ‘XMM2’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:88: error: expected ‘;’ before ‘XMM3’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:89: error: expected ‘;’ before ‘XMM4’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:90: error: expected ‘;’ before ‘XMM5’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:91: error: expected ‘;’ before ‘XMM6’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:92: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:93: error: ‘XMM4’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:94: error: ‘XMM5’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:95: error: ‘XMM6’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:96: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cdiv_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:105: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:105: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:107: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:108: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:109: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:110: error: ‘XMM3’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:111: warning: implicit declaration of function ‘_mm_div_pd’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_divs_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:123: error: ‘m128d’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:123: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:124: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:126: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:127: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:128: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_fill_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:140: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:140: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:143: warning: implicit declaration of function ‘_mm_storeu_ps’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:143: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cadd_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:157: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:157: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:158: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:160: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:160: warning: implicit declaration of function ‘_mm_loadu_ps’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:161: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:162: warning: implicit declaration of function ‘_mm_mul_ps’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:162: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:163: warning: implicit declaration of function ‘_mm_add_ps’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_adds_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:173: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:173: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:174: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:176: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:177: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:178: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cmul_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:191: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:191: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:192: error: expected ‘;’ before ‘XMM1’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:193: error: expected ‘;’ before ‘XMM2’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:194: error: expected ‘;’ before ‘XMM3’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:195: error: expected ‘;’ before ‘XMM4’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:196: error: expected ‘;’ before ‘XMM5’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:197: error: expected ‘;’ before ‘XMM6’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:198: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM4’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM5’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM6’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM3’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_muls_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:215: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:215: error: expected ‘;’ before ‘XMM15’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:217: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:218: error: expected ‘;’ before ‘XMM1’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:219: error: expected ‘;’ before ‘XMM2’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:220: error: expected ‘;’ before ‘XMM3’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:221: error: expected ‘;’ before ‘XMM4’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:222: error: expected ‘;’ before ‘XMM5’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:223: error: expected ‘;’ before ‘XMM6’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:224: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:225: error: ‘XMM4’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:226: error: ‘XMM5’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:227: error: ‘XMM6’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:228: error: ‘XMM7’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cdiv_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:237: error: ‘m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:237: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:239: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:240: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:241: error: ‘XMM2’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:242: error: ‘XMM3’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:243: warning: implicit declaration of function ‘_mm_div_ps’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_divs_SSE’:
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:255: error: ‘__m128’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:255: error: expected ‘;’ before ‘XMM7’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:256: error: expected ‘;’ before ‘XMM0’
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:258: error: ‘XMM0’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:259: error: ‘XMM1’ undeclared (first use in this function)
/home/nguyentha/torch/pkg/torch/lib/TH/vector/SSE.c:260: error: ‘XMM7’ undeclared (first use in this function)
make[2]: [lib/TH/CMakeFiles/TH.dir/THVector.c.o] Error 1
make[2]: Waiting for unfinished jobs....
[ 51%] Linking C shared library libluaT.so
make[2]: warning: Clock skew detected. Your build may be incomplete.
[ 51%] Built target luaT
make[1]: [lib/TH/CMakeFiles/TH.dir/all] Error 2
make: [all] Error 2
Error: Build error: Failed building.
Hmmm, I cant quite see why x86intrin.h
is missing from your system. It is typically available with all gcc compilers, especially gcc-6.
what is the output of: which gcc
If the output is: /foo/bar/bin/gcc
, then can you run the command export CMAKE_PREFIX_PATH=/foo/bar:$CMAKE_PREFIX_PATH
and then again try installing...
the result is opt/dev/anaconda3/envs/base/bin/gcc. I also tried export but it produces the same error. Also , I do not know why? How to get x86intrin.h for the system?
search for x86intrin.h
on your system in /
See where it is located.
I found many locations where contain it: ./usr/lib64/gcc/x86_64-suse-linux/4.7/include/x86intrin.h ./usr/lib64/clang/3.3/include/x86intrin.h
./opt/dev/download/gcc/gcc-4.9.0/gcc/config/i386/x86intrin.h ./opt/dev/download/gcc/gcc-4.9.0/host-x86_64-unknown-linux-gnu/gcc/include/x86intrin.h ./opt/dev/download/gcc/gcc-6.3.0/gcc/config/i386/x86intrin.h ./opt/dev/intel/2015.0.022/composer_xe_2015.0.090/compiler/include/x86intrin.h ./opt/dev/intel/2016.update2/compilers_and_libraries_2016.2.181/linux/compiler/include/x86intrin.h ./opt/dev/intel/2017.1/compilers_and_libraries_2017.1.132/linux/compiler/include/icc/x86intrin.h
ok so can you activate a different compiler, like gcc-4.9.0 instead of module load
of the anaconda based gcc. Maybe module load gcc-4.9.0
? I can conclude that it is a problem with the gcc that is shipping with your particular HPC anaconda, no one else has this issue.
You can also report it to your sysadmin, who can look further.
Thank you very much.
I met some errors when installing Torch:
_[ 48%] Building C object lib/TH/CMakeFiles/TH.dir/THDiskFile.c.o In file included from /home/nguyentha/torch7_06/pkg/torch/lib/TH/THVector.c:15: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:2:23: error: x86intrin.h: No such file or directory In file included from /home/nguyentha/torch7_06/pkg/torch/lib/TH/THVector.c:15: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_fill_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:10: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:10: error: (Each undeclared identifier is reported only once /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:10: error: for each function it appears in.) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:10: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:12: error: implicit declaration of function ‘_mm_storeu_pd’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:12: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cadd_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:25: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:25: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:26: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:28: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:28: error: implicit declaration of function ‘_mm_loadu_pd’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:29: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:30: error: implicit declaration of function ‘_mm_mul_pd’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:30: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:31: error: implicit declaration of function ‘_mm_add_pd’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_adds_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:41: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:41: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:42: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:44: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:45: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:46: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cmul_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:59: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:59: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:60: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:61: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:62: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:63: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:64: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:65: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:66: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:67: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:68: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:69: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:70: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_muls_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:83: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:83: error: expected ‘;’ before ‘XMM15’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:85: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:86: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:87: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:88: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:89: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:90: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:91: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:92: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:93: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:94: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:95: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:96: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_cdiv_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:105: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:105: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:107: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:108: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:109: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:110: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:111: error: implicit declaration of function ‘_mm_div_pd’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THDoubleVector_divs_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:123: error: ‘m128d’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:123: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:124: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:126: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:127: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:128: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_fill_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:140: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:140: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:143: error: implicit declaration of function ‘_mm_storeu_ps’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:143: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cadd_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:157: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:157: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:158: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:160: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:160: error: implicit declaration of function ‘_mm_loadu_ps’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:161: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:162: error: implicit declaration of function ‘_mm_mul_ps’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:162: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:163: error: implicit declaration of function ‘_mm_add_ps’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_adds_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:173: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:173: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:174: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:176: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:177: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:178: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cmul_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:191: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:191: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:192: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:193: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:194: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:195: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:196: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:197: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:198: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:199: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:200: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:201: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:202: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_muls_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:215: error: ‘m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:215: error: expected ‘;’ before ‘XMM15’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:217: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:218: error: expected ‘;’ before ‘XMM1’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:219: error: expected ‘;’ before ‘XMM2’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:220: error: expected ‘;’ before ‘XMM3’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:221: error: expected ‘;’ before ‘XMM4’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:222: error: expected ‘;’ before ‘XMM5’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:223: error: expected ‘;’ before ‘XMM6’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:224: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:225: error: ‘XMM4’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:226: error: ‘XMM5’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:227: error: ‘XMM6’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:228: error: ‘XMM7’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_cdiv_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:237: error: ‘__m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:237: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:239: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:240: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:241: error: ‘XMM2’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:242: error: ‘XMM3’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:243: error: implicit declaration of function ‘_mm_div_ps’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c: In function ‘THFloatVector_divs_SSE’: /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:255: error: ‘__m128’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:255: error: expected ‘;’ before ‘XMM7’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:256: error: expected ‘;’ before ‘XMM0’ /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:258: error: ‘XMM0’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:259: error: ‘XMM1’ undeclared (first use in this function) /home/nguyentha/torch7_06/pkg/torch/lib/TH/vector/SSE.c:260: error: ‘XMM7’ undeclared (first use in this function) make[2]: [lib/TH/CMakeFiles/TH.dir/THVector.c.o] Error 1 make[2]: Waiting for unfinished jobs.... [ 51%] Linking C shared library libluaT.so [ 51%] Built target luaT make[1]: [lib/TH/CMakeFiles/TH.dir/all] Error 2 make: [all] Error 2
Error: Build error: Failed building._
Please help me to fix it. Thank you