[rkward-users] [rkward - Help] Can't build Rkward 050d on OpenSuSE 11.1 KDE4
SourceForge.net
noreply at sourceforge.net
Wed May 13 20:58:22 UTC 2009
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=7390376
By: joekirchner
Hi,
I am unable to build the just released Rkward 050d on OpenSuSE 11.1 with KDE4.
I also tried the release candidate version last week with the same results.
It looks like Cmake cannot find KDE4, even though I have tried dozens of ways
to tell it how to find it. Note that I determined my KDE4 directory by submitting
"which kget" and taking off the "/bin/kget/" portion of the path. Below I show
my output, trying several methods to tell Cmake where to find KDE4. The syntax
may not be correct on some of them, because I found the Rkward INSTALL directions
confusing. Nevertheless, they all result in the same error message.
I am using CMake version 2.6.2-2.19. My box has 2 Dual-Core AMD-Opteron CPUs
with 4Gb ram.
Can anyone help with this or is it a bug?
Do you know when and if a SuSE RPM will be released? That would solve
my problem.
Thanks,
Joe
Here is my output
=====================================================================
root:/usr/bin/build # which kget
/usr/bin/kget
root:/usr/bin/build #
root:/usr/bin/build # cmake /home/joe/Download/rkward-0.5.0d
-DCMAKE_BUILD_TYPE=Release
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:83 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/root/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:10 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
root:/usr/bin/build # rm -rf *
root:/usr/bin/build # cmake /home/joe/Download/rkward-0.5.0d
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`kde4-config --prefix`
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:83 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/root/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:10 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
root:/usr/bin/build # rm -rf *
root:/usr/bin/build # cmake /home/joe/Download/rkward-0.5.0d
-DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=`/usr --prefix`
bash: /usr: is a directory
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
CMake Error at /usr/share/cmake/Modules/FindKDE4.cmake:83 (MESSAGE):
ERROR: cmake/modules/FindKDE4Internal.cmake not found in
/root/.kde4/share/apps;/usr/share/kde4/apps;/etc/kde4/share/apps
Call Stack (most recent call first):
CMakeLists.txt:10 (FIND_PACKAGE)
-- Configuring incomplete, errors occurred!
root:/usr/bin/build # rm -rf *
root:/usr/bin/build # cmake /home/joe/Download/rkward-0.5.0d
-DCMAKE_BUILD_TYPE=Release --prefix=/usr
CMake Error: The source directory "/usr/bin/build/--prefix=/usr" does not
exist.
Specify --help for usage, or press the help button on the CMake GUI.
root:/usr/bin/build #
=====================================================================
______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit:
https://sourceforge.net/forum/unmonitor.php?forum_id=165574
More information about the Rkward-users
mailing list