We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 LNK1181: cannot open input file 'gdal.lib'这个错误,好奇怪啊
The text was updated successfully, but these errors were encountered:
我有两台本子, win10的正常跑起来了, 但是win11的挂掉了, 非常奇怪, 报错也是链接器找不到gdal.lib. 但是环境变量是正常的
晚上下班回家又试了一下, 现在可以正常跑了, 说一下解决方法 pkgconfig用的那个pc文件要改一下: Libs: -L${libdir} -l${name}改成Libs: -L${libdir} -l${name}_i 这样pkgconfig才能找到gdal_i.lib.
调用cpp的包真是坐牢一般的体验, cpp的工具用着真难受.
Sorry, something went wrong.
我发现了一个问题,就是如果Windows安装的是MSVC 工具链版本的rust就可以正常运行,但是安装的是GNU 工具链版本的就会报这个错误
No branches or pull requests
实验过程中出现 fatal error LNK1181: cannot open input file 'gdal.lib'这个错误,好奇怪啊
The text was updated successfully, but these errors were encountered: