List:Internals« Previous MessageNext Message »
From:Renato Golin Date:July 26 2007 9:43pm
Subject:Re: uint32
View as plain text  
On 26/07/07, Joerg Bruehe <joerg@stripped> wrote:
> > #ifndef HAVE_UINT32
> > typedef unsigned long uint32;
> > #endif
> > #else
> > #error Neither int or long is of 4 bytes width
> > #endif
> >
> > and the build fails... :(
>
> would you mind quoting the exact error message ?
> As your text reads now, we are forced to guess ...

error: #error Neither int or long is of 4 bytes width

:D

I've pressed the send button too early, sorry.

I've just got a clean configure & make and both mysql and skeleton
engine built successfuly. It was a weird error anyway...

thanks!
--renato

Reclaim your digital rights, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
Thread
uint32Renato Golin26 Jul
  • Re: uint32Joerg Bruehe26 Jul
    • Re: uint32Renato Golin26 Jul