lebeg edited a comment on issue #10543: Failed to build from source when set 
USE_CPP_PACKAGE = 1, fatal error C1083: unabel to open file: “mxnet-cpp/op.h”: 
No such file or directory
URL: 
https://github.com/apache/incubator-mxnet/issues/10543#issuecomment-402711307
 
 
   The unfortunate current situation is that `mxnet-cpp/op.h` should be 
generated from source by 
[cpp-package/scripts/OpWrapperGenerator.py](https://github.com/apache/incubator-mxnet/blob/master/cpp-package/CMakeLists.txt#L13).
 But it requires that the actual mxnet library is there already. I suggest you 
make sure you have python and all [needed 
modules](https://github.com/apache/incubator-mxnet/blob/master/cpp-package/scripts/OpWrapperGenerator.py#L23-L33)
 installed and it's on the PATH and that you run 2 consecutive builds - 1 
without cpp package and another with.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to