Re: [Mingw-w64-public] _wstat issue

2013-04-17 Thread Antony Riakiotakis
Yes, the x64 target. -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developer

Re: [Mingw-w64-public] _wstat issue

2013-04-17 Thread Rafaël Carré
Hello, Are you using x86_64 target ? Any reason for needing HAVE_32BIT_TIME_T btw? Le 17/04/2013 20:38, Antony Riakiotakis a écrit : > Hi, I have identified a pretty nasty bug in the MinGW64 headers. > > The case that follows happens for _USE_32BIT_TIME_T undefined > > _wstat is defined as _ws

Re: [Mingw-w64-public] _wstat issue

2013-04-17 Thread Antony Riakiotakis
Substituting _wstat with _wstati64, works too of course. -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal

[Mingw-w64-public] _wstat issue

2013-04-17 Thread Antony Riakiotakis
Hi, I have identified a pretty nasty bug in the MinGW64 headers. The case that follows happens for _USE_32BIT_TIME_T undefined _wstat is defined as _wstat64i32 in _mingw_stat64.h This function expects a stat argument, and judging from the name the argument should be of type _stat64i32 instead, s