ashkanaev opened a new issue #11628: Linker Error while compiling Mxnet URL: https://github.com/apache/incubator-mxnet/issues/11628 There is error while linking examples app (USE_CPP_PACKAGE) on WINDOWS. > image-classification-predict.vcxproj -> F:\temp\mxnet_inc\build\example\image-classification\predict-cpp\Debug\image-classification-predict.exe 13>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 18>------ Build started: Project: mlp_cpu, Configuration: Debug x64 ------ 15>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 19>------ Build started: Project: mlp_gpu, Configuration: Debug x64 ------ 18> mlp_cpu.cpp 19> mlp_gpu.cpp 14>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 20>------ Build started: Project: resnet, Configuration: Debug x64 ------ 20> resnet.cpp 10> im2rec.vcxproj -> F:\temp\mxnet_inc\build\Debug\im2rec.exe 16>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 18>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 19>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 17>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 20>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' 12>LINK : fatal error LNK1104: cannot open file 'mxnet_static.lib' As i found in CMakeLists.txt's, mxnet_static - build only for UNIX. Is it dependence correct for windows build?
---------------------------------------------------------------- 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
