[Openal] [freeALUT] missing stdint.h under visualc++8 - why not add Paul Hsieh portable stdint.h?

Sven Panne sven.panne at benqmobile.com
Thu Nov 23 02:25:53 PST 2006


> -----Original Message-----
> From: openal-bounces at opensource.creative.com 
> [mailto:openal-bounces at opensource.creative.com] On Behalf Of 
> Andre Krause
> Sent: Donnerstag, 23. November 2006 11:05
> To: openal at opensource.creative.com
> Subject: [Openal] [freeALUT] missing stdint.h under 
> visualc++8 - why not add Paul Hsieh portable stdint.h?
> 
> the current svn version of freeALUT does not compile out of 
> the box under visual c++ 2005. i had to change the header 
> alutInternal.h a little bit so it includes the freely 
> available stdint.h from paul hsieh
> 
> http://www.azillionmonkeys.com/qed/pstdint.h
> http://en.wikipedia.org/wiki/Stdint.h
> 
> why not modify alutInternal.h in such a way that, if it 
> detects a missing stdint.h, it includes pstdint.h from the 
> same directory?

*sigh* Even at the end of 2006 M$ seems to ignore standards like C99...
:-P Anyway, the autoconf magic should have detected that there is no
stdint.h and should fall back to M$-specific types like __int8, __int16
etc., but this doesn't seem to work in your case. It looks like I have
to install Visual C++ 2005 and fix the autoconf magic.

Thanks for the report,
   S.



More information about the Openal mailing list