You are not logged in.
Can't compile winex11.drv:
gcc -c -o xvidmode.o ../../../wine-d3dadapter-git/dlls/winex11.drv/xvidmode.c -I. \
-I../../../wine-d3dadapter-git/dlls/winex11.drv -I../../include \
-I../../../wine-d3dadapter-git/include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \
-fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
-Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith \
-Wlogical-op -D_FORTIFY_SOURCE=0 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4
../../tools/wrc/wrc -o version.res -m64 --nostdinc -I. -I../../../wine-d3dadapter-git/dlls/winex11.drv \
-I../../include -I../../../wine-d3dadapter-git/include -D__WINESRC__ \
../../../wine-d3dadapter-git/dlls/winex11.drv/version.rc
../../tools/winegcc/winegcc -o winex11.drv.so -B../../tools/winebuild -m64 -fasynchronous-unwind-tables -shared ../../../wine-d3dadapter-git/dlls/winex11.drv/winex11.drv.spec \
bitblt.o brush.o clipboard.o d3dadapter.o desktop.o dri3.o event.o graphics.o ime.o init.o \
keyboard.o mouse.o opengl.o palette.o pen.o settings.o systray.o window.o wintab.o x11drv_main.o \
xdnd.o xim.o xinerama.o xrandr.o xrender.o xvidmode.o version.res -lcomctl32 -lole32 -lshell32 \
-limm32 -luuid -luser32 -lgdi32 -ladvapi32 -Wb,-dcomctl32 -Wb,-dole32 -Wb,-dshell32 -Wb,-dimm32 \
-lwine ../../libs/port/libwine_port.a -lXext -lX11 -lEGL -lGL -lxcb -lxcb-dri3 -lxcb-present \
-lX11-xcb -lxcb-xfixes -lpthread -Wl,-O1,--sort-common,--as-needed,-z,relro
dri3.o: In function `DRI2FallbackPRESENTPixmap':
dri3.c:(.text+0x16dc): undefined reference to `eglDestroyImageKHR'
dri3.c:(.text+0x17d0): undefined reference to `eglDestroyImageKHR'Last edited by ResXaoC (2015-01-20 08:54:33)
Offline
According to the comments on https://aur.archlinux.org/packages/wine-d3dadapter-git/ you need to have dri2proto installed.
Offline
pacman -Qi dri2proto
Name : dri2proto
Version : 2.8-2
Description : X11 DRI protocol
Architecture : any
URL : http://xorg.freedesktop.org/
Licenses : custom
Groups : None
Provides : None
Depends On : None
Optional Deps : None
Required By : xorg-server-devel
Optional For : None
Conflicts With : None
Replaces : None
Installed Size : 84.00 KiB
Packager : Andreas Radke <andyrtr@archlinux.org>
Build Date : Tue Jul 1 03:27:41 2014
Install Date : Tue Jan 20 14:30:10 2015
Install Reason : Installed as a dependency for another package
Install Script : No
Validated By : SignatureLast edited by ResXaoC (2015-01-20 09:17:32)
Offline