Ole Christian Eidheim
Ole Christian Eidheim
I'm unable to reproduce this on my Ubuntu 16.04, what is the output of `cmake --version`? Also, try the following: 1. Modify CMakeLists.txt with vim in your new C++ project...
The following diff removes the message dialog on create/update builds: ``` diff diff --git a/src/cmake.cc b/src/cmake.cc index 1259782..e938389 100644 --- a/src/cmake.cc +++ b/src/cmake.cc @@ -54,10 +54,10 @@ bool CMake::update_default_build(const boost::filesystem::path...
Thank you! I actually suspect that the freeze happens here: https://github.com/cppit/jucipp/blob/master/src/dialogs.cc#L27. I'll test removing it and see if the dialog still appears correctly on a native linux machine soon.
@leonid-rousniak I have trouble finding a good solution for this issue and still be able to show the update dialogs. Could you give me some more information of your system,...
Well, we do not want freezes in juCi++:) What kind of virtual machine are you using? VirtualBox or VMWare maybe?
@zalox You find the file descriptors here: https://github.com/eidheim/tiny-process-library/blob/master/process.hpp#L78. But this was not the issue. The issue is creating the "update/create build"-dialog and waiting for it to be shown while cmake...
@leonid-rousniak I have tried latest Xubuntu on both Virtual Box and VMWare Workstation Player, but still unable to reproduce this issue. The problem might somehow lie in the package sources...
It should depend on which buffer is active, but if a file is used in two executables, the first executable is selected. You can however use Set Run Arguments in...
Thank you, I think I got this fixed in https://github.com/eidheim/jucipp/commit/99cb3f6843d9705325f3abc003f1979d8a682cff. Pushing this commit to master in a few days, but feel free to try it out.
Thank you, I'll have a look at this and figure out where I messed up. `build/src/server` is correct I take it or?