limk

Avatar
  • 活动总数 22
  • 最后的活动
  • 成员加入日期
  • 关注 0 名用户
  • 关注者数 0 名用户
  • 投票数 2
  • 订阅数 5
  • 创建于

    Is this forum dead?

    已回答
    I haven't seen any support questions being answered in close to a month.
    • 3 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Build image with Dockerfile

    I'm on CLion 2023.1 on Ubuntu 22.04. I have a Dockerfile in my project root. I can build this thru' my terminal. I followed the steps to set up the Docker toolchain and the CMake project loads corr...
    • 1 个关注者
    • 0 条评论
    • 0 票
  • 创建于

    Use file not called "Makefile" as a Makefile

    I have a Makefile that's a wrapper for docker make commands, and it uses an internal makefile called Makefile.Int to actually execute the commands. When CLion loads the "Makefile" it doesn't find a...
    • 2 个关注者
    • 1 条评论
    • 0 票
  • 创建于

    Are Remote makefile targets supported?

    已回答
    From the "full remote development" page I can see that there is support for Makefile applications in the "Run/Debug Configurations" section. Is it accurate to say that there is currently no support...
    • 2 个关注者
    • 4 条评论
    • 0 票
  • 已编辑于

    Using makefiles for autocompletion if the makefile is meant to run with docker

    已回答
    Hello, I currently compile my code with docker run <bunch of args and options> make -j6 <make options> In the makefile I have build and clean targets and they compile as expected. However the C++ a...
    • 4 个关注者
    • 15 条评论
    • 0 票