You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/01 13:37:18 UTC

[GitHub] qingyuanxingsi opened a new issue #9944: MXNet MinGW-w64 build error

qingyuanxingsi opened a new issue #9944: MXNet MinGW-w64 build error
URL: https://github.com/apache/incubator-mxnet/issues/9944
 
 
    ## Description
   Trying to build mxnet cpp package in Windows 7 using MinGW-w64, meeting following error.
   
   ## Environment info (Required)
   
   Windows 7
   
   ## Build info (Required if built from source)
   
   Compiler (gcc/clang/mingw/visual studio): mingw-w64
   
   MXNet commit hash:
   661bcef3204f18ff4cb1879f06b3767fe9d226b5
   
   Build config:
   **CMAKE Info**
   
   ```
   -- The C compiler identification is GNU 7.3.0
   -- The CXX compiler identification is GNU 7.3.0
   -- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe
   -- Check for working C compiler: D:/msys64/mingw64/bin/gcc.exe -- 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: D:/msys64/mingw64/bin/g++.exe
   -- Check for working CXX compiler: D:/msys64/mingw64/bin/g++.exe -- works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- Performing Test SUPPORT_CXX11
   -- Performing Test SUPPORT_CXX11 - Success
   -- Performing Test SUPPORT_CXX0X
   -- Performing Test SUPPORT_CXX0X - Success
   -- Performing Test SUPPORT_MSSE2
   -- Performing Test SUPPORT_MSSE2 - Success
   -- Found OpenBLAS libraries: F:/tools/mxnet/3rdparty/OpenBLAS/lib/openblas.lib
   -- Found OpenBLAS include: F:/tools/mxnet/3rdparty/OpenBLAS/include
   -- OpenCV Disabled
   -- Found PythonInterp: D:/Anaconda3/python.exe (found version "3.6.1") 
   -- Looking for pthread.h
   -- Looking for pthread.h - found
   -- Looking for pthread_create
   -- Looking for pthread_create - found
   -- Found Threads: TRUE  
   -- Found GTest: gtest  
   -- Configuring done
   -- Generating done
   -- Build files have been written to: F:/tools/mxnet/cmake-build-debug
   ```
   
   ## Error Message:
   (Paste the complete error message, including stack trace.)
   
   ## Minimum reproducible example
   (If you are using your own code, please provide a short script that reproduces the error. Otherwise, please provide link to the existing example.)
   
   ## Steps to reproduce
   (Paste the commands you ran that produced the error.)
   
   1.
   2.
   
   ## What have you tried to solve it?
   
   1.
   2.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services