sl1pkn07 commented on issue #13578: [CMake] Make install / ninja install failing [dmlc-core] URL: https://github.com/apache/incubator-mxnet/issues/13578#issuecomment-482733726 i think i found the problem https://github.com/apache/incubator-mxnet/tree/master/include all is a symlink instead of real files, and point it to relative paths instead off full path ~~~ └───╼ ls total 0 drwxr-xr-x 3 sl1pkn07 users 160 abr 12 23:05 . drwxr-xr-x 27 sl1pkn07 users 1020 abr 12 23:05 .. lrwxrwxrwx 1 sl1pkn07 users 33 abr 12 23:05 dlpack -> ../3rdparty/dlpack/include/dlpack lrwxrwxrwx 1 sl1pkn07 users 34 abr 12 23:05 dmlc -> ../3rdparty/dmlc-core/include/dmlc lrwxrwxrwx 1 sl1pkn07 users 26 abr 12 23:05 mkldnn -> ../3rdparty/mkldnn/include lrwxrwxrwx 1 sl1pkn07 users 27 abr 12 23:05 mshadow -> ../3rdparty/mshadow/mshadow drwxr-xr-x 2 sl1pkn07 users 480 abr 12 23:05 mxnet lrwxrwxrwx 1 sl1pkn07 users 33 abr 12 23:05 nnvm -> ../3rdparty/tvm/nnvm/include/nnvm ~~~
---------------------------------------------------------------- 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
