Re: [Mingw-w64-public] Noob question about headers

2012-08-14 Thread Earnie Boyd
On Tue, Aug 14, 2012 at 3:59 PM, Greg Dove wrote: > Hi, a recent starter with mingw64is it right or wrong to patch the > header files in mingw to get something to compile? > > I had to patch winsock2.h with some #defines from winsock.h to get ocaml to > compile under mingw64. Is that an ocaml p

[Mingw-w64-public] Noob question about headers

2012-08-14 Thread Greg Dove
Hi, a recent starter with mingw64is it right or wrong to patch the header files in mingw to get something to compile? I had to patch winsock2.h with some #defines from winsock.h to get ocaml to compile under mingw64. Is that an ocaml problem or mingw64 problem? I had errors when building ocam