Revision: 660
          http://rpy.svn.sourceforge.net/rpy/?rev=660&view=rev
Author:   lgautier
Date:     2008-10-16 17:50:41 +0000 (Thu, 16 Oct 2008)

Log Message:
-----------
Compile under win32 (well the ones that were not compiling)

Modified Paths:
--------------
    branches/rpy_nextgen/NEWS
    branches/rpy_nextgen/rpy/rinterface/rinterface.c

Modified: branches/rpy_nextgen/NEWS
===================================================================
--- branches/rpy_nextgen/NEWS   2008-10-12 12:41:18 UTC (rev 659)
+++ branches/rpy_nextgen/NEWS   2008-10-16 17:50:41 UTC (rev 660)
@@ -1,3 +1,12 @@
+SVN
+===
+
+Bugs fixed
+----------
+
+- conditional typedef in rinterface.c to compile under win32 # reported and 
initial proposed fix from Paul Harrington
+
+
 Release 2.0.0b1
 ===============
 

Modified: branches/rpy_nextgen/rpy/rinterface/rinterface.c
===================================================================
--- branches/rpy_nextgen/rpy/rinterface/rinterface.c    2008-10-12 12:41:18 UTC 
(rev 659)
+++ branches/rpy_nextgen/rpy/rinterface/rinterface.c    2008-10-16 17:50:41 UTC 
(rev 660)
@@ -76,6 +76,9 @@
 //#define RPY_VERBOSE
 
 #if Win32
+#if !defined(uintptr_t)
+typedef unsigned int *uintptr_t;
+#endif
 extern __declspec(dllimport) uintptr_t R_CStackLimit; /* C stack limit */
 #endif
 


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to