http://bugs.winehq.org/show_bug.cgi?id=3357
Summary: 20050919 CVS does not compile. Product: Wine Version: CVS Platform: Other OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: wine-misc AssignedTo: wine-bugs@winehq.org ReportedBy: philip.kent@ntlworld.com
When compiling the cvs of 20050919 on Ubunutu Breezy x86 I get this error:
make[2]: Entering directory `/home/compile/wine/dlls/ddraw' ../../tools/winegcc/winegcc -B../../tools/winebuild -shared ./ddraw.spec clipper.o ddraw_hal.o ddraw_main.o ddraw_thunks.o ddraw_user.o ddraw_utils.o main.o palette_hal.o palette_main.o regsvr.o surface_dib.o surface_fakezbuffer.o surface_gamma.o surface_hal.o surface_main.o surface_thunks.o surface_user.o surface_wndproc.o ddraw.dll.dbg.o version.res -o ddraw.dll.so -L../../dlls -L../../dlls/ole32 -L../../dlls/user32 -L../../dlls/gdi32 -L../../dlls/advapi32 -L../../dlls/kernel32 -lole32 -luser32 -lgdi32 -ladvapi32 -lkernel32 -L../../libs/wine -lwine -ldxguid -luuid -L/usr/X11R6/lib -lXext -lX11 -L../../libs/port -lwine_port /usr/bin/ld: cannot find -lXext collect2: ld returned 1 exit status winegcc: gcc failed. make[2]: *** [ddraw.dll.so] Error 2 make[2]: Leaving directory `/home/compile/wine/dlls/ddraw' make[1]: *** [ddraw] Error 2 make[1]: Leaving directory `/home/compile/wine/dlls' make: *** [dlls] Error 2
I am sorry if this is a duplicate as it didnt seem to appear when typing compile into the search. This is with gcc 3.4 and its extras (cpp g++) but next week Ill try it with SuSE which is probably gcc 4 and its extras.