-
Notifications
You must be signed in to change notification settings - Fork 896
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
./bitmap/../base/zlib_util_c.h:2:18: fatal error: zlib.h: No such file or directory #100
Comments
The GCC compiler's file may be the problem, please use |
doesn't help, same error( |
Solved, should change gcc compiler in the %PATH% |
@tr0mb1r 我遇到跟你一样的问题,怎么修改环境变量?没看明白,盼详解,谢谢 |
@henson just add your GCC compiler to the %PATH% |
@tr0mb1r 我已经设置了 TDM-GCC-64\bin 在环境变量里,还是报错 |
@henson try to install |
mingw 32, dowload zlib will be solved: |
feel despair. I tried to do:
// build to windows amd64, again and again
// Any way, it told me when build to win amd64:
// but build to darwin success
|
I solved the issue by google. 对方啥阵型啊? |
All code tests and C dependencies use MinGw-64, TDM-GCC has not been tested. |
For OS: this answer may help to you |
This solution works for me, I record what I've done in this article. |
The text was updated successfully, but these errors were encountered: