英文:
How to Debug Eclipse's "CMake Compilation DB" Provider
问题
Above Provider is throwing following error: "提供程序出现以下错误:"A Problem has occured - Parsing compilation database of project ExampleProject"
Is there a way to see get an exact error?
Edit: Error log can be shown by going to "编辑:错误日志可以通过转到"Window -> Show View -> Other -> General -> Error Log"窗口-> 显示视图-> 其他-> 通用-> 错误日志"
But the log isn't helpful at all, see attached screenshot 但是日志一点用都没有,见附图
英文:
Above Provider is throwing following error: "A Problem has occured - Parsing compilation database of project ExampleProject"
Is there a way to see get an exact error?
Edit: Error log can be shown by going to "Window -> Show View -> Other -> General -> Error Log"
答案1
得分: 0
一些方式,我设法从MinGW而不是cygwin中运行cmake,这导致了上面的错误("Build Tool Kits")。覆盖点现在指向cygwin版本 -> 已修复
英文:
Somehow i managed to run cmake from MinGW instead of the cygwin one which resulted in the errors above ("Build Tool Kits"). The overwrite points now to the cygwin version -> fixed
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论