[rkward-users] [rkward - Help] RE: rkward-0.4.9a and R-2.8.0 obsolete Rdevices.h

SourceForge.net noreply at sourceforge.net
Sun Oct 26 14:34:11 UTC 2008


Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5508112
By: fsando

I don't know exactly
It's definitely a patch to the 0,5 branch - don't know if / when it will be
backported or whether 0.49 is expected to work with R 2.8.

>From the mails (in my answer above) I assume you first see the patch in the
repository - then it will most likely find its way into the official Ubuntu-hardy
and intrepid repositories. How long that will take I don't know but my guess
is not long.

So your best bet at getting soon is to draw the latest source from the rkward
repository - if you can't wait for tomorrow (presumably) I think you could get
it today and change the offending line described in the mail cited above.

If you are going for the svn  install I suggest you go with the 0.5 version.
Here are some instructions (gained from my own experience - THEY DON'T WORK
ON INTREPID)
# install stuff needed for compiling: subversion, cmake and kde3 develop libraries.
(Yes kde3 libraries are named kde4, just like kde4 libs are named kde5).
sudo apt-get install cmake subversion kde4-devel

# important: run this command in the console which adds the location of the
kde libs to the path.
export PATH=$PATH:/usr/lib/kde4/bin

# then draw the sources from the repository - this will get you the latest
sources
svn co https://rkward.svn.sourceforge.net/svnroot/rkward/trunk rkward  

# move to rkward folder run the usual commands (don't miss the period '.' in
the cmake command for current folder
cd rkward/rkward
cmake .
make 
sudo make install

# later updates are done with 
svn up


______________________________________________________________________
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