discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Can't use long long variables?


From: Chris B. Vetter
Subject: Re: Can't use long long variables?
Date: Thu, 26 Feb 2004 11:19:44 -0800

On Thu, 26 Feb 2004 20:07:51 +0100
Philip Mötteli <Philip.Moetteli@tele2.ch> wrote:
> I have my program compiled and run on a RedHat 9 box and it runs 
> without a problem. For deploying I have to run it on a SuSE 9 box. 
> There suddenly the program has an exception saying:
>       /usr/GNUstep/Local/mytool: Uncaught exception
>       NSGenericException, 
> reason: Can't use long long variables.
> Where did I miss that? What should I do against that?

Looks like this comes from NSScanner -scanLongLong:
Apparently, -base configure on SuSE box doesn't define LONG_LONG_MAX.

-- 
Chris




reply via email to

[Prev in Thread] Current Thread [Next in Thread]