Cross compile fix

Hans Leidekker hans at it.vu.nl
Mon Apr 19 15:23:33 CDT 2004


On Monday 19 April 2004 20:23, Alexandre Julliard wrote:

> > -.res.res.cross.o:
> > +.rc.res.cross.o:
> >  	$(CROSSWINDRES) -i $< -o $@
> 
> Why do you need that?  windres should work just fine with a .res file
> as input. What error do you get?

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

 -Hans



More information about the wine-devel mailing list