主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Semyon Kolton
活动总数
20
最后的活动
2023年07月21日 10:30
成员加入日期
2018年11月19日 12:37
关注
0 名用户
关注者数
0 名用户
投票数
2
订阅数
9
活动概览
文章(0)
帖子(0)
评论(9)
按最近的活动排序
最近的活动
投票数
创建于
2023年07月21日 10:30
Do you need the full text of the errors reported by the compiler or just the status of the build process? In general, CLion doesn't provide an API to get the exact build errors, reported by the com...
社区
CLion
How to access build errors in CLion via Plugin
0 票
创建于
2022年07月19日 08:47
Hi Manuel! CLion doesn't use compilation database (`compile_commands.json`) when working with CMake project. To read project model from CMake, CLion uses CMake file-based API. And interaction with ...
社区
IntelliJ IDEA Open API and Plugin Development
CLion plugin: Get access to compilation database
0 票
创建于
2020年05月28日 10:35
Hi, Can you please try compiling any C++ file using MinGW gcc directly from command line? For this you have to first add path to MinGW bin directory into PATH variable. E.g. using this command `set...
社区
CLion
My clion's cmake occurs error
0 票
创建于
2020年03月10日 09:56
Hi Dean, Thanks for your compilation command! I was able to reproduce and analyze the problem. The core problem is in `-MD` flag that forces GCC to generate dependency file `compiler-file*.d` while...
社区
CLion
How can I clean up the compiler-file*.d files from the compilation database?
0 票
创建于
2020年02月25日 09:00
正式评论
CLion is using information from CMake to infer what executable file to use when launching run configuration. I'm not sure, but I have a strong suspicion that your problem is caused by fix for this ...
社区
CLion
CLion run configuration picks the wrong file for executable
0 票
创建于
2019年06月14日 09:34
@Brunoakiraota hi, There's "Error -1073741819" in your CMakeError.log. Looks like in fact, it is "Error 5" (hex conversion helps) which is "Access denied". You can look at this question on StackOve...
社区
CLion
The C compiler is not able to compile a simple test programm
0 票
创建于
2019年05月28日 13:26
Hi, You can try implementing `RunConfigurationExtensionBase` and overriding `patchCommandLine()` where you would prepend `GeneralCommandLine` with whatever you require. I believe it would be the be...
社区
IntelliJ IDEA Open API and Plugin Development
How do I make a custom runner that launches a configuration with a custom command-line prefix?
0 票
创建于
2019年02月25日 12:13
Hi, It depends on what you mean under "current" toolchain. If you mean "default" toolchain - toolchain that is specified first in the list on "Toolchains" settings page. Then you can do this by usi...
社区
IntelliJ IDEA Open API and Plugin Development
Get current toolchain in clion
1 票
创建于
2018年11月19日 12:37
Hi, Vladimir is correct - CidrBuildListener was introduced only in 2018.3. Dmitry, you could try using it - it should solve your problems.
社区
IntelliJ IDEA Open API and Plugin Development
CLion: CompilerManager.addBeforeTask/addAfterTask alternative
0 票