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 2019/01/22 13:37:06 UTC

[GitHub] lebeg commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate)

lebeg commented on issue #13948: Cannot find mxnet-cpp/op.h (duplicate)
URL: https://github.com/apache/incubator-mxnet/issues/13948#issuecomment-456401519
 
 
   @Arxemond777 with the steps you provided it seems that you are building first with make and then with cmake. You could try to stick to either of the options:
   
   1. Try to add a line before the make command:
   
   ```
   echo "USE_CPP_PACKAGE = 1" >> ./config.mk
   ```
   
   This should generate you the `mxnet/op.h` file.
   
   2. Or you the cmake command from the beginning and skip the make part.

----------------------------------------------------------------
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