niuzhiheng / caffe

Caffe
http://caffe.berkeleyvision.org/
BSD 2-Clause "Simplified" License
317 stars 129 forks source link

Build problem with VS2012 #41

Closed Engin007 closed 9 years ago

Engin007 commented 9 years ago

I am new to caffe and programming in general. When building I get following Error:

untitled

what am I doing wrong ?

gedditoffme commented 9 years ago

I am getting the same - did you find a solution Engin007?

gedditoffme commented 9 years ago

I had another go at this - I found I did not correctly unzip the dependencies. Instead of extracting to the directories within root project, I extracted to a folder "dependency-20140804". Once I copied those files back to the root project folder, it worked.

erogol commented 9 years ago

Try to compile in Release mode and be sure you set platform to x64

Engin007 commented 9 years ago

Exactly @gedditoffme you need to link the appropriate dependencies given by the caffe ported version main site on github. download it, unzip and copy the dependencies to caffe-windows folder you downloaded.