[SDL] SDL_types.h on ia64

Stephane Marchesin stephane.marchesin at wanadoo.fr
Sat Feb 12 18:58:55 PST 2005


Hi,

When I write applications using SDL on ia64 with the intel icc compiler, 
I have troubles with the S/Uint64 types.

Basically, SDL_types.h defines the Uint64 using a typedef, which creates 
a new type. But the icc compiler is too stupid to know how to case any 
integer into a S/Uint64.
However, if I use a #define, things work fine. Is this causing side 
troubles if the typedef for the 64 bit types in SDL_types.h are changed 
to #defines like is done in the attached patch ?

Stephane

-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: uint64.patch
URL: <http://lists.libsdl.org/pipermail/sdl-libsdl.org/attachments/20050213/1096f1d3/attachment.asc>


More information about the SDL mailing list