gnupic: Re: [gnupic] Error on make (gpsim)


Previous by date: 30 Aug 2005 17:45:42 +0100 Error on make, wayne
Next by date: 30 Aug 2005 17:45:42 +0100 Re: [gnupic] LCD Example Segmentation Faults, Scott Dattalo
Previous in thread:
Next in thread: 30 Aug 2005 17:45:42 +0100 Re: [gnupic] Error on make (gpsim), wayne

Subject: Re: [gnupic] Error on make (gpsim)
From: "Scott Dattalo" ####@####.####
Date: 30 Aug 2005 17:45:42 +0100
Message-Id: <56377.12.146.139.19.1125420337.squirrel@12.146.139.19>

> I updated from CVS this morning at 10:30 CST and got this error after
> running make.
>
> bitlog.cc: In constructor `ThreeStateEventLogger::ThreeStateEventLogger
> (unsigned int)':
> bitlog.cc:246: error: integer constant is too large for "long" type
> make[2]: *** [bitlog.lo] Error 1
>

Hmm, the offender is:

  *pTimeBuffer  = (unsigned long long)0xffffffffffffffff;

If you don't mind, try changing this to just

  *pTimeBuffer  = (unsigned long long)0xffff;

Or you can wait a few hours for the fix to propogate through CVS.

I really shouldn't have used a hard-coded constant there anyways...


> I used ./configure and make after the update. Is there anything special
> I need to do? Like what was needed on the first build from CVS?

I think you did every thing okay - the error was in the code I checked
into CVS yesterday.

Scott

Previous by date: 30 Aug 2005 17:45:42 +0100 Error on make, wayne
Next by date: 30 Aug 2005 17:45:42 +0100 Re: [gnupic] LCD Example Segmentation Faults, Scott Dattalo
Previous in thread:
Next in thread: 30 Aug 2005 17:45:42 +0100 Re: [gnupic] Error on make (gpsim), wayne


Powered by ezmlm-browse 0.20.