[Patches] [ python-Patches-729305 ] Compiler warning on Solaris 8

SourceForge.net noreply@sourceforge.net
Tue, 29 Apr 2003 04:47:24 -0700


Patches item #729305, was opened at 2003-04-29 04:42
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=729305&group_id=5470

Category: Build
Group: Python 2.2.x
Status: Open
Resolution: None
Priority: 5
Submitted By: George Neville-Neil (gnn)
Assigned to: Neal Norwitz (nnorwitz)
Summary: Compiler warning on Solaris 8

Initial Comment:
When compiling Python 2.2 on Solaris 8 there are complaints about _FILE_OFFSET_BITS being redefined.

The following is a patch to configure.in to remedy this.


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

>Comment By: Martin v. Löwis (loewis)
Date: 2003-04-29 13:47

Message:
Logged In: YES 
user_id=21627

The patch is clearly incorrect; Python *must* define 
_FILE_OFFSET_BITS. What specific problem does that 
patch fix?

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

Comment By: Raymond Hettinger (rhettinger)
Date: 2003-04-29 06:47

Message:
Logged In: YES 
user_id=80475

Neal, is this something you know about?

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=729305&group_id=5470