mshadow icon indicating copy to clipboard operation
mshadow copied to clipboard

mac make errors

Open 5idaidai opened this issue 7 years ago • 1 comments

In file included from basic.cpp:2:
In file included from ../mshadow/./tensor.h:1056:
../mshadow/./tensor_cpu-inl.h:549:22: error: expected expression
                     [&keys_vec](size_t i1, size_t i2)
                     ^
../mshadow/./tensor_cpu-inl.h:553:22: error: expected expression
                     [&keys_vec](size_t i1, size_t i2)
                     ^
2 errors generated.
make: *** [basic] Error 1

system:

mac os 10.12.4

g++:

Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1 Apple LLVM version 8.1.0 (clang-802.0.42) Target: x86_64-apple-darwin16.5.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin

5idaidai avatar Oct 09 '17 12:10 5idaidai

This code base has been donated to the Apache MXNet project per #373, and repo is deprecated. Future development and issue tracking should continue in Apache MXNet.

szha avatar Aug 04 '19 00:08 szha