On 2015-08-30 11:38, [email protected] wrote: > I tried to compile under windows the latest course (25-8-215) > and got the errors > > c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winnt.h:3095:4: > error: > expected identifier or '(' before numeric constant > c:\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/winnt.h:3096:2: > error: > expected ';' before 'DWORD' > make[2]: *** [dice.o] Error 1 > make[2]: Leaving directory `/home/Scorpioos2/build/gnubg' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/Scorpioos2/build/gnubg' > make: *** [all] Error 2 >
I didn't see this until just now, however it seems that I may have already fixed this issue. Pull out the latest code. After your code pull I happened to put away this fix listed in ChangeLog: 2015-08-31 Michael Petch <[email protected]> * dice.c, multithread.h, openurl.c, osr.c, sound.c, timer.c, lib/mt19937ar.c, lib/mt19937ar.h: Resolve #define conflict in Mersenne twister under Win32. Resolve other minor Win32 warnings. -- Michael Petch GNU Backgammon Maintainer / Developer OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304 _______________________________________________ Bug-gnubg mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-gnubg
