[rkward-cvs] SF.net SVN: rkward:[3139] trunk/rkward/rkward/main.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sat Oct 23 06:50:14 UTC 2010
Revision: 3139
http://rkward.svn.sourceforge.net/rkward/?rev=3139&view=rev
Author: tfry
Date: 2010-10-23 06:50:13 +0000 (Sat, 23 Oct 2010)
Log Message:
-----------
Remove the libXt thread initialization for now, it causes failure of the daily builds.
Unfortunately, it also looks like XInitThreads() is causing lockups on some systems. Leaving it for the moment, for more testing.
Modified Paths:
--------------
trunk/rkward/rkward/main.cpp
Modified: trunk/rkward/rkward/main.cpp
===================================================================
--- trunk/rkward/rkward/main.cpp 2010-10-22 19:08:58 UTC (rev 3138)
+++ trunk/rkward/rkward/main.cpp 2010-10-23 06:50:13 UTC (rev 3139)
@@ -72,7 +72,7 @@
#ifdef Q_WS_X11
# include <X11/X.h>
# include <X11/Xlib.h>
-# include <X11/Intrinsic.h>
+//# include <X11/Intrinsic.h>
#endif
#include "debug.h"
@@ -97,7 +97,7 @@
int main(int argc, char *argv[]) {
#ifdef Q_WS_X11
XInitThreads (); // Makes library (gWidgetsRGtk2) work on X11.
- XtToolkitThreadInitialize ();
+// XtToolkitThreadInitialize ();
#endif
options.add ("evaluate <Rcode>", ki18n ("After starting (and after loading the specified workspace, if applicable), evaluate the given R code."), 0);
options.add ("debug-level <level>", ki18n ("Verbosity of debug messages (0-5)"), "2");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list