I downloaded and installed kdelibs from the SVN trunk this evening, to get at the latest version of KDE4. The install of kdelibs went down without a hitch, so I proceeded to configure the recently downloaded kdebase. Again, from the SVN trunk. When executing the command:
|
Source code
|
1
|
cmake -DCMAKE_INSTALL_PREFIX=$KDEDIR ../../kdebase && make VERBOSE=1
|
The configure script crashed out with the following error:
|
Source code
|
1
2
3
4
5
6
|
-- Found Qt-Version 4.3.1
-- Found X11: /usr/lib/libX11.so
sh: line 1: 3877 Segmentation fault /usr/share/kde4/bin/kde4-config --version 2>&1
CMake Error: Couldn't parse KDE version string from the kde4-config output:
-- Configuring done
|
I realise that It's a segmentation fault from the kde4-config (located on my computer at '/usr/share/kde4/bin/kde4-config') binary that was recently built from kdelibs. Though, having searched the sources to try and pick this out myself, I have no idea whatsoever of how to fix this problem. Any help would be greatly appreciated. Thanks in advance folks.
Craig.