Advertisement
Guest User

Wine 3.9 build error

a guest
Jun 5th, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. make[1]: Leaving directory `/usr/src/packages/BUILD/wine-3.9/dlls/ctl3dv2.dll16'
  2. make[1]: Entering directory `/usr/src/packages/BUILD/wine-3.9/dlls/d3d10/tests'
  3. gcc -c -o device.o device.c -I. -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \
  4. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
  5. -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op \
  6. -fno-omit-frame-pointer -DLDAP_DEPRECATED=1 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  7. echo "comctl32_test.exe TESTRES \"comctl32_test-stripped.exe.so\"" | ../../../tools/wrc/wrc -o ../../../programs/winetest/comctl32_test.res
  8. make[1]: Leaving directory `/usr/src/packages/BUILD/wine-3.9/dlls/comctl32/tests'
  9. gcc -c -o effect.o effect.c -I. -I../../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \
  10. -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \
  11. -Wstrict-prototypes -Wtype-limits -Wvla -Wwrite-strings -Wpointer-arith -Wlogical-op \
  12. -fno-omit-frame-pointer -DLDAP_DEPRECATED=1 -fmessage-length=0 -O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0
  13. In file included from d2d1.c:24:0:
  14. ../../../include/d2d1_1.h:349:45: error: redefinition of typedef 'DWRITE_GLYPH_RUN_DESCRIPTION'
  15. ../../../include/dwrite.h:614:3: note: previous declaration of 'DWRITE_GLYPH_RUN_DESCRIPTION' was here
  16. In file included from d2d1_private.h:33:0,
  17. from bitmap.c:22:
  18. ../../include/d2d1_1.h:349:45: error: redefinition of typedef 'DWRITE_GLYPH_RUN_DESCRIPTION'
  19. ../../include/dwrite.h:614:3: note: previous declaration of 'DWRITE_GLYPH_RUN_DESCRIPTION' was here
  20. bitmap.c: In function 'unsafe_impl_from_ID2D1Bitmap':
  21. bitmap.c:581:12: warning: initialization from incompatible pointer type
  22. make[1]: *** [bitmap.o] Error 1
  23. make[1]: Leaving directory `/usr/src/packages/BUILD/wine-3.9/dlls/d2d1'
  24. make: *** [dlls/d2d1] Error 2
  25. make: *** Waiting for unfinished jobs....
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement