[Wine] Gcc error during make depend/make of latest Git-Wine source.

Austin English austinenglish at gmail.com
Sun Feb 22 21:53:53 CST 2009


On Sun, Feb 22, 2009 at 9:46 PM, Aldrenean <wineforum-user at winehq.org> wrote:
> I'm on Linux Mint Fluxbox CE 5 trying to compile the latest Git source.  I previously had Wine 1.0 something from the Synaptic repos, and wanted bleeding edge so I did
>
>
> Code:
> $ aptitude remove wine
>
>
>
> and then followed the Wine + Git instructions.  After the repo was cloned I ran ./configure, installed a couple dependencies and libfreetype-dev, and the config script then ran fine.  Then I started the make process, and after about 45 minutes of compiling and such (massive amounts of text ran by, if I need to salvage them you'll have to tell me how,) this happened:
>
>
> Code:
> $ make depend && make
> ...
> gcc -c -I. -I. -I../../include -I../../include  -D__WINESRC__  -D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -g -O2  -o xvidmode.o xvidmode.c
> ../../tools/wrc/wrc --nostdinc -I. -I. -I../../include -I../../include  -D__WINESRC__   -foversion.res version.rc
> ../../tools/winegcc/winegcc  -B../../tools/winebuild -shared ./winex11.drv.spec    bitblt.o bitmap.o brush.o clipboard.o codepage.o desktop.o dib.o dib_convert.o dib_dst_swap.o dib_src_swap.o event.o graphics.o ime.o init.o keyboard.o mouse.o opengl.o palette.o pen.o scroll.o settings.o systray.o text.o window.o wintab.o x11ddraw.o x11drv_main.o xdnd.o xfont.o xim.o xinerama.o xrandr.o xrender.o xvidmode.o     version.res  -o winex11.drv.so -lcomctl32 -luser32 -lgdi32 -ladvapi32 -limm32 -lkernel32 -lntdll -Wb,-dcomctl32 ../../libs/port/libwine_port.a -lXext -lX11
> /usr/bin/ld: cannot find -lXext
> collect2: ld returned 1 exit status
> winegcc: gcc failed
> make[2]: *** [winex11.drv.so] Error 2
> make[2]: Leaving directory `/home/aldrenean/.wine-git/dlls/winex11.drv'
> make[1]: *** [winex11.drv] Error 2
> make[1]: Leaving directory `/home/aldrenean/.wine-git/dlls'
> make: *** [dlls] Error 2
>
>
>
>
>
> Then I was dumped to the terminal.  Any one have any idea?  Should I even post this here, or is this a problem with non-wine stuff?
>
> Thanks in advance.
>
> -Scott
>
>
>
>
>
>

Are there any errors with:
./configure --verbose
?

-- 
-Austin



More information about the wine-users mailing list