Ticket #119 (closed: invalid)
Build fail on SuSE 10.1 version 0.11
| Reported by: | rhauge | Owned by: | alwin |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | All | Version: | |
| Severity: | major | Keywords: | |
| Cc: |
Description
I recently (on Friday, so it's a very fresh factory install) switched from Slackware 11.x to SLED 10.1 x86_64. On Slackware kdesvn compiled just fine, but now I'm running into the following output when running cmake:
Command: cmake ../ -DCMAKE_INSTALL_PREFIX=kde-config --prefix -DCMAKE_BUILD_TYPE=Release
Output: -- Didn't find KDE3 headers -- Didn't find KDE3 core library -- Didn't find the KDE3 dcopidl preprocessor -- Didn't find the KDE3 dcopidl2cpp preprocessor -- Found KDE3 kconfig_compiler preprocessor: /opt/kde3/bin/kconfig_compiler -- Found meinproc: /opt/kde3/bin/meinproc -- Found gnu msgfmt: /usr/bin/msgfmt -- Found subversion include: /usr/include/subversion-1 -- Found subversion client lib: /usr/lib64/libsvn_client-1.so -- Found subversion repository lib: /usr/lib64/libsvn_repos-1.so -- Found subversion fs lib: /usr/lib64/libsvn_fs-1.so -- Found subversion subr lib: /usr/lib64/libsvn_subr-1.so -- Found subversion wc lib: /usr/lib64/libsvn_wc-1.so -- Found subversion ra lib: /usr/lib64/libsvn_ra-1.so -- have_visibility: TRUE version>=4.1: TRUE bad alloctor: -- Checking for setenv - yes CMake Error: This project requires some variables to be set, and cmake can not find them. Please set the following variables: KDE3_DCOP_LIBRARY KDE3_INCLUDE_DIR KDE3_KIO_LIBRARY KDE3_PART_LIBRARY KDE3_UI_LIBRARY
I have tried setting CXXFLAGS to "-DQT_THREAD_SUPPORT". I also tried setting KDE3_INCLUDE_DIR to /opt/kde3/lib64 and also lib, but that didn't make any changes in the cmake errors.
Thanks!
Attachments
Change History
comment:1 Changed 7 years ago by rhauge
- Owner changed from anonymous to alwin
- Status changed from new to assigned
comment:2 Changed 7 years ago by alwin
check the environment variable KDEDIR, sometimes it isn't set (I think you have the include files in /opt/kde3/include installed so it should set to /opt/kde3)
