Skip to content
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

windows10 vs2019 编译错误 #16

Closed
xinsuinizhuan opened this issue Aug 8, 2021 · 1 comment
Closed

windows10 vs2019 编译错误 #16

xinsuinizhuan opened this issue Aug 8, 2021 · 1 comment
Labels
bug Something isn't working Windows

Comments

@xinsuinizhuan
Copy link

图片

@DefTruth
Copy link
Owner

DefTruth commented Aug 8, 2021

有一处宏判断写错了。确实有处宏判断写错了。在ort_handler.cpp原来的代码:

#ifdef LITEHUB_WIN32
#include "ort_utils.h"
#endif

需要修改成

#ifdef LITE_WIN32
#include "ort_utils.h"
#endif

看这个讨论 #14

DefTruth added a commit that referenced this issue Aug 8, 2021
DefTruth added a commit that referenced this issue Aug 8, 2021
@DefTruth DefTruth added bug Something isn't working Windows labels Aug 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Windows
Projects
None yet
Development

No branches or pull requests

2 participants