On Sun, 26 Oct 2003 23:34:47 +0100 (CET), you wrote:
make[1]: *** No rule to make target `../../../dlls/libwinmm.def', needed by `winmm_test.exe.spec.c'. Stop. make[1]: Leaving directory `/home/wine/dlls/winmm/tests' make: *** [tests] Error 2
The only way to compile is to go into the dll directory and run : make winmm.spec.def (changing the name winmm properly)
Has someone else seen this problem ?
Yes and other strange errors in dlls/*/tests. "make clean" in the root, folowed by .configure ...etc. fixed it.
(using ccache takes a lot of pain of a full recompile away)
Rein.