|
From: | Nikolaus Waxweiler |
Subject: | [bug #18961] configure enables both HANDLE_LLONG_MAX and HANDLE_LONG_LONG_MAX, resulting in a build error in GSFormat.m on FBSD 6.2 |
Date: | Mon, 05 Feb 2007 12:27:10 +0000 |
User-agent: | Opera/9.10 (X11; FreeBSD 6 i386; U; en) |
URL: <http://savannah.gnu.org/bugs/?18961> Summary: configure enables both HANDLE_LLONG_MAX and HANDLE_LONG_LONG_MAX, resulting in a build error in GSFormat.m on FBSD 6.2 Project: GNUstep Submitted by: madleser Submitted on: Monday 02/05/2007 at 12:27 Category: Base/Foundation Severity: 3 - Normal Item Group: None Status: None Privacy: Public Assigned to: None Open/Closed: Open Discussion Lock: Any _______________________________________________________ Details: On FreeBSD 6.2, only LLONG_MAX is defined. GSFormat.m (lines 112-129) wants both HANDLE_* defines to be mutually exclusive: > line 113: #if defined(HANDLE_LLONG_MAX) && !defined(HANDLE_LONG_LONG_MAX) evaluates to false and so doesn't #define LONG_LONG_MAX LLONG_MAX > line 123: #if defined(HANDLE_LONG_LONG_MAX) && !defined(LONG_LONG_MAX) then evaluates to true and errors out. Using revision 24472. _______________________________________________________ Reply to this item at: <http://savannah.gnu.org/bugs/?18961> _______________________________________________ Message sent via/by Savannah http://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |