http://bugs.winehq.org/show_bug.cgi?id=19875
Summary: 64-bit wine build broken Product: Wine Version: 1.1.28 Platform: PC-x86-64 OS/Version: Linux Status: NEW Keywords: download, regression, source Severity: major Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
make[2]: Entering directory `/home/austin/64-wine-git/dlls/winemp3.acm' /usr/lib/gcc-snapshot/bin/gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wtype-limits -Wpointer-arith -g -O2 -o mpegl3.o mpegl3.c mpegl3.c: In function 'mp3_horse': mpegl3.c:156: warning: implicit declaration of function 'mpg123_feed' ../../tools/winegcc/winegcc -m64 -B../../tools/winebuild --sysroot=../.. -shared ./winemp3.acm.spec mpegl3.o -o winemp3.acm.so -lwinmm -luser32 -lkernel32 ../../libs/port/libwine_port.a -lmpg123 mpegl3.o: In function `mp3_horse': /home/austin/64-wine-git/dlls/winemp3.acm/mpegl3.c:156: undefined reference to `mpg123_feed' collect2: ld returned 1 exit status winegcc: /usr/lib/gcc-snapshot/bin/gcc failed make[2]: *** [winemp3.acm.so] Error 2 make[2]: Leaving directory `/home/austin/64-wine-git/dlls/winemp3.acm' make[1]: *** [winemp3.acm] Error 2 make[1]: Leaving directory `/home/austin/64-wine-git/dlls' make: *** [dlls] Error 2
I don't have 32-bit libmpg123 installed, but on 32-bit on same machine, skips over it fine...I do have 64-bit libmpg123-dev though...