Upon compiling "kdepimlibs" I receive the following error:
cd /home/kde-dev/kde/build/KDE/kdepimlibs/syndication && /usr/bin/cmake -E cmake_symlink_library ../lib/libsyndication.so.4.0.0 ../lib/libsyndication.so.4 ../lib/libsyndication.so
make[2]: Leaving directory `/home/kde-dev/kde/build/KDE/kdepimlibs'
/usr/bin/cmake -E cmake_progress_report /home/kde-dev/kde/build/KDE/kdepimlibs/CMakeFiles 82 83 84 85 86 87 88 89 90 91 92
[ 54%] Built target syndication
make[1]: Leaving directory `/home/kde-dev/kde/build/KDE/kdepimlibs'
make: *** [all] Error 2
I have followed the instructions as per "http://techbase.kde.org/Getting_Started/Build/KDE4".
I am not sure what the error is trying to indicate. The only thing I have noticed is the following log entry (in /home/kde-dev/kde/build/KDE/kdepimlibs/CMakeFiles/CMakeError.log):
CMakeFiles/cmTryCompileExec.dir/CheckFunctionExists.o: In function `main':
CheckFunctionExists.c
.text+0x15): undefined reference to `gpgme_get_fdptr'
collect2: ld returned 1 exit status
make[1]: *** [cmTryCompileExec] Error 1
On searching through the latest gpgme libs I see no mention of "gpgme_get_fdptr".
Can someone stear me in the right direction in resolving this issue?
Thanks very much