[RkWard-devel] [rkward - Help] RE: rkward-0.3.7 compiling error
SourceForge.net
noreply at sourceforge.net
Sun Oct 8 15:40:32 UTC 2006
Read and respond to this message at:
https://sourceforge.net/forum/message.php?msg_id=3952497
By: tfry
Hmm, seems to be a GCC bug.
Try to replace line 164 of rkward/dialogs/loadlibsdialog.cpp with the following
two lines:
QDir dir = RKSettingsModuleGeneral::filesPath ();
QFile file (dir.filePath ("install_script.R"));
I think this should do the trick.
______________________________________________________________________
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-devel
mailing list