<br><br><div><span class="gmail_quote">2007/10/22, Thomas Friedrichsmeier <<a href="mailto:thomas.friedrichsmeier@ruhr-uni-bochum.de">thomas.friedrichsmeier@ruhr-uni-bochum.de</a>>:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>On Monday 22 October 2007, I. Soumpasis wrote:<br>> 2007/10/22, I. Soumpasis <<a href="mailto:nono.231@gmail.com">nono.231@gmail.com</a>>:<br><br>> > Alright. Cmake worked. Make worked. Make install did not. Could not find
<br>> > a dir, but it seems that it is not needed because I run rkward locally.<br>> > Am I wrong?<br><br>not quite. Some files are expected to be installed to the KDE standard dirs,<br>and this should be the KDE4 standard dirs in this case. So a successful make
<br>install is needed (at least once, I'm not currently making any changes to the<br>installed data files, but when I do, you will have to do make install,<br>again).<br><br>I'm not sure, whether this might be what's causing rkward to crash so early on
<br>your and Prasenjit's systems, but it's certainly something that may cause<br>trouble.<br><br>> CMake Error: Error in cmake code at<br>> /home/user/Projects/rkward_kde4/build/rkward/cmake_install.cmake:35:
<br>> FILE cannot create directory: /share/apps/rkward. Maybe need administrative<br>> privileges.<br><br>Hm. I'm not sure, where exactly the files should be installed in the Kubuntu<br>KDE4 setup, but /share/apps/ definitely sounds wrong. Do you have
<br>the "KDEDIR" environment variable set (to a sensible place)?<br># echo $KDEDIR<br><br>If so, could you redo the cmake step with<br># cmake /path -DCMAKE_INSTALL_PREFIX=$KDEDIR<br><br>If it is not set, perhaps try
<br># cmake /path -DCMAKE_INSTALL_PREFIX=/usr/lib/kde4</blockquote><div><br><br>According to kubuntu instructions we were expoting to $KDEDIRS. That final S made the diffference. Now I installed almost properly.<br><br>I had a warning that i am using 
libfortran.so.1 while i should use to libfortran.so.2. <br><br>the last words of rkward n conole befre crashing fwriting somethng in R console are<br>rkward(25182)/kparts KParts::MainWindow::createGUI: MainWindow::createGUI, part= KParts::Part(0x9023818)   KParts::Part   ""
<br>rkward(25182)/kparts KParts::MainWindow::createGUI: deactivating GUI for  RControlWindowPart(0x83647c0)   RControlWindowPart   ""<br>ASSERT: "!isEmpty()" in file /usr/include/qt4/QtCore/qlist.h, line 246
<br>KCrash: crashing... crashRecursionCounter = 2<br>KCrash: Application Name = rkward path = <unknown> pid = 25182<br>kdeinit4: Got EXEC_NEW 'drkonqi' from socket.<br>kdeinit4: preparing to launch /usr/lib/kde4/bin/drkonqi
<br>kdeinit4: PID 25229 terminated.<br><br>I hope it will help.<br><br>Kind Regards<br>Ilias<br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
(you might want to look there, whether there is a share/apps subdirectory with<br>some kde4 files in there)<br><br>Regards<br>Thomas<br><br>-------------------------------------------------------------------------<br>This 
SF.net email is sponsored by: Splunk Inc.<br>Still grepping through log files to find problems?  Stop.<br>Now Search log events and configuration files using AJAX and a browser.<br>Download your FREE copy of Splunk now >> 
<a href="http://get.splunk.com/">http://get.splunk.com/</a><br>_______________________________________________<br>RKWard-devel mailing list<br><a href="mailto:RKWard-devel@lists.sourceforge.net">RKWard-devel@lists.sourceforge.net
</a><br><a href="https://lists.sourceforge.net/lists/listinfo/rkward-devel">https://lists.sourceforge.net/lists/listinfo/rkward-devel</a><br><br><br></blockquote></div><br>