I tried to compile this a while ago Today I managed to compile it by following the directions on there site. I think you need to install the dev libraries and cmake using yast. I am also running kde4.1 beta2 from the KDE4.factory repo. Only a black box ?
Thanks. Iām running the stable version of KDE4 (the one that comes on the openSUSE live CD) and I really want that raptor menu.
If you get it going, could you please post the exact names of all the libs you had to install that wouldnāt be there by default and all of the steps you had to take? I know that sounds like a lot, but it would be extremely helpful. I canāt find anything online whether I google, ask.com, or live search it.
Yep! but svn fetches it & it compiles.
(Good find BTW)
I have a separate install for KDE4 that I have updated to the latest versions (<4.1)
SVN gets it and builds the folder & all those commands work; however, I get this when I try to launch it:
jim@linux-n6iy:~/raptormenu> raptormenubin
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/DataPlugin" not found
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/UserInterfacePlugin" not found
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/BackDropPlugin" not found
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/DataPlugin" not found
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/UserInterfacePlugin" not found
raptor(32241)/kdecore (trader) KServiceTypeTrader::defaultOffers: KServiceTypeTrader: serviceType "Raptormenu/BackDropPlugin" not found
OK, this is all you get for now, we redoing some stuff so don't complain;-)
Iāll just delete the raptormenu folder and try again in a few days:)
Itās not going to make the 4.1 deadline. So I think 4.2 is when it will be ready for use. I wish people would start working on it, cause the menu concept is sweet.
This has happened to me for so long! Please help!
āNo makefile foundā
GAH!
linux-adr4:/home/agi # cd raptormenu
linux-adr4:/home/agi/raptormenu # mkdir build
linux-adr4:/home/agi/raptormenu # cd build
linux-adr4:/home/agi/raptormenu/build # cmake ../
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
-- Check for working C compiler: CMAKE_C_COMPILER-NOTFOUND
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: Internal CMake error, TryCompile configure of cmake failed
-- Check for working C compiler: CMAKE_C_COMPILER-NOTFOUND -- broken
CMake Error at /usr/share/cmake/Modules/CMakeTestCCompiler.cmake:32 (MESSAGE):
The C compiler "CMAKE_C_COMPILER-NOTFOUND" is not able to compile a simple
test program.
It fails with the following output:
CMake will not be able to correctly generate this project.
Call Stack (most recent call first):
CMakeLists.txt:1 (PROJECT)
CMake Error: your C compiler: "CMAKE_C_COMPILER-NOTFOUND" was not found. Please set CMAKE_C_COMPILER to a valid compiler path or name.
CMake Error: your CXX compiler: "CMAKE_CXX_COMPILER-NOTFOUND" was not found. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 2.6)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring done
linux-adr4:/home/agi/raptormenu/build # make
make: *** No targets specified and no makefile found. Stop.
linux-adr4:/home/agi/raptormenu/build #