karstengit

Results 65 comments of karstengit

Äh - sorry - i see i have already done it. The result was the compile error i posted first. ``` # # Copyright 2012-2015 by Alex Turbov # cmake_minimum_required(VERSION...

![make log zip](https://cloud.githubusercontent.com/assets/5941550/9904365/77d85922-5c7d-11e5-936c-f2c7d028fb72.png) Output of make VERBOSE=1 > make.log 2>&1 Please rename to make.log.zip, because it couldn't be uploaded.

patching file CMakeLists.txt Hunk #1 FAILED at 140. 1 out of 1 hunk FAILED -- saving rejects to file CMakeLists.txt.rej It's easier you give me the corrected snippet as plain...

``` if(_need_to_include_kate_interfaces) set(_use_kate_iface_ver "latest") endif() include_directories( ${PROJECT_SOURCE_DIR}/third_party/kde${KDE_VERSION_MAJOR}-kate-interfaces ) include_directories( ${PROJECT_SOURCE_DIR}/third_party/kde${KDE_VERSION_MAJOR}-kate-interfaces/${_use_kate_iface_ver} ) if(_use_kate_iface_ver STREQUAL "latest") set(_use_kate_iface_ver ">=4.10") else() include_directories( ${PROJECT_SOURCE_DIR}/third_party/kde${KDE_VERSION_MAJOR}-kate-interfaces/${_use_kate_iface_ver} ) if(_use_kate_iface_ver STREQUAL "latest") set(_use_kate_iface_ver ">=4.10") else() set(_use_kate_iface_ver "=${_use_kate_iface_ver}") endif() message(STATUS...

I think the patch failed because of different lines and whitespaces from copying here. How can i checkout this branch?

That's an good idea, because when it works you have a branch that is compatible with non Gentoo users. :-) But the branch is not in the correct state. --...

Not really. I see set(_llvm_config_programs llvm-config-3.8 llvm-config-3.7 llvm-config-3.6 llvm-config-3.5 llvm-config-3.4 llvm-config-3.3 # X-Chewy-Path: FindLibClang.cmake # X-Chewy-Version: 2.1 instead of ``` set(_llvm_config_programs llvm-config-3.5 llvm-config-3.4 llvm-config-3.3 llvm-config-3.2 llvm-config-3.1 llvm-config-3.0 ``` # X-Chewy-Path:...

Yes - and it should be the correct branch! Löse Unterschiede auf: 100% (1882/1882), Fertig. Prüfe Konnektivität... Fertig. $ cd kate-cpp-helper-plugin $ git checkout issue-23 Branch issue-23 konfiguriert zum Folgen...

Maybe a new branch "annoying-debian-users" will help. :-)

Here are the files ![cmakefiles zip](https://cloud.githubusercontent.com/assets/5941550/9907079/b801c578-5c8d-11e5-8397-98b52fe17c0d.png) Seems to be much output with small content.