Alex Turbov

Results 50 comments of Alex Turbov

oh, I've set a wrong bug number for the branch... anyway, just try it...

``` $ git clone https://github.com/zaufi/kate-cpp-helper-plugin.git $ cd kate-cpp-helper-plugin $ git fetch $ git checkout issue-23 $ mkdir build $ cd build $ cmake .. $ make VERBOSE=1 ```

`cmake/module/FindLibClang.cmake` is the same (fixed for LLVM up to 3.8) as in the `master`

make sure you have clean `build` directory...

is there anything interesting in `/srv/test/kate-cpp-helper-plugin-issue/kate-cpp-helper-plugin/build/CMakeFiles/CMakeError.log` or `/srv/test/kate-cpp-helper-plugin-issue/kate-cpp-helper-plugin/build/CMakeFiles/CMakeOutput.log` ?

nothing... the last thing for today: try to add `-DCMAKE_FIND_DEBUG_MODE=ON` to `cmake` options

> How can i see the version of the plugin in kate? there is no way. `kate` do not have UI to display plugin's version. some (really important) plugins add...

Yeah, sure I have plans, but unfortunately it happens not early than Python bindings for KF5 will be available and Pate plugin will be ported. Cuz except this plugin in...

That is not quite trivial about relative paths support... How do you suppose it should work? Are you talking about (session) `#include` paths configuration dialog or `#include` auto completion, status...

Hi, I've recently discovered this [bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66145). I'll take a look what is the difference between ebuilds… Could you please paste an error here?