http://bugs.winehq.org/show_bug.cgi?id=4135
Summary: Unresolved reference to `__wine_call_from_16_long' Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: blocker Priority: P2 Component: wine-binary AssignedTo: wine-bugs@winehq.org ReportedBy: david.ronis@mcgill.ca
I tried to build wine from CVS today (I've done it many times in the past). The build failed at:
make[2]: Entering directory `/home/ronis/Project/notar/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/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:135: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x618):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x630):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:136: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x648): In function `__wine_avifile_dll_CallFrom16_p_long_lpl': /home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:143: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x660):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x678):/home/ronis/Project/notar/wine/dlls/avifil32/avifile.spec.c:144: more undefined references to `__wine_call_from_16_long' follow collect2: ld returned 1 exit status winegcc: /usr/bin/gcc failed. make[2]: *** [avifil32.dll.so] Error 2 make[2]: Leaving directory `/home/ronis/Project/notar/wine/dlls/avifil32' make[1]: *** [avifil32] Error 2 make[1]: Leaving directory `/home/ronis/Project/notar/wine/dlls' make: *** [dlls] Error 2