happynear / caffe-windows

Configure Caffe in one hour for Windows users.
Other
1.32k stars 649 forks source link

build error: 没有生成"object"文件 test_net.cpp1010行 | 无法打开源文件: “..\..\..\mxnet\nnvm\src\c_api\nnvm_api_error.cc”: No such file or directory #268

Open zinkcious opened 6 years ago

zinkcious commented 6 years ago

编译的时候主要有两个错 第一个错,test_net.cpp的第1010行,提示错误 没有生成“object”文件 第二个错,无法打开源文件 “......\mxnet\nnvm\src\c_api\nnvm_api_error.cc”: No such file or directory

我已经把CommonSettings.props配置文件中的MXNetSupport改为false了如下:false

有谁知道是什么原因吗

happynear commented 6 years ago

那个是我搞着玩的,你别编译mxnet相关的工程就行了。

zinkcious commented 6 years ago

可是我已经在配置文件里面把MXNetSupport改为false了啊?为什么还会编译mxnet相关工程呢

GitEasonXu commented 6 years ago

@zinkcious @happynear I have same problems, how can I fix this. I removed the test_all project and rebuilded is ok. Is there a better solution?