Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. make[1]: Entering directory `/home/sarnex/Desktop/wine/dlls/winex11.drv'
  2. gcc -c -o dri3.o dri3.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \
  3. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
  4. -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith \
  5. -Wlogical-op -gdwarf-2 -gstrict-dwarf -fno-omit-frame-pointer -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  6. In file included from dri3.c:39:0:
  7. dri3.h:77:55: error: unknown type name ‘D3DPRESENT_PARAMETERS’
  8. PRESENTPixmapPriv *present_pixmap_priv, D3DPRESENT_PARAMETERS *pPresentationParameters,
  9. ^
  10. dri3.c:576:55: error: unknown type name ‘D3DPRESENT_PARAMETERS’
  11. PRESENTPixmapPriv *present_pixmap_priv, D3DPRESENT_PARAMETERS *pPresentationParameters,
  12. ^
  13. dri3.c:416:13: warning: ‘PRESENTPrivChangeWindow’ defined but not used [-Wunused-function]
  14. static BOOL PRESENTPrivChangeWindow(PRESENTpriv *present_priv, XID window)
  15. ^
  16. make[1]: *** [dri3.o] Error 1
  17. make[1]: Leaving directory `/home/sarnex/Desktop/wine/dlls/winex11.drv'
  18. make: *** [dlls/winex11.drv] Error 2
  19. sarnex@pc2 ~/Desktop/wine $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement