[Development] Build issue with configure -developer-build for qtbase?

Thiago Macieira thiago.macieira at intel.com
Tue May 15 19:16:33 CEST 2012


On terça-feira, 15 de maio de 2012 17.17.47, Thiago Macieira wrote:
> > > tst_qtendian.cpp:75: error: integer constant is too large for 'long'
> > > type
[snip]
> 
> qint64 cannot be a long. Since it can't, I don't think that's what the 
> compiler is complaining about.

Note that your type isn't qint64, but quint64. That's unsigned, so it can 
never be a long (signed).

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center
     Intel Sweden AB - Registration Number: 556189-6027
     Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.qt-project.org/pipermail/development/attachments/20120515/1e6632f7/attachment.sig>


More information about the Development mailing list