Hi,

I am getting a compile failure in glxect.h, using the data type int64_t. I see that if __UNIXOS2__ is defined then it defines them, but nowhere can I find an attempt to include stdint.h, which is where these types are defined, according to POSIX.

In fact, the only palces where stdint.h is mentioned in the entire tree is in expat, freetype2 and in teh darwin/quartz/xpr/Xplugin.h file. There are a few places in the tree where int64_t is used, the majority of which are in Mesa. There are a few occurences of it in the xfree86 server as well.

It looks as if code expects these types to be defined if some header file other than stdint.h is included - perhaps they expect it from sys/types.h, I dont know, but that is wrong. Any thoughts on how to go about fixing this? I can of course put in a hack specific to sco to include stdint.h but that seems wrong.

Kean

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to