limk

Avatar
  • Total activity 22
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 2
  • Subscriptions 5
  • Created

    Is this forum dead?

    Answered
    I haven't seen any support questions being answered in close to a month.
    • 3 followers
    • 1 comment
    • 0 votes
  • Created

    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 follower
    • 0 comments
    • 0 votes
  • Created

    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 followers
    • 1 comment
    • 0 votes
  • Created

    Are Remote makefile targets supported?

    Answered
    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 followers
    • 4 comments
    • 0 votes
  • Edited

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

    Answered
    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 followers
    • 15 comments
    • 0 votes