Le 30.06.2013 02:31, Vincent R. a écrit : > Hi, > > I am trying to compile gnustep and I have some remarks : > > Making all for subproject win32... > Compiling file GSFileHandle.m ... > In file included from > > c:\developer\maxgw\mingw32\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/windows.h:64:0, > from .././GNUstepBase/GSConfig.h:276, > from .././common.h:31, > from GSFileHandle.m:27: > > c:\developer\maxgw\mingw32\bin\../lib/gcc/i686-w64-mingw32/4.7.2/../../../../i686-w64-mingw32/include/wincon.h:324:3: > > error: unknown type name 'BOOL' > > I had to change the BOOL inside the wincon.h into WINBOOL : > > WINBOOL bFullscreenSupported; > > and I have some other errors but maybe it comes from the order of > some > includes that should be changed when using mingw64 instead of > mingw...
Actually it was not clear but I wanted to ask "Is it normal that inside wincon.h there is only one BOOL while other function use WINBOOL ?" and would it be possible to fix that inside your repository because I would hate to keep that kind of local change. ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
