anandtr71 commented on issue #20460:
URL:
https://github.com/apache/incubator-mxnet/issues/20460#issuecomment-883946531
Thanks @leezu ...I ran cmake on the 1.9.0.rc6 release candidate and it is
failing at 'modulated_deformable_convolution.cc.o'.
Given below is the step with the fatal error.
`[ 55%] Building CXX object
CMakeFiles/mxnet_static.dir/src/operator/contrib/intgemm/take_weight_op.cc.o
[ 55%] Building CXX object
CMakeFiles/mxnet_static.dir/src/operator/contrib/krprod.cc.o
[ 55%] Building CXX object
CMakeFiles/mxnet_static.dir/src/operator/contrib/modulated_deformable_convolution.cc.o
In file included from
/Users/hnan/mxnetsrc1.9.0.rc6/src/operator/contrib/modulated_deformable_convolution.cc:28:
/Users/hnan/mxnetsrc1.9.0.rc6/src/operator/contrib/./modulated_deformable_convolution-inl.h:46:10:
fatal error:
'./nn/modulated_deformable_im2col.h' file not found
#include "./nn/modulated_deformable_im2col.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
make[2]: ***
[CMakeFiles/mxnet_static.dir/src/operator/contrib/modulated_deformable_convolution.cc.o]
Error 1
make[1]: *** [CMakeFiles/mxnet_static.dir/all] Error 2
make: *** [all] Error 2`
Going back to v1.8, is it possible to investigate the rpkg error and check
for a resolution? I did follow all the steps given in the build process (as
per https://mxnet.apache.org/versions/1.8.0/get_started/build_from_source.html)
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]