Re: mingw defines __MSVCRT_VERSION__

2009-03-19 Thread Richard W.M. Jones
On Thu, Mar 19, 2009 at 10:14:02PM +0100, Farkas Levente wrote: > Kevin Kofler wrote: > > Farkas Levente wrote: > >> may be it's not the right place to ask and would be better to move to > >> mingw mailing list, but it's the right version? > >> ie. the current runtime really not support __MSVCRT_VE

Re: mingw defines __MSVCRT_VERSION__

2009-03-19 Thread Farkas Levente
Kevin Kofler wrote: > Farkas Levente wrote: >> may be it's not the right place to ask and would be better to move to >> mingw mailing list, but it's the right version? >> ie. the current runtime really not support __MSVCRT_VERSION__ >= 0x0601? >> thanks. > > No, it's just that the default version

Re: mingw defines __MSVCRT_VERSION__

2009-03-19 Thread Alexey Pushkin
Kevin Kofler wrote: > Farkas Levente wrote: >> may be it's not the right place to ask and would be better to move to >> mingw mailing list, but it's the right version? >> ie. the current runtime really not support __MSVCRT_VERSION__ >= 0x0601? >> thanks. > > No, it's just that the default version

Re: mingw defines __MSVCRT_VERSION__

2009-03-19 Thread Kevin Kofler
Farkas Levente wrote: > may be it's not the right place to ask and would be better to move to > mingw mailing list, but it's the right version? > ie. the current runtime really not support __MSVCRT_VERSION__ >= 0x0601? > thanks. No, it's just that the default version is 0x0600 to be compatible wit

Re: mingw defines __MSVCRT_VERSION__

2009-03-19 Thread Alexey Pushkin
Just define __MSVCRT_VERSION__=0x0601 and that'll work for you. I never tried win2k, but on WinXP and others msvcrt.dll does have all the xxx64() functions that require __MSVCRT_VERSION__ >= 0x0601 Farkas Levente wrote: > hi, > while we try to compile gstreamer we got and error > error: storage