[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #10791] NSLog() does not support long long int correctly
From: |
Richard Frith-Macdonald |
Subject: |
[bugs #10791] NSLog() does not support long long int correctly |
Date: |
Sun, 31 Oct 2004 05:07:34 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en) AppleWebKit/125.5 (KHTML, like Gecko) Safari/125.9 |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #10791] Latest Modifications:
Changes by:
Richard Frith-Macdonald <rfm@gnu.org>
'Date:
Sun 10/31/2004 at 10:01 (GMT)
What | Removed | Added
---------------------------------------------------------------------------
Assigned to | None | CaS
------------------ Additional Follow-up Comments ----------------------------
I'm afraid this looks like a system specific problem.
I thing the configure.ac and/or the code in GSFormat.m is failing to find a
definition of LONG_LONG_MAX on your system for some reason.
Please could you check this ...
If I've guessed the problem correctly, and you can figure out why the define is
not being found, we can include the appropriate fields or define whatever other
preprocessor constants we need to have it work on suse.
/**************************************************************************/
[bugs #10791] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791>
Project: GNUstep
Submitted by: Fred Kiefer
On: Sun 10/24/2004 at 18:33
Category: Base/Foundation
Severity: 3 - Ordinary
Item Group: Bug
Resolution: None
Privacy: Public
Assigned to: CaS
Status: Open
Summary: NSLog() does not support long long int correctly
Original Submission: While debugging the output of a keyed decoding conversion
from binary to XML, which did not handle a long long int value correctly I
noticed that NSLog() does not handle this type correctly using %lli as
template. Looks like
the value gets treated as an int.
I tried the same with printf() and this gave the correct output. I am using
SuSE Linux 9.1 on Intel hardware.
Follow-up Comments
------------------
-------------------------------------------------------
Date: Sun 10/31/2004 at 10:01 By: Richard Frith-Macdonald <CaS>
I'm afraid this looks like a system specific problem.
I thing the configure.ac and/or the code in GSFormat.m is failing to find a
definition of LONG_LONG_MAX on your system for some reason.
Please could you check this ...
If I've guessed the problem correctly, and you can figure out why the define is
not being found, we can include the appropriate fields or define whatever other
preprocessor constants we need to have it work on suse.
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=10791>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #10791] NSLog() does not support long long int correctly,
Richard Frith-Macdonald <=