https://bugs.kde.org/show_bug.cgi?id=389363
Stefan Endrullis changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
Resolution|---
https://bugs.kde.org/show_bug.cgi?id=389363
--- Comment #5 from Stefan Endrullis ---
Ah, I forgot to clear the cache. You're right. With ".." it works.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=389363
--- Comment #4 from Stefan Endrullis ---
$ cd krusader/krusader-build
$ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/
CMake Error: The source "/home/stefan/software/krusader/CMakeLists.txt" does
not match the source "/home/stefan/software/krusader/krusade
https://bugs.kde.org/show_bug.cgi?id=389363
--- Comment #3 from Martin Kostolný ---
Oh, sorry. I can see the problem now. You are calling:
cmake ../krusader
instead of:
cmake ..
So to be precise - please try this command from your build folder:
cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local/
--
https://bugs.kde.org/show_bug.cgi?id=389363
--- Comment #2 from Stefan Endrullis ---
libkf5i18n-dev is already installed in version 5.38.0-0ubuntu1.
--
You are receiving this mail because:
You are watching all bug changes.
https://bugs.kde.org/show_bug.cgi?id=389363
Martin Kostolný changed:
What|Removed |Added
CC||clearmar...@zoho.com
--- Comment #1 from Mart
https://bugs.kde.org/show_bug.cgi?id=389363
Stefan Endrullis changed:
What|Removed |Added
CC||ste...@endrullis.de
--
You are receiving th