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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to