Alex Turbov

Results 50 comments of Alex Turbov

> In FindLibClang.cmake i have to add Thanks! I've updated the module in the repo...

Huh, it seems `kdelibs5` is actually a [KDE4 package](https://packages.debian.org/sid/kdelibs5-dev)! Dunno why Debian devs add `5` to the name %) So, the only problem is that your CMake is lower version...

3.3 would be cool!

Then probably it would be better to build your own DEB package and not to use it from the testing repo... As for me 3.3 is pretty stable release of...

> As i promised - this will end in an explosion of the tree of dependencies ... Huh, it is why I prefer source based distros :) > Yes -...

that "statistics" looks suspicious ;-) anyway, I don't care about distributions of linux distributions and a placement of my favourite distro in this list %) What I really care is...

I also do not recall what exactly CMake 3.1 is needed for... it is why I 3rd time asking to you to apply a patch (to set required version to...

please try to build w/ verbose command line: ``` $ make VERBOSE=1 ``` from your original message text I didn't get it what command is failed...

heh, it looks like `moc` was failed to parse something... I suggest smth wrong w/ #include paths for it... lets add a path to `kate-export.h` w/ the following patch: ```...

What is that??? it doesn't looks good... is that a result of applying a patch? Ok, to make things simple, I'll start a new branch `issue-23` for this case, where...