-
Notifications
You must be signed in to change notification settings - Fork 43
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
openvino-windows: Raise error LNK2019: unresolved external symbol #18
Comments
Hi @JustinInAI, I've just sent an email to Intel colleagues in charge of OpenVINO. Hope they can help you soon. |
Thanks a lot
2020年2月11日(火) 午後10:46 Anton Lokhmotov <notifications@github.com>:
… Hi @JustinInAI <https://github.com/JustinInAI>, I've just sent an email
to Intel colleagues in charge of OpenVINO. Hope they can help you soon.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/mlperf/inference_results_v0.5/issues/18?email_source=notifications&email_token=AOCV52EQRX5BX5NXHJE5LALRCK23NA5CNFSM4KTBJSLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELMVV3A#issuecomment-584669932>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCV52E57HOVWUB6FSWR2PDRCK23NANCNFSM4KTBJSLA>
.
|
Hi @JustinInAI: At what step do you encounter these errors? |
Hi attafosu, Below is reproduce step:
mkdir build && cd build copy Release/mlperf_loadgen.lib ..\
See many LNK2019 error |
@JustinInAI Can you copy some of the errors here please? Also, did you really mean to close this ticket? |
I click wrong button. Just reopening this issue.
Anton Lokhmotov <notifications@github.com> 於 2020年2月13日 週四 下午2:09寫道:
… @JustinInAI <https://github.com/JustinInAI> Can you copy some of the
errors here please? Also, did you really mean to close this ticket?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/mlperf/inference_results_v0.5/issues/18?email_source=notifications&email_token=AOCV52FRQ3TWRLFE5NMWC4TRCVIC3A5CNFSM4KTBJSLKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOELVCY4Q#issuecomment-585772146>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCV52BTOK4I2C7B2NPZKHTRCVIC3ANCNFSM4KTBJSLA>
.
|
@JustinInAI A snapshot/sample of the errors would be useful here. |
@JustinInAI Did @attafosu's advice solve your problem please? |
Sorry for replying late
It’s solve this problem
But the new problem is revise some code from include</boost/...> to
include”/boost/...”
Have any idea to revise that more efficiency?
2020年3月20日(金) 午前5:55 Anton Lokhmotov <notifications@github.com>:
… @JustinInAI <https://github.com/JustinInAI> Did @attafosu
<https://github.com/attafosu>'s advice solve your problem please?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<https://github.com/mlperf/inference_results_v0.5/issues/18#issuecomment-601435423>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOCV52HOQOUUJXUAFMII4A3RIKIGJANCNFSM4KTBJSLA>
.
|
What do you mean @JustinInAI ? Can you perhaps provide a diff between the original code that fails to compile and the code that works? |
Clone source code from below link: https://github.com/mlperf/inference_results_v0.5/tree/master/closed/Intel/code/ssd-small/openvino-windows
List LNK2019: unresolved external symbol too much on the Visual Studio 2017.
Did you encounter this symptom? How to solve this issue?
The text was updated successfully, but these errors were encountered: