Philipp Ludwig
2005-Oct-01 10:06 UTC
[Wine] Compilation errors while building wine-20050930
Hi list, I've justed patched my wine-20050830 source tree to compile the new version, but I get the following errors: avifile.spec.o(.data.rel.ro+0x600): In function `__wine_avifile_dll_CallFrom16_p_long_lllpllpp': /home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x618):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x630):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x648):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x660): In function `__wine_avifile_dll_CallFrom16_p_long_lllplpp': /home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:97: undefined reference to `__wine_call_from_16_long' avifile.spec.o(.data.rel.ro+0x678):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:97: more undefined references to `__wine_call_from_16_long' follow collect2: ld returned 1 exit status winegcc: gcc failed. What's wrong? I would appreciate every hint! phil
On 10/1/05, Philipp Ludwig <kvideoencoder@gmx.net> wrote:> I've justed patched my wine-20050830 source tree to compile the new version, > but I get the following errors: > > avifile.spec.o(.data.rel.ro+0x600): In function > `__wine_avifile_dll_CallFrom16_p_long_lllpllpp': > /home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined > reference to `__wine_call_from_16_long'Your source tree has some obsolete files in it. Easiest thing to do is start a fresh source tree. - Dan
On Sat, 2005-10-01 at 17:05 +0200, Philipp Ludwig wrote:> Hi list, > > I've justed patched my wine-20050830 source tree to compile the new version, > but I get the following errors: > > avifile.spec.o(.data.rel.ro+0x600): In function > `__wine_avifile_dll_CallFrom16_p_long_lllpllpp': > /home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined > reference to `__wine_call_from_16_long' > avifile.spec.o(.data.rel.ro+0x618):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: > undefined reference to `__wine_call_from_16_long'> What's wrong? I would appreciate every hint! >Do the folowing command in wine tree: [1] rm */*/*.spec.* Always 'make clean' before pulling from the cvs. [2] Ron [1] http://www.winehq.org/pipermail/wine-devel/2005-September/040391.html [2] http://www.winehq.org/pipermail/wine-devel/2005-September/040409.html
On Sat, 2005-10-01 at 17:05 +0200, Philipp Ludwig wrote:> Hi list, > > I've justed patched my wine-20050830 source tree to compile the new version, > but I get the following errors: > > avifile.spec.o(.data.rel.ro+0x600): In function > `__wine_avifile_dll_CallFrom16_p_long_lllpllpp': > /home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: undefined > reference to `__wine_call_from_16_long' > avifile.spec.o(.data.rel.ro+0x618):/home/phil/Quelltexte/wine-20050830/dlls/avifil32/avifile.spec.c:84: > undefined reference to `__wine_call_from_16_long'> What's wrong? I would appreciate every hint! >Do the folowing command in wine tree: [1] rm */*/*.spec.* Always 'make clean' before pulling from the cvs. [2] Ron [1] http://www.winehq.org/pipermail/wine-devel/2005-September/040391.html [2] http://www.winehq.org/pipermail/wine-devel/2005-September/040409.html