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

mingw支持问题 #309

Closed
zxppandacn opened this issue May 15, 2023 · 2 comments
Closed

mingw支持问题 #309

zxppandacn opened this issue May 15, 2023 · 2 comments

Comments

@zxppandacn
Copy link

acl_define.h中包含如下代码
#ifdef MINGW

undef _WIN32

undef _WIN64

#else

include "acl_define_win32.h"

#endif
而_mingw.h文件中包含如下代码
#if !defined(_WIN32) && !defined(CYGWIN)
#error Only Win32 target is supported!
#endif
尝试修改acl_define.h文件会遇到找不到文件等其他问题。

@zhengshuxin
Copy link
Member

本来Acl是支持使用 Mingw 和 Cygwin 编译的,但这个环境毕竟是一个模拟环境,一方面执行效率比较低,另一方面它们总在变化,所以后来Acl不再打算支持这两个环境,建议Windows使用者使用VC2019或相关VC版本编译使用Acl。

@zxppandacn
Copy link
Author

谢谢您的回答。知道不支持mingw就不用费时间尝试了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants