https://bugs.kde.org/show_bug.cgi?id=377573
Bug ID: 377573
Summary: cmake script regex problem
Product: kile
Version: unspecified
Platform: Compiled Sources
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: general
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I downloaded the sources today from github/KDE/kile and got this problem when
running cmake:
-- Found msgfmt: /usr/bin/msgfmt
-- Not building translations
RegularExpression::compile(): Nested *?+.
RegularExpression::compile(): Error in compile.
CMake Error at /usr/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:94
(string):
string sub-command REGEX, mode REPLACE failed to compile regex
"^/home/rriemann/Documents/Development/C++/kile/build/?".
Call Stack (most recent call first):
/usr/lib64/cmake/KF5DocTools/KF5DocToolsMacros.cmake:155
(_kdoctools_create_target_name)
doc/CMakeLists.txt:3 (kdoctools_create_handbook)
Apparently, my building path that contains "++" is not supported. I moved the
repo out of the folder "C++" and it seems to work.
--
You are receiving this mail because:
You are watching all bug changes.