I am relatively new to linux, forgive my ignorance. I am trying to install rkward from the command line and having considerable trouble. I have opensuse 11.1 with KDE4. I have installed the dependencies for this package. I have tried several different approaches to getting it installed with the error message below being displayed. Can someone walk me through the syntax for installation.
@linux-74qy:~/Documents/rkward-0.5.0b/rkward> cmake . -DCMAKE_INST ALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=debugfu ll
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
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 fo und. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at dataeditor/CMakeLists.txt:19 (QT4_AUTOMOC):
Unknown CMake command "QT4_AUTOMOC".
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 belower
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.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Are there any known problems with installing rkward in OpenSUSE 11.1; or is this most likely a user (me) error with regards to syntax or cmake options?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Do you have some specific reason to compile rkward from source?
Because you can install it through YaST.
I had some problems with rkward using KDE 4 (icons disappeared) both in Suse and in Ubuntu.
I think OpenSUSE 11 comes with KDE 4 by default. (but you can switch back to KDE3 or to Gnome).
I had no problem installing/using rkward with KDE 3 though...
So, it can be a problem with KDE4...
By the way, reading your error message, I would start by checking if I have the correct compiler installed.
> which c++
or
> which gcc
or whatever it is specified in the docs.
Good luck,
gabor
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
See if you can follow it. Try to find the corresponding packages for OpenSUSE. Get the code from svn, it has some recent bug fixes. Let us know how things work out. If you are having trouble with these instructions we can go step by step and try to fix it.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just an update-- I found out how to install. I needed to add the 11.0 repository, as the 11.1 has not been updated. Hopefully this wont cause trouble. Thank you for your help.
PR
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would be interested to hear how this goes for you. I also wanted to install on OS 11.1, but I found that the repository is lacking the rkward RPM for 11.1 (it has the two r-base rpms, one called wyrd..., and one other).
I was thinking of using Yast software manager to install r-base, then downloading the rkward rpm from the 11.0 repository and using rpm -Ivh at the command line.
Does that sensible?
Cheers.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This worked well for me. As I am in KDE4 using the repo from 11.0. I wonder when the rkward repo for 11.1 will be added? Any contact with the person that updates these packages would be very helpful.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Just a quick note: The version downloaded from the 11.0 repo is version .49, instead of the most recent version .5. Any idea when the newer version will be updated to the repo?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
I am relatively new to linux, forgive my ignorance. I am trying to install rkward from the command line and having considerable trouble. I have opensuse 11.1 with KDE4. I have installed the dependencies for this package. I have tried several different approaches to getting it installed with the error message below being displayed. Can someone walk me through the syntax for installation.
@linux-74qy:~/Documents/rkward-0.5.0b/rkward> cmake . -DCMAKE_INST ALL_PREFIX=$KDEDIR -DCMAKE_BUILD_TYPE=Release -DCMAKE_BUILD_TYPE=debugfu ll
-- The C compiler identification is unknown
-- The CXX compiler identification is unknown
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 fo und. Please set CMAKE_CXX_COMPILER to a valid compiler path or name.
CMake Error at dataeditor/CMakeLists.txt:19 (QT4_AUTOMOC):
Unknown CMake command "QT4_AUTOMOC".
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 belower
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.
Are there any known problems with installing rkward in OpenSUSE 11.1; or is this most likely a user (me) error with regards to syntax or cmake options?
Hi there,
Do you have some specific reason to compile rkward from source?
Because you can install it through YaST.
I had some problems with rkward using KDE 4 (icons disappeared) both in Suse and in Ubuntu.
I think OpenSUSE 11 comes with KDE 4 by default. (but you can switch back to KDE3 or to Gnome).
I had no problem installing/using rkward with KDE 3 though...
So, it can be a problem with KDE4...
By the way, reading your error message, I would start by checking if I have the correct compiler installed.
> which c++
or
> which gcc
or whatever it is specified in the docs.
Good luck,
gabor
Did you get around the compiling issue? The debian/ubuntu type of instructions are here:
http://rkward.sourceforge.net/wiki/index.php?title=RKWard_SVN
See if you can follow it. Try to find the corresponding packages for OpenSUSE. Get the code from svn, it has some recent bug fixes. Let us know how things work out. If you are having trouble with these instructions we can go step by step and try to fix it.
Gabor,
Thank you for your response. I searched YasT install software and did not find the installer? Do you know term I should search for ? Thank you,
PR
Just an update-- I found out how to install. I needed to add the 11.0 repository, as the 11.1 has not been updated. Hopefully this wont cause trouble. Thank you for your help.
PR
I would be interested to hear how this goes for you. I also wanted to install on OS 11.1, but I found that the repository is lacking the rkward RPM for 11.1 (it has the two r-base rpms, one called wyrd..., and one other).
I was thinking of using Yast software manager to install r-base, then downloading the rkward rpm from the 11.0 repository and using rpm -Ivh at the command line.
Does that sensible?
Cheers.
This worked well for me. As I am in KDE4 using the repo from 11.0. I wonder when the rkward repo for 11.1 will be added? Any contact with the person that updates these packages would be very helpful.
Just a quick note: The version downloaded from the 11.0 repo is version .49, instead of the most recent version .5. Any idea when the newer version will be updated to the repo?