GatorQue/gqe

#include <stdint.h> in Config.hpp with Visual Studios

Closed this issue · 2 comments

To Reproduce:
1. Using visual studios 2008(I've been told its all Versions before 2010)
2. Build a project file with CMake.
3. Compile project.

Expected Output:
It should compile.

Output:
C:\Users\Jacob\Documents\CPP Project\GQE-v0_12pre\include\GQE/Config.hpp(135) : 
fatal error C1083: Cannot open include file: 'stdint.h': No such file or 
directory
StringUtil.cpp
C:\Users\Jacob\Documents\CPP Project\GQE-v0_12pre\include\GQE/Config.hpp(135) : 
fatal error C1083: Cannot open include file: 'stdint.h': No such file or 
directory
SplashState.cpp
C:\Users\Jacob\Documents\CPP Project\GQE-v0_12pre\include\GQE/Config.hpp(135) : 
fatal error C1083: Cannot open include file: 'stdint.h': No such file or 
directory
MenuState.cpp
C:\Users\Jacob\Documents\CPP Project\GQE-v0_12pre\include\GQE/Config.hpp(135) : 
fatal error C1083: Cannot open include file: 'stdint.h': No such file or 
directory
StringLogger.cpp

...

System Info:
OS: Windows 7, 32 bit
Compiler: Visual Studios 2008
Libraries: SFML 1.6, GQE 0.12Pre

This problem can be fixed by downloaded and installing stdint.h your self but 
that might not be the best solution.

Original issue reported on code.google.com by cloudncali@gmail.com on 7 Oct 2011 at 4:40

This is fixed in version 0.15

Original comment by RyanLind...@gmail.com on 12 Feb 2012 at 1:39

  • Changed state: Fixed
I thought this was fixed in version 0.15, but with further testing I discovered 
that it wasn't.  I have figured out why and fixed it in version 0.16.

Original comment by RyanLind...@gmail.com on 23 Mar 2012 at 4:30