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

Sven Panne sven.panne at aedion.de
Fri Nov 24 00:54:55 PST 2006


Am Donnerstag, 23. November 2006 13:45 schrieb Andre Krause:
> ups! i did not use any autoconf (how to do that anyway under
> windows???). i just loaded your provided solution file for visual studio
> (the .sln) and tried to compile. maybe you could add some preprocessor
> definitions to the project file
> (right mouse klick context menu:config
> properties->c/c++->Preprocessor->Preprocessor Definitions)
> that indicate to alutintern.h that stdint.h is missing. [...]

Sorry, I was a bit unclear: The usual way to handle autoconf projects under 
Visual Studio is that the #defines configure would have detected on that 
platform are manually added to the solution/project/whatever files. It looks 
like I haven't tracked changes made to configure.ac and src/alutInternal.h in 
the Visual Studio files. This has hopefully been fixed now. It would be great 
if you (or somebody else, of course) could check the SVN HEAD if it compiles 
without changes under Visual Studio 6/.NET/2005 (and report which 
solution/project/... has been used for testing).

Getting the SVN HEAD is quite easy, you can use e.g. TortoiseSVN 
(http://tortoisesvn.tigris.org/) to check out:

   http://opensource.creative.com/repos/openal/trunk/alut.

Cheers,
   S.


More information about the Openal mailing list