-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fatal error LNK1104: cannot open file 'libboost_date_time-vc140-mt-1_64.lib' #121
Comments
Hi @bxk-sonavex, Apologies for the delay with replying - I've only just noticed this issue. Not being a Windows user I am afraid I can't help much. Let me just note that CK did seem to build:
for you, but I'm not sure why linking against Perhaps @gfursin can help here? |
Oh, @bxk-sonavex , the same for me - I somehow missed your ticket in myriads of our messages - really sorry about that (in case I don't reply within a week one should ping me again since I may loose emails nowdays). And thanks a lot for nice words about CK. I think I see the problem - there is currently an unpleasant thing on Windows when building boost, that it forces extra names in the lib. I didn't manage to solve it so I do a temporal ugly trick with /NODEFAULTLIB where I remove all long boost names and try to link with the correct short one. However, from your log seems like I did a typo somewhere and there is a "vcvc-140" instead of "vc-140" - I will try to check it shortly ... Once again thanks a lot for your interest and sorry for such a long delay in replaying!!! |
I actually think I fixed it. @bxk-sonavex , to check it you can do the following:
or
Then "refresh" Caffe env.
Normally it should fix this issue with "vcvc". Then you can try to compile time example again:
Hopefully it should work this time! |
And thanks a lot for reporting this issue! It was typo on our side which was important to fix it since we are now preparing a fun AI/SW/HW co-design tournament based on CK framework, so hope to avoid such kind of issues ( http://cKnowledge.org/request ) ;) ! |
First of all, thanks for providing the CK package, it works amazingly! However, when I am trying
ck compile program:caffe-time-opencl
I got a linking error
fatal error LNK1104: cannot open file 'libboost_date_time-vc140-mt-1_64.lib'
Could you help me on solving this? Thanks a lot!
FYI, here is the log
The text was updated successfully, but these errors were encountered: