Advertisement
Guest User

Untitled

a guest
Mar 26th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.10 KB | None | 0 0
  1. [Timur@timur-xps wine-nine-standalone]$ ./release.sh
  2. creating /home/Timur/Projects/Others/wine-nine-standalone/gallium-nine-standalone.tar.gz
  3. additional meson args:
  4. found fedora compatible distro
  5. The Meson build system
  6. Version: 0.50.0
  7. Source dir: /home/Timur/Projects/Others/wine-nine-standalone
  8. Build dir: /tmp/tmp.AggZnpTR17/build64
  9. Build type: cross build
  10. Program tools/get_version.sh found: YES (/home/Timur/Projects/Others/wine-nine-standalone/tools/get_version.sh)
  11. Project name: Gallium Nine Standalone
  12. Project version: 0.4.0.292-devel
  13. Native C compiler: cc (gcc 9.0.1 "cc (GCC) 9.0.1 20190312 (Red Hat 9.0.1-0.10)")
  14. Cross C compiler: winegcc (gcc 9.0.1)
  15. Build machine cpu family: x86_64
  16. Build machine cpu: x86_64
  17. Program winegcc found: YES (/usr/bin/winegcc)
  18. Checking if "winelib check" compiles: YES
  19. Library wine found: YES
  20. Has header "wine/debug.h" with dependency -lwine: YES
  21. Program wrc found: YES (/usr/bin/wrc)
  22. Checking for function "dlopen" : NO
  23. Library dl found: YES
  24. Checking for function "dlopen" with dependency -ldl: YES
  25. Checking for function "dlclose" with dependency -ldl: YES
  26. Checking for function "dlsym" with dependency -ldl: YES
  27. Checking for function "dladdr" with dependency -ldl: YES
  28. Found pkg-config: /usr/bin/x86_64-redhat-linux-gnu-pkg-config (1.6.0)
  29. Dependency d3d found: YES 1.0.0
  30. Dependency x11 found: YES 1.6.7
  31. Dependency x11-xcb found: YES 1.6.7
  32. Dependency xcb found: YES 1.13.1
  33. Dependency xcb-dri3 found: YES 1.13.1
  34. Dependency xcb-present found: YES 1.13.1
  35. Dependency xcb-xfixes found: YES 1.13.1
  36. Dependency gl found: YES 19.0.0
  37. Dependency egl found: YES 19.0.0
  38. Dependency xcb-dri2 found: YES 1.13.1
  39. Message: DRI2 support is enabled
  40. Library dxguid found: YES
  41. Library uuid found: YES
  42. Library advapi32 found: YES
  43. Library gdi32 found: YES
  44. Library user32 found: YES
  45. Library shell32 found: YES
  46. Library comctl32 found: YES
  47. Library ole32 found: YES
  48. Library shlwapi found: YES
  49. Message: d3dadapter9.so.1 default module path: /usr/lib64/d3d
  50. d3d9-nine/meson.build:53: WARNING: extract_all_objects called without setting recursive keyword argument. Meson currently defaults to non-recursive to maintain backward compatibility but the default will be changed in the future.
  51. Build targets in project: 7
  52. Option buildtype is: release [default: debugoptimized]
  53. Found ninja-1.9.0 at /usr/bin/ninja
  54. ninja: Entering directory `/tmp/tmp.AggZnpTR17/build64'
  55. [2/21] Compiling C object 'common/92a5dc0@@d3d9common@sta/library.c.o'.
  56. FAILED: common/92a5dc0@@d3d9common@sta/library.c.o
  57. cc -Icommon/92a5dc0@@d3d9common@sta -Icommon -I../../../home/Timur/Projects/Others/wine-nine-standalone/common -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'common/92a5dc0@@d3d9common@sta/library.c.o' -MF 'common/92a5dc0@@d3d9common@sta/library.c.o.d' -o 'common/92a5dc0@@d3d9common@sta/library.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/common/library.c
  58. In file included from ../../../home/Timur/Projects/Others/wine-nine-standalone/common/library.c:3:
  59. /usr/include/wine/debug.h:25:10: fatal error: windef.h: No such file or directory
  60. 25 | #include <windef.h>
  61. | ^~~~~~~~~~
  62. compilation terminated.
  63. [3/21] Compiling C object 'common/92a5dc0@@d3d9common@sta/registry.c.o'.
  64. FAILED: common/92a5dc0@@d3d9common@sta/registry.c.o
  65. cc -Icommon/92a5dc0@@d3d9common@sta -Icommon -I../../../home/Timur/Projects/Others/wine-nine-standalone/common -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'common/92a5dc0@@d3d9common@sta/registry.c.o' -MF 'common/92a5dc0@@d3d9common@sta/registry.c.o.d' -o 'common/92a5dc0@@d3d9common@sta/registry.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/common/registry.c
  66. ../../../home/Timur/Projects/Others/wine-nine-standalone/common/registry.c:3:10: fatal error: windows.h: No such file or directory
  67. 3 | #include <windows.h>
  68. | ^~~~~~~~~~~
  69. compilation terminated.
  70. [4/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/device_wrap.c.o'.
  71. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/device_wrap.c.o
  72. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/device_wrap.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/device_wrap.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/device_wrap.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/device_wrap.c
  73. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/device_wrap.c:6:10: fatal error: d3d9.h: No such file or directory
  74. 6 | #include <d3d9.h>
  75. | ^~~~~~~~
  76. compilation terminated.
  77. [5/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/backend.c.o'.
  78. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/backend.c.o
  79. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/backend.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/backend.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/backend.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/backend.c
  80. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/backend.c:10:10: fatal error: windows.h: No such file or directory
  81. 10 | #include <windows.h>
  82. | ^~~~~~~~~~~
  83. compilation terminated.
  84. [6/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri3.c.o'.
  85. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri3.c.o
  86. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri3.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri3.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri3.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/dri3.c
  87. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/dri3.c:9:10: fatal error: windows.h: No such file or directory
  88. 9 | #include <windows.h>
  89. | ^~~~~~~~~~~
  90. compilation terminated.
  91. [7/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/present.c.o'.
  92. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/present.c.o
  93. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/present.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/present.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/present.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/present.c
  94. In file included from /usr/include/d3dadapter/d3dadapter9.h:26,
  95. from /usr/include/d3dadapter/drm.h:26,
  96. from ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/present.c:13:
  97. /usr/include/d3dadapter/present.h:26:10: fatal error: d3d9.h: No such file or directory
  98. 26 | #include <d3d9.h>
  99. | ^~~~~~~~
  100. compilation terminated.
  101. [8/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3dadapter9.c.o'.
  102. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3dadapter9.c.o
  103. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3dadapter9.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3dadapter9.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3dadapter9.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/d3dadapter9.c
  104. In file included from /usr/include/d3dadapter/d3dadapter9.h:26,
  105. from ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/d3dadapter9.c:13:
  106. /usr/include/d3dadapter/present.h:26:10: fatal error: d3d9.h: No such file or directory
  107. 26 | #include <d3d9.h>
  108. | ^~~~~~~~
  109. compilation terminated.
  110. [9/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3d9_main.c.o'.
  111. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3d9_main.c.o
  112. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3d9_main.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3d9_main.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/d3d9_main.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/d3d9_main.c
  113. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/d3d9_main.c:11:10: fatal error: d3d9.h: No such file or directory
  114. 11 | #include <d3d9.h>
  115. | ^~~~~~~~
  116. compilation terminated.
  117. [10/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri2.c.o'.
  118. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri2.c.o
  119. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri2.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri2.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/dri2.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/dri2.c
  120. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/dri2.c:11:10: fatal error: windows.h: No such file or directory
  121. 11 | #include <windows.h>
  122. | ^~~~~~~~~~~
  123. compilation terminated.
  124. [11/21] Compiling C object 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o'.
  125. FAILED: d3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o
  126. cc -Id3d9-nine/97cc0d2@@d3d9-nine.dll@sha -Id3d9-nine -I../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine -I/usr/include/libdrm -fdiagnostics-color=always -pipe -D_FILE_OFFSET_BITS=64 -Wall -Winvalid-pch -O3 -U_WIN32 -U__WIN32 -U__WIN32__ -U__WINNT -U__WINNT__ -D_GNU_SOURCE -DWIN32_LEAN_AND_MEAN '-DDECLSPEC_HOTPATCH=__attribute__((__ms_hook_prologue__))' '-DNINE_VERSION="v0.4.0.292-devel"' '-DNINE_URL="https://github.com/iXit/wine-nine-standalone"' -DD3D9NINE_DRI2=1 '-DD3D9NINE_MODULEPATH="/usr/lib64/d3d"' -m64 --no-gnu-unique -fPIC -MD -MQ 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o' -MF 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o.d' -o 'd3d9-nine/97cc0d2@@d3d9-nine.dll@sha/shader_validator.c.o' -c ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/shader_validator.c
  127. ../../../home/Timur/Projects/Others/wine-nine-standalone/d3d9-nine/shader_validator.c:8:10: fatal error: windows.h: No such file or directory
  128. 8 | #include <windows.h>
  129. | ^~~~~~~~~~~
  130. compilation terminated.
  131. ninja: build stopped: subcommand failed.
  132. [Timur@timur-xps wine-nine-standalone]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement