【发布时间】:2023-04-07 21:22:01
【问题描述】:
我正在使用 openframeworks 创建一个项目(完整源代码在这里:https://github.com/morphogencc/ofxAsio/tree/master/example-udpreceiver),并且空项目似乎可以正常编译。
我添加了 ASIO 库和一些头类,现在项目似乎给我以下错误:
1>------ Build started: Project: example-udpreceiver, Configuration: Debug x64 ------
1> main.cpp
1>cl : Command line error D8049: cannot execute 'C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin\x86_amd64\c1xx.dll': command line is too long to fit in debug record
1>cl : Command line error D8040: error creating or communicating with child process
我在 stackoverflow 甚至微软的页面上都找不到任何错误 D8049 的示例,而且谷歌几乎没有找到任何结果。唯一远程有用的是这个 github 问题:
https://github.com/deplinenoise/tundra/issues/270
但我仍然不确定是什么导致了问题。有没有人熟悉这个错误,并且可以推荐一种方法来解决导致它的原因?
提前致谢!
【问题讨论】:
标签: c++ visual-studio compiler-errors visual-studio-2015 openframeworks