Michael Lojkovic

Avatar
  • Total activity 89
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 33
  • Created

    oh my zsh overwrites terminal start directory

    Completed
    I have an oh my zsh plugin active that remembers the last working directory, and opens the shell to that directory. This interferes with Ruby Mine opening the built in terminal to the current proje...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Is there anyway to run custom clean commands?

    I'm using a CMake wrapper so a Makefile based project can build, and code navigation works in CLion. Everything pretty much works, except for clean, install, and uninstall commands in the Makefile....
    • 2 followers
    • 1 comment
    • 1 vote
  • Edited

    Developing Linux drivers with CLion.

    I'm having some trouble getting CMake to build Linux Kernel Modules. There are some headers I need that aren't in the path expected for the linux headers. I have the headers on my computer, but the...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    CLion takes forever to load Unreal project.

    Loading my Unreal project takes about 15 minutes for CLion. My CMakeLists.txt ends up being 1.6 MB for Unreal. There are some steps that are being implemented in Unreal to break it down into multip...
    • 2 followers
    • 1 comment
    • 0 votes
  • Created

    Debugging with CLion in Cygwin bugged?

    I'm trying to get a project of mine to run on Linux, as well as, Windows.  I got to the point where I can compile, and run some of the code successfully on Windows, before crashing.  The only thing...
    • 1 follower
    • 1 comment
    • 0 votes
  • Edited

    CMAKE can't find Lua on Windows. Works fine on Linux.

    The command I'm using works fine on Linux, but I need to port the project to run on Windows as well, and I can't get CMake to find all of the Lua directories.  I'm using FIND_PACKAGE(Lua 5.3.3 EXAC...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Is there anyways to determine which ide the terminal is running in?

    Answered
    I'm running tmux in my terminal. I've managed to get tmux to load different default settings based on the terminal emulator. Currently, I'm getting the terminal with: echo $(basename "/"$(ps -f -p ...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    Preprocessor macro Debug flag Clion Linux

    Completed
    I've been trying to figure out how to get CLion to only run certain bits of code if I'm debugging. I tried setting debug flags for cmake in my CMakeLists.txt, but that doesn't seem to work.  I trie...
    • 3 followers
    • 3 comments
    • 2 votes
  • Created

    Issue with running program with Run gives different results from Debug.

    Answered
    I'm running on Arch Linux with CLion 2016.1. I'm using TinyXML2 to develop my program and in the parts of code responsible for parsing TinyXML2 CLion just stops printing to screen after awhile whil...
    • 4 followers
    • 6 comments
    • 0 votes
  • Created

    Unable to install ruby-debug-ide RubyMine 2016 Arch linux

    I'm attempting to install ruby-debug-ide on an Arch system. It's not yet up in one of their many repos (just issued a merge to add it to quarry) for Ruby gems. I tried installing it as root with `g...
    • 2 followers
    • 1 comment
    • 0 votes