Bugs item #1783756, was opened at 2007-08-28 22:36
Message generated for change (Comment added) made by pooryorick
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1783756&group_id=48422

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Build
Group: rpy
>Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Poor Yorick (pooryorick)
Assigned to: Gregory Warnes (warnes)
Summary: uintptr_t on Solaris

Initial Comment:
# on Solaris, it is probably necessary to add the following line to RPy.h:      
# #define HAVE_UINTPTR_T       

----------------------------------------------------------------------

>Comment By: Poor Yorick (pooryorick)
Date: 2007-11-01 12:05

Message:
Logged In: YES 
user_id=1046825
Originator: YES

Hi Greg, I'm opening this again just to make sure you see this comment.  I
hope I don't screw up your ticket stats!

This may well pertain to local configuration of gcc or python, but the
issue is that for whatever reason, setup.py does not define HAVE_UINTPTR_T,
causing an error when Rinterface.h gets included.  From Rinterface.h:

        #if !defined(HAVE_UINTPTR_T) && !defined(uintptr_t)
         typedef unsigned long uintptr_t;
        #endif


Here is the error:


        In file included from src/RPy.h:73,
         from src/rpymodule2031.c:43:
        /path/to/R/lib/R/include/Rinterface.h:86: error: conflicting types for
'uintptr_t'
        /usr/include/sys/int_types.h:111: error: previous declaration of
'uintptr_t' was here


-- 
Nathan

----------------------------------------------------------------------

Comment By: Gregory Warnes (warnes)
Date: 2007-10-17 20:02

Message:
Logged In: YES 
user_id=9316
Originator: NO

Hi Nathan!  

This macro is never used in the rpy source code.  Can you give me a bit
more information on when this is needed?  

-Greg

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=453021&aid=1783756&group_id=48422

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
rpy-list mailing list
rpy-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rpy-list

Reply via email to