找不到 dfl_debug.lib
我正在尝试使用 DFL / Tango 库使用 D 中的 Forms 编译我的第一个应用程序,但编译器第一次尝试说:未找到 DFL lib 文件
。
然后我尝试编译这些库,并收到以下错误:
not found: \dmd\import\import\*.obj
dfl_debug.lib not found
我使用的是 DMD 编译器
,版本 v2.055
。
我该如何解决它?
I'm trying to compile my first application using Forms in D, using the DFL / Tango libraries, but the compiler first attempt said: DFL lib files not found
.
Then I tried to compile the libs, and got the following error:
not found: \dmd\import\import\*.obj
dfl_debug.lib not found
I'm using the DMD compiler
, version v2.055
.
How I fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我所做的就是下载最新的 snapshot 存档,并将其提取到安装 dmd 的位置。然后从 github/Rayerd 获取最新源代码,并从存档中将 win32/dfl 目录复制到 dfl 目录上。最后我使用 dfl.exe 可执行文件来编译我的程序。
Rayerd 没有跟上,因此请检查拉取请求和可能的其他存储库以获得有效的构建。
What I do is download the latest snapshot archive, extract this into where dmd is installed. Then get the latest source from github/Rayerd and copy the win32/dfl directory over the dfl directory from the archive. And finally I use the dfl.exe executable to compile my program.
Rayerd hasn't been keeping up, so check out pull requests and possible other repos to get a working build.