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
--- 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
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
--
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