

It really is not a problem for me, as I can comment the checks out from your code or recompile the kernel with fuse as a module, but in general it might be a good idea, to check if the functionality of fuse kernel module is available, and not if it is compiled as a module and the module is loaded (which works under most of the popular distributions at the moment, but this is not guaranteed to remain so for the future).
Thumbs up for now, this is just something to keep in mind in the future development. - Mar 11 2007

Kate by zumbi 5 comments
The process of getting and compiling the svn-version is documented at the Keep wiki:
http://jr.falleri.free.fr/keep/wiki/Download
In case of problems, write them here, and I can try to walk you through it. - Oct 28 2006
user@domain::/to/backup/dir/
to the destination directory. And at least on my gentoo system it did not work without passwordless ssh logins (didnt find something like ssh_askpass from my system, so I made my ssh authenticate itself with keys).
This is a very nice program, something I have been looking for, and I hope the development continues. Duplicity backend would be nice, aswell as possibility to restore single files. Rdiff-backup has so many advantages over the usual tar and bz2, that with some love this can become the standard simple backup solution for kde. If anybody is looking for a project to participate, I would certainly suggest to help the author of Keep! - Oct 22 2006

Utilities by phfaist 25 comments
./configure --prefix=/usr/kde/3.3/ --with-extra-libs=/usr/lib/R/bin/ --with-extra-includes=/usr/lib/R/include
)
make[3]: Entering directory `/home/seppo/rkward-0.3.0/rkward-0.3.0/rkward'
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -orkward -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.3/lib -L/usr/lib/R/bin/ -R /usr/kde/3.3/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -R /usr/lib/R/bin/ rkwatch.o rkward.o main.o rkoutputwindow.o rkcommandeditor.o rkglobals.o robjectbrowser.o rkeditormanager.o robjectviewer.o rkward.moc.o rkwatch.moc.o ../rkward/windows/libwindows.a ../rkward/agents/libagents.a ../rkward/dialogs/libdialogs.a ../rkward/plugin/libplugin.a ../rkward/settings/libsettings.a ../rkward/dataeditor/libdataeditor.a ../rkward/core/libcore.a ../rkward/rbackend/librbackend.a ../rkward/scriptbackends/libscriptbackends.a ../rkward/misc/libmisc.a -lkmdi -lkio -lkdeui -lkdecore -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lR-lkatepartinterfaces
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.4/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lR
collect2: ld returned 1 exit status
make[3]: *** [rkward] Error 1 - Jan 05 2005

Browser by gustavo 7 comments
configure command:
./configure --prefix=/usr/kde/3.3/ --with-extra-libs=/usr/lib/R/lib/ --with-extra-includes=/usr/lib/R/include
R version: 2.0.0
seems like the f2c on gentoo (libf2c version 20021004-r1) is not uptodate?
the relevant part should be:
/usr/kde/3.3/lib -R /usr/qt/3/lib -R /usr/X11R6/lib -R /usr/lib/R/lib/ rkwatch.o rkward.o main.o rkoutputwindow.o rkcommandeditor.o rkglobals.o robjectbrowser.o rkeditormanager.o robjectviewer.o rkward.moc.o rkwatch.moc.o ../rkward/windows/libwindows.a ../rkward/agents/libagents.a ../rkward/dialogs/libdialogs.a ../rkward/plugin/libplugin.a ../rkward/settings/libsettings.a ../rkward/dataeditor/libdataeditor.a ../rkward/core/libcore.a ../rkward/rbackend/librbackend.a ../rkward/scriptbackends/libscriptbackends.a ../rkward/misc/libmisc.a -lkmdi -lkio -lkdeui -lkdecore -lqt-mt -lz -lpng -lz -lm -lXext -lX11 -lSM -lICE -lpthread -lR-lkatepartinterfaces
/usr/lib/libf2c.so: undefined reference to `MAIN__'
collect2: ld returned 1 exit status
make[3]: *** [rkward] Error 1
The program seems to be(come to) just what I miss in Linux. - Nov 17 2004