Re: Cross compile fix

2004-04-20 Thread Hans Leidekker
On Monday 19 April 2004 23:28, Alexandre Julliard wrote: > > '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' s

Re: Cross compile fix

2004-04-19 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> 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 >

Re: Cross compile fix

2004-04-19 Thread Kevin Koltzau
On Monday 19 April 2004 04:23 pm, Hans Leidekker wrote: > '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. This is possible to do without building all of wine, at the moment these are the steps I am running (after conf

Re: Cross compile fix

2004-04-19 Thread Hans Leidekker
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 wantin

Re: Cross compile fix

2004-04-19 Thread Alexandre Julliard
Hans Leidekker <[EMAIL PROTECTED]> writes: > -.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? -- Alexandre Julliard [EMAIL PROTECTED]