Cross compile fix

Alexandre Julliard julliard at winehq.org
Mon Apr 19 16:28:29 CDT 2004


Hans Leidekker <hans at it.vu.nl> writes:

> 'make crosstest' in dlls/user/test ends up wanting to build wrc
> which results in errors:
>
> $ make crosstest
> gcc -g -O2    ../../../tools/wrc/wrc.c   -o ../../../tools/wrc/wrc
> ../../../tools/wrc/wrc.c:22:20: config.h: No such file or directory
> ../../../tools/wrc/wrc.c:23:23: wine/port.h: No such file or directory
> In file included from ../../../tools/wrc/wrc.h:26,
>                  from ../../../tools/wrc/wrc.c:38:
> ../../../tools/wrc/wrctypes.h:25:20: windef.h: No such file or directory
>
> [many more]
>
> 'make crosstest' would be more valuable if we didn't have to
> build all of Wine first and this is the only thing blocking that.

Ah, I see. But actually you don't need to build all of Wine for
crosstests, a simple 'make tools' should be enough.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list