Stephen Torri wrote:
On Sun, 2005-10-02 at 13:24 -0600, Vitaliy Margolen wrote:
Delete all *spec.def files and try again. You should "make clean" before updating cvs.
I did my make clean after updating cvs. So now I did:
- find -name '*.def' | xargs rm
- cvs up
- make depend
- make -j2
I still get the errors:
make[2]: Entering directory `/home/storri/src/wine/dlls/avifil32' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./avifil32.spec avifile.spec.o acmstream.o api.o avifile.o editstream.o extrachunk.o factory.o getframe.o icmstream.o regsvr.o tmpfile.o wavfile.o rsrc.res -o avifil32.dll.so -L../../dlls -L../../dlls/msacm32 -L../../dlls/msvfw32 -L../../dlls/winmm -L../../dlls/ole32 -L../../dlls/user32 -L../../dlls/advapi32 -L../../dlls/kernel32 -L../../dlls/ntdll -lmsacm32 -lmsvfw32 -lwinmm -lole32 -luser32 -ladvapi32 -lkernel32 -lntdll -L../../libs/wine -lwine -luuid -L../../libs/port -lwine_port avifile.spec.o(.data.rel.ro+0x600): In function `__wine_avifile_dll_CallFrom16_p_long_lp': /home/storri/src/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x618):/home/storri/src/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x630): In function `__wine_avifile_dll_CallFrom16_p_long_lpl': /home/storri/src/wine/dlls/avifil32/avifile.spec.c:143: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x648):/home/storri/src/wine/dlls/avifil32/avifile.spec.c:143: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x660):/home/storri/src/wine/dlls/avifil32/avifile.spec.c:144: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x678):/home/storri/src/wine/dlls/avifil32/avifile.spec.c:144: more undefined references to `__wine_call_from_16_long' follow collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: *** [avifil32.dll.so] Error 2 make[2]: Leaving directory `/home/storri/src/wine/dlls/avifil32' make[1]: *** [avifil32] Error 2 make[1]: Leaving directory `/home/storri/src/wine/dlls' make: *** [dlls] Error 2
Stephen
You should do: rm */*/*.spec.*