Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-23 Thread Erik de Castro Lopo
Josh Coalson wrote: > > It is [now] possible to cross compile from Linux to windows, but the > > tests don't currently work. Josh, are you interested in fixing > > this? It should be possible to run the tests under Wine. > > the tests work for me under cygwin, I run them for every release. > what

Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-23 Thread Josh Coalson
--- Erik de Castro Lopo <[EMAIL PROTECTED]> wrote: > Hi all, > > The following patch fixes cross compiling from Linux to windows. > > The existing code was doing: > > #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ > #include /* for SIZE_MAX in case limits.h didn't ge

Re: [Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-10 Thread Erik de Castro Lopo
Erik de Castro Lopo wrote: > It is not possible to cross compile from Linux to windows, but the > tests don't currently work. Its is *now* possible .. Erik -- - Erik de Castro Lopo --

[Flac-dev] Patch : Fix cross-compiling from Linux to windows

2008-05-09 Thread Erik de Castro Lopo
Hi all, The following patch fixes cross compiling from Linux to windows. The existing code was doing: #if !defined _MSC_VER && !defined __MINGW32__ && !defined __EMX__ #include /* for SIZE_MAX in case limits.h didn't get it */ #endif when it seems to make much more sense to just te