ccache gives winebuild errors?

Rein Klazes rklazes at xs4all.nl
Sat Mar 6 08:37:53 CST 2004


Hallo,

Since a couple of days make fails without giving much reason why:

| make[3]: Entering directory `/usr/home/projects/wine/mywine/dlls/ddraw/tests'
| WINEBUILD=../../../tools/winebuild/winebuild ../../../tools/winegcc/winegcc -mconsole ddrawmodes.o testlist.o  -o ddraw_test.exe.so -L../../../libs/port -lwine_port -L../../../dlls -L../../../libs -lddraw -luser32 -lgdi32 -lkernel32   -lm
| Error: ccache gcc failed.
| make[3]: *** [ddraw_test.exe.so] Error 2
| make[3]: Leaving directory `/usr/home/projects/wine/mywine/dlls/ddraw/tests'
| make[2]: *** [tests] Error 2
| make[2]: Leaving directory `/usr/home/projects/wine/mywine/dlls/ddraw'
| make[1]: *** [ddraw] Error 2
| make[1]: Leaving directory `/usr/home/projects/wine/mywine/dlls'
| make: *** [dlls] Error 2

This is after a "make clean". Wine is configured to use ccache by
setting CC="ccache gcc" before the ./configure && make depend && make. 

After another make clean and setting CC=gcc, the make succeeds.

Any idea?

Rein.
-- 
Rein Klazes
rklazes at xs4all.nl



More information about the wine-devel mailing list