leezu edited a comment on issue #17514: comping from sources: C++ ABI mismatch (Switch to modern CMake CUDA handling) URL: https://github.com/apache/incubator-mxnet/issues/17514#issuecomment-582052914 I can't reproduce your error, but I do observe ``` ../tests/../cpp-package/include/mxnet-cpp/optimizer.hpp:37:10: fatal error: mxnet-cpp/op.h: No such file or directory #include "mxnet-cpp/op.h" ^~~~~~~~~~~~~~~~ compilation terminated. ``` Edit: This is due to me using `CC=clang-9 CXX=clang++-9`. Doesn't happen with `gcc`
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
