Note: Providing complete information in the most concise form is the best way to get help. This issue template serves as the checklist for essential information to most of the technical issues and bug reports. For non-technical issues and feature requests, feel free to present the information in what you believe is the best form.
For Q & A and discussion, please start a discussion thread at https://discuss.mxnet.io ## Description I have mxnet mkldnn working fine in a virtual environment on my Mac with HighSierra OS. When trying to set up the dev environment on the same Mac, as per instructions here: https://cwiki.apache.org/confluence/display/MXNET/MXNet+Developer+Setup+on+Mac I get the following errors (see below in the error section): ## Environment info (Required) Trying to set up dev env on Mac. What to do: 1. Download the diagnosis script from https://raw.githubusercontent.com/apache/incubator-mxnet/master/tools/diagnose.py 2. Run the script using `python diagnose.py` and paste its output here. ----------Python Info---------- Version : 3.6.5 Compiler : GCC 4.2.1 Compatible Clang 4.0.1 (tags/RELEASE_401/final) Build : ('default', 'Apr 26 2018 08:42:37') Arch : ('64bit', '') ------------Pip Info----------- Version : 18.0 Directory : /anaconda3/lib/python3.6/site-packages/pip ----------MXNet Info----------- No MXNet installed. ----------System Info---------- Platform : Darwin-17.7.0-x86_64-i386-64bit system : Darwin node : MacBook-Pro-2.local release : 17.7.0 version : Darwin Kernel Version 17.7.0: Fri Jul 6 19:54:51 PDT 2018; root:xnu-4570.71.3~2/RELEASE_X86_64 ----------Hardware Info---------- machine : x86_64 processor : i386 b'machdep.cpu.brand_string: Intel(R) Core(TM) i7-8559U CPU @ 2.70GHz' b'machdep.cpu.features: FPU VME DE PSE TSC MSR PAE MCE CX8 APIC SEP MTRR PGE MCA CMOV PAT PSE36 CLFSH DS ACPI MMX FXSR SSE SSE2 SS HTT TM PBE SSE3 PCLMULQDQ DTES64 MON DSCPL VMX EST TM2 SSSE3 FMA CX16 TPR PDCM SSE4.1 SSE4.2 x2APIC MOVBE POPCNT AES PCID XSAVE OSXSAVE SEGLIM64 TSCTMR AVX1.0 RDRAND F16C' b'machdep.cpu.leaf7_features: SMEP ERMS RDWRFSGS TSC_THREAD_OFFSET BMI1 AVX2 BMI2 INVPCID SMAP RDSEED ADX IPT SGX FPU_CSDS MPX CLFSOPT' b'machdep.cpu.extfeatures: SYSCALL XD 1GBPAGE EM64T LAHF LZCNT PREFETCHW RDTSCP TSCI' ----------Network Test---------- Setting timeout: 10 Timing for MXNet: https://github.com/apache/incubator-mxnet, DNS: 0.0329 sec, LOAD: 0.5003 sec. Timing for Gluon Tutorial(en): http://gluon.mxnet.io, DNS: 0.0564 sec, LOAD: 1.7825 sec. Timing for Gluon Tutorial(cn): https://zh.gluon.ai, DNS: 0.0479 sec, LOAD: 0.5129 sec. Timing for FashionMNIST: https://apache-mxnet.s3-accelerate.dualstack.amazonaws.com/gluon/dataset/fashion-mnist/train-labels-idx1-ubyte.gz, DNS: 0.0312 sec, LOAD: 0.2848 sec. Timing for PYPI: https://pypi.python.org/pypi/pip, DNS: 0.1894 sec, LOAD: 0.4663 sec. Timing for Conda: https://repo.continuum.io/pkgs/free/, DNS: 0.0674 sec, LOAD: 0.1975 sec. Package used (Python/R/Scala/Julia): (I'm using ...) Python ## Build info (Required if built from source) CANNOT BUILD Compiler (gcc/clang/mingw/visual studio): MXNet commit hash: (Paste the output of `git rev-parse HEAD` here.) 304282578a2a6c33d31fe71dbd2b3016bc8ca3cf Build config: (Paste the content of config.mk, or the build command.) Content of config.mk: # Licensed to the Apache Software Foundation (ASF) under one # or more contributor license agreements. See the NOTICE file # distributed with this work for additional information # regarding copyright ownership. The ASF licenses this file # to you under the Apache License, Version 2.0 (the # "License"); you may not use this file except in compliance # with the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, # software distributed under the License is distributed on an # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. #------------------------------------------------------------------------------- # Template configuration for compiling mxnet # # If you want to change the configuration, please use the following # steps. Assume you are on the root directory of mxnet. First copy the this # file so that any local changes will be ignored by git # # $ cp make/config.mk . # # Next modify the according entries, and then compile by # # $ make # # or build in parallel with 8 threads # # $ make -j8 #------------------------------------------------------------------------------- #--------------------- # choice of compiler #-------------------- export CC = gcc export CXX = g++ export NVCC = nvcc "config.mk" 141L, 3999C ## Error Message: make -j8 Makefile:321: WARNING: Significant performance increases can be achieved by installing and enabling gperftools or jemalloc development packages g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/cudnn/cudnn_algoreg.cc -o bui ld/src/operator/nn/cudnn/cudnn_algoreg.o g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/cudnn/cudnn_batch_norm.cc -o build/src/operator/nn/cudnn/cudnn_batch_norm.o g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_act.cc -o build /src/operator/nn/mkldnn/mkldnn_act.o g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_concat.cc -o bu ild/src/operator/nn/mkldnn/mkldnn_concat.o g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_copy.cc -o buil d/src/operator/nn/mkldnn/mkldnn_copy.o In file included from src/operator/nn/cudnn/cudnn_algoreg.cc:26: In file included from src/operator/nn/cudnn/./cudnn_algoreg-inl.h:29: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/cudnn/cudnn_algoreg.cc:26: In file included from src/operator/nn/cudnn/./cudnn_algoreg-inl.h:29: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_fully_connected .cc -o build/src/operator/In file included from src/operator/nn/cudnn/cudnn_algoreg.cc:26: In file included from src/operator/nn/cudnn/./cudnn_algoreg-inl.h:29: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:161:8: error: no member named 'uint64_t' in the global namespace using::uint64_t; ~~^ nn/mkldnn/mkldnn_fully_connected.o /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:163:8: error: no member named 'int_least8_t' in the global namespace using::int_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:164:8: error: no member named 'int_least16_t' in the global namespace using::int_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:165:8: error: no member named 'int_least32_t' in the global namespace using::int_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:166:8: error: no member named 'int_least64_t' in the global namespace using::int_least64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:168:8: error: no member named 'uint_least8_t' in the global namespace using::uint_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:169:8: error: no member named 'uint_least16_t' in the global namespace using::uint_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:170:8: error: no member named 'uint_least32_t' in the global namespace using::uint_least32_t; ~~^ In file included from src/operator/nn/mkldnn/mkldnn_act.cc:26: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: In file included from /usr/include/sys/resource.h:72: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:171:8: error: no member named 'uint_least64_t' in the global namespace using::uint_least64_t; ~~^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_act.cc:26: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: In file included from /usr/include/sys/resource.h:72: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_act.cc:26: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: /usr/include/sys/resource.h:197:2: error: unknown type name 'uint64_t' uint64_t ri_user_time; ^ /usr/include/sys/resource.h:198:2: error: unknown type name 'uint64_t' uint64_t ri_system_time; ^ /usr/include/sys/resource.h:199:2: error: unknown type name 'uint64_t' uint64_t ri_pkg_idle_wkups; ^ /usr/include/sys/resource.h:200:2: error: unknown type name 'uint64_t' uint64_t ri_interrupt_wkups; ^ g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_softmax.cc -o b uild/src/operator/nn/mkldnn/mkldnn_softmax.o /usr/include/sys/resource.h:201:2: error: unknown type name 'uint64_t' uint64_t ri_pageins; ^ In file included from src/operator/nn/cudnn/cudnn_batch_norm.cc:27: In file included from src/operator/nn/cudnn/./cudnn_batch_norm-inl.h:29: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/sys/resource.h:202:2: error: unknown type name 'uint64_t' uint64_t ri_wired_size; ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/sys/resource.h:203:2: error: unknown type name 'uint64_t' uint64_t ri_resident_size; ^ /usr/include/inttypes.hIn file included from g++ -std=c++11 -c -DMSHADOW_FORCE_STREAM -Wall -Wsign-compare -g -O0 -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/mshadow/ -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include -fPIC -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/nnvm/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dlpack/include -I/Users/dRoberts/workspace/incubator-mxnet/3rdparty/tvm/include -Iinclude -funroll-loops -Wno-unused-parameter -Wno-unknown-pragmas -Wno-unused-local-typedefs -msse3 -mf16c -DMSHADOW_USE_CUDA=0 -DMSHADOW_USE_CBLAS=1 -DMSHADOW_USE_MKL=0 -I/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/Headers/ -DMSHADOW_RABIT_PS=0 -DMSHADOW_DIST_PS=0 -DMSHADOW_USE_PASCAL=0 -DMXNET_USE_OPENCV=1 -I/usr/local/Cellar/opencv/3.4.3/include/opencv -I/usr/local/Cellar/opencv/3.4.3/include -DMXNET_USE_LAPACK -DMXNET_USE_NCCL=0 -DMXNET_USE_LIBJPEG_TURBO=0 -MMD -c src/operator/nn/mkldnn/mkldnn_sum.cc -o build/src/operator/nn/mkldnn/mk:/usr/include/sys/resource.hsrc/operator/nn/mkldnn/mkldnn_concat.cc240:::ldnn_sum.o 220425:: 2:: In file included from errorsrc/operator/nn/mkldnn/../concat-inl.h: :error28: : In file included from unknown/Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h :unknown11type : typeIn file included from name /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib name:'intmax_t' 86'uint64_t': In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h intmax_t quot;: 110: uint64_t ri_phys_footprint; ^In file included from /usr/include/sys/resource.h:72 ^: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/sys/resource.h:205:2: error: unknown type name 'uint64_t' uint64_t ri_proc_start_abstime; ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:27: error: unknown fatal errortype: nametoo 'intmax_t'many errors emitted, stopping now [-ferror-limit=] imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_concat.cc:25: In file included from In file included from src/operator/nn/mkldnn/../concat-inl.h:src/operator/nn/cudnn/cudnn_batch_norm.cc28:: 27In file included from : /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.hIn file included from :src/operator/nn/cudnn/./cudnn_batch_norm-inl.h11:: 29In file included from : /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlibIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/vector86:: 266In file included from : /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference94:: 15In file included from : /usr/include/stdlib.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm65:: 642In file included from : /usr/include/sys/wait.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/utility110:: 203In file included from : /usr/include/sys/resource.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint72:: 145In file included from : /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h119:: 119In file included from : /usr/local/include/stdint.hIn file included from :82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:/usr/local/include/stdint.h247:: 82In file included from : /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.hIn file included from :/Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h30:: 247: /usr/include/inttypes.hIn file included from :/Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h263::308: : /usr/include/inttypes.h:263error:: 8: unknown typeerror : name 'intmax_t'unknown type name 'intmax_t' extern intmax_t ^ extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_concat.cc:25: In file included from src/operator/nn/mkldnn/../concat-inl.h:28: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: /usr/include/sys/resource.h:197:2: error: unknown type name 'uint64_t' uint64_t ri_user_time; ^ In file included from src/operator/nn/cudnn/cudnn_batch_norm.cc:27: In file included from src/operator/nn/cudnn/./cudnn_batch_norm-inl.h:29: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:161:8: error: no member named 'uint64_t' in the global namespace using::uint64_t; ~~^ /usr/include/sys/resource.h:198:2: error: unknown type name 'uint64_t' uint64_t ri_system_time; ^ /usr/include/sys/resource.h:199:2: error: unknown type name 'uint64_t' uint64_t ri_pkg_idle_wkups; ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:163:8: error: no member named 'int_least8_t' in the global namespace using::int_least8_t; ~~^ /usr/include/sys/resource.h:200:2: error: unknown type name 'uint64_t' uint64_t ri_interrupt_wkups; ^ /usr/include/sys/resource.h:201:2: error: unknown type name 'uint64_t' uint64_t ri_pageins; ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:164:8: error: no member named 'int_least16_t' in the global namespace using::int_least16_t; ~~^ /usr/include/sys/resource.h:202:2: error: unknown type name 'uint64_t' uint64_t ri_wired_size; ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:165:8: error: no member named 'int_least32_t' in the global namespace using::int_least32_t; ~~^ /usr/include/sys/resource.h:203:2: error: unknown type name 'uint64_t' uint64_t ri_resident_size; ^ /usr/include/sys/resource.h:204:2: error: unknown type name 'uint64_t' uint64_t ri_phys_footprint; ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:166:8: error: no member named 'int_least64_t' in the global namespace using::int_least64_t; ~~^ /usr/include/sys/resource.h:205:2: error: unknown type name 'uint64_t' uint64_t ri_proc_start_abstime; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:168:8: error: no member named 'uint_least8_t' in the global namespace using::uint_least8_t; ~~^ In file included from src/operator/nn/mkldnn/mkldnn_fully_connected.cc:26: In file included from src/operator/nn/mkldnn/../fully_connected-inl.h:28: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: In file included from /usr/include/sys/resource.h:72: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:169:8: error: no member named 'uint_least16_t' in the global /usr/include/inttypes.hnamespace:240 :2: error: using::uint_least16_t;unknown type ~~^ name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:170:8: error: no member named 'uint_least32_t' in the global namespace using::uint_least32_t; ~~^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_fully_connected.cc:26: In file included from src/operator/nn/mkldnn/../fully_connected-inl.h:28: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: In file included from /usr/include/sys/resource.h:72: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:171:8: error: no member named 'uint_least64_t' in the global namespace using::uint_least64_t; ~~^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/operator/nn/mkldnn/mkldnn_fully_connected.cc:26: In file included from src/operator/nn/mkldnn/../fully_connected-inl.h:28: In file included from /Users/dRoberts/workspace/incubator-mxnet/3rdparty/dmlc-core/include/dmlc/logging.h:11: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdlib:86: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdlib.h:94: In file included from /usr/include/stdlib.h:65: In file included from /usr/include/sys/wait.h:110: /usr/include/sys/resource.h:197:2: error: unknown type name 'uint64_t' uint64_t ri_user_time; ^ /usr/include/sys/resource.h:198:2: error: unknown type name 'uint64_t' uint64_t ri_system_time; ^ /usr/include/sys/resource.h:199:2: error: unknown type name 'uint64_t' uint64_t ri_pkg_idle_wkups; ^ /usr/include/sys/resource.h:200:2: error: unknown type name 'uint64_t' uint64_t ri_interrupt_wkups; ^ /usr/include/sys/resource.h:201:2: error: unknown type name 'uint64_t' uint64_t ri_pageins; ^ /usr/include/sys/resource.h:202:2: error: unknown type name 'uint64_t' uint64_t ri_wired_size; ^ /usr/include/sys/resource.h:203:2: error: unknown type name 'uint64_t' uint64_t ri_resident_size; ^ In file included from src/operator/nn/mkldnn/mkldnn_copy.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/sys/resource.h:204:2: error: unknown type name 'uint64_t' uint64_t ri_phys_footprint; ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/sys/resource.h:205:2: error: unknown type name 'uint64_t' uint64_t ri_proc_start_abstime; ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_copy.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_copy.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:161:8: error: no member named 'uint64_t' in the global namespace using::uint64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:163:8: error: no member named 'int_least8_t' in the global namespace using::int_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:164:8: error: no member named 'int_least16_t' in the global namespace using::int_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:165:8: error: no member named 'int_least32_t' in the global namespace using::int_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:166:8: error: no member named 'int_least64_t' in the global namespace using::int_least64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:168:8: error: no member named 'uint_least8_t' in the global namespace using::uint_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:169:8: error: no member named 'uint_least16_t' in the global namespace using::uint_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:170:8: error: no member named 'uint_least32_t' in the global namespace using::uint_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:171:8: error: no member named 'uint_least64_t' in the global namespace using::uint_least64_t; ~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/operator/nn/mkldnn/mkldnn_softmax.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_softmax.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_softmax.cc:26: In file included from src/operator/nn/mkldnn/../softmax-inl.h:28: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/vector:266: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__bit_reference:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:161:8: error: no member named 'uint64_t' in the global namespace using::uint64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:163:8: error: no member named 'int_least8_t' in the global namespace using::int_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:164:8: error: no member named 'int_least16_t' in the global namespace using::int_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:165:8: error: no member named 'int_least32_t' in the global namespace using::int_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:166:8: error: no member named 'int_least64_t' in the global namespace using::int_least64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:168:8: error: no member named 'uint_least8_t' in the global namespace using::uint_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:169:8: error: no member named 'uint_least16_t' in the global namespace using::uint_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:170:8: error: no member named 'uint_least32_t' in the global namespace using::uint_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:171:8: error: no member named 'uint_least64_t' in the global namespace using::uint_least64_t; ~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] In file included from src/operator/nn/mkldnn/mkldnn_sum.cc:25: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:477: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:56: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:235:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:236:9: error: unknown type name 'intmax_t' imaxabs(intmax_t j); ^ /usr/include/inttypes.h:240:2: error: unknown type name 'intmax_t' intmax_t quot; ^ /usr/include/inttypes.h:241:2: error: unknown type name 'intmax_t' intmax_t rem; ^ /usr/include/inttypes.h:246:9: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:246:27: error: unknown type name 'intmax_t' imaxdiv(intmax_t __numer, intmax_t __denom); ^ /usr/include/inttypes.h:250:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:256:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_sum.cc:25: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:477: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:56: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:145: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/stdint.h:119: In file included from /usr/local/include/stdint.h:82: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/inttypes.h:247: In file included from /Library/Developer/CommandLineTools/usr/lib/clang/10.0.0/include/inttypes.h:30: /usr/include/inttypes.h:263:8: error: unknown type name 'intmax_t' extern intmax_t ^ /usr/include/inttypes.h:269:8: error: unknown type name 'uintmax_t'; did you mean 'uintptr_t'? extern uintmax_t ^ /usr/include/sys/_types/_uintptr_t.h:30:24: note: 'uintptr_t' declared here typedef unsigned long uintptr_t; ^ In file included from src/operator/nn/mkldnn/mkldnn_sum.cc:25: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/iostream:38: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/ios:216: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__locale:15: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string:477: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/string_view:176: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/__string:56: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/algorithm:642: In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/utility:203: /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:161:8: error: no member named 'uint64_t' in the global namespace using::uint64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:163:8: error: no member named 'int_least8_t' in the global namespace using::int_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:164:8: error: no member named 'int_least16_t' in the global namespace using::int_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:165:8: error: no member named 'int_least32_t' in the global namespace using::int_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:166:8: error: no member named 'int_least64_t' in the global namespace using::int_least64_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:168:8: error: no member named 'uint_least8_t' in the global namespace using::uint_least8_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:169:8: error: no member named 'uint_least16_t' in the global namespace using::uint_least16_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:170:8: error: no member named 'uint_least32_t' in the global namespace using::uint_least32_t; ~~^ /Library/Developer/CommandLineTools/usr/include/c++/v1/cstdint:171:8: error: no member named 'uint_least64_t' in the global namespace using::uint_least64_t; ~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. make: *** [build/src/operator/nn/mkldnn/mkldnn_sum.o] Error 1 make: *** Waiting for unfinished jobs.... 20 errors generated. make: *** [build/src/operator/nn/cudnn/cudnn_algoreg.o] Error 1 20 errors generated. make: *** [build/src/operator/nn/mkldnn/mkldnn_act.o] Error 1 20 errors generated. make: *** [build/src/operator/nn/cudnn/cudnn_batch_norm.o] Error 1 20 errors generated. make: *** [build/src/operator/nn/mkldnn/mkldnn_fully_connected.o] Error 1 20 errors generated. make: *** [build/src/operator/nn/mkldnn/mkldnn_concat.o] Error 1 20 errors generated. 20 errors generated. make: *** [build/src/operator/nn/mkldnn/mkldnn_softmax.o] Error 1 make: *** [build/src/operator/nn/mkldnn/mkldnn_copy.o] Error 1 ## Steps to reproduce (Paste the commands you ran that produced the error.) 1. All the steps to set up environment 2. make -j8 ## What have you tried to solve it? 1. Repeated all the installations (including remove xcode and homebrew) [ Full content available at: https://github.com/apache/incubator-mxnet/issues/12727 ] This message was relayed via gitbox.apache.org for [email protected]
