ctrlaltca

Results 83 comments of ctrlaltca

Crosslinking https://github.com/openssl/openssl/issues/710

It's not an error, it's a warning. Qt5WebKitWidgets are available only up to Qt 5.5, they have been removed in 5.6.

The problem you are experiencing seems due to these errors: ``` CMake Error at po/modules/CMakeLists.txt:7 (subdirs): subdirs Incorrect SUBDIRS command. Directory: log does not exist. CMake Error at src/modules/CMakeLists.txt:27 (subdirs):...

Cmake "converts" the CMakeLists.txt into a Visual studio project/solution (.vsproj/.sln). You can then open the solution in the Visual Studio GUI or compile the project from a commandline (using msbuild)

KVIrc is made up of 3 different components: * kvilib is a basic library, it needs to be compiled first; * kvirc is the main executable, it has to be...

> As I don't run from Git and using gdb is complex I hope others can easily reproduce this. https://github.com/kvirc/KVIrc/wiki/Grabbing-a-useful-backtrace > Is there any news on this please? No one...

Looks like it failed because a job failed to start on Travis. I've just restarted it and it worked: https://travis-ci.org/kvirc/KVIrc/jobs/612232346 Please have a look at other devs' comments

Somethign about perl support on windows, unrelated to your change.

KVIrc is using some X11-specific code to handle IPC (inter process communication); this is mainly used to avoid multiple instances of the same application and being able to control it...

Imho: keep 3 (quick launch), drop 4 (autostart); About 7 i'm unsure, i see: - a weak pro: how many megs would an user save installing only his language? -...