Guest User

Untitled

a guest
Oct 19th, 2020
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.68 KB | None | 0 0
  1. This file contains any messages produced by compilers while
  2. running configure, to aid debugging if configure makes a mistake.
  3.  
  4. It was created by darkradiant configure 2.8.1, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --prefix=/home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/install --enable-darkmod-plugins
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = linux-qz0r
  14. uname -m = x86_64
  15. uname -r = 5.8.14-1-default
  16. uname -s = Linux
  17. uname -v = #1 SMP Wed Oct 7 06:23:04 UTC 2020 (cea47bb)
  18.  
  19. /usr/bin/uname -p = x86_64
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = x86_64
  23. /usr/bin/arch -k = unknown
  24. /usr/convex/getsysinfo = unknown
  25. /usr/bin/hostinfo = unknown
  26. /bin/machine = unknown
  27. /usr/bin/oslevel = unknown
  28. /bin/universe = unknown
  29.  
  30. PATH: /home/mircea/bin
  31. PATH: /usr/local/bin
  32. PATH: /usr/bin
  33. PATH: /bin
  34. PATH: /usr/games
  35.  
  36.  
  37. ## ----------- ##
  38. ## Core tests. ##
  39. ## ----------- ##
  40.  
  41. configure:2441: loading site script /usr/share/site/x86_64-unknown-linux-gnu
  42. | #!/bin/sh
  43. | # Site script for configure. It is resourced via $CONFIG_SITE environment varaible.
  44. |
  45. | # If user did not specify libdir, guess the correct target:
  46. | # Use lib64 for 64 bit bi-arch targets, keep the default for the rest.
  47. | if test "$libdir" = '${exec_prefix}/lib' ; then
  48. |
  49. | ac_config_site_64bit_host=NONE
  50. |
  51. | case "$host" in
  52. | "" )
  53. | # User did not specify host target.
  54. | # The native platform x86_64 is a bi-arch platform.
  55. | # Try to detect cross-compilation to inferior architecture.
  56. |
  57. | # We are trying to guess 32-bit target compilation. It's not as easy as
  58. | # it sounds, as there is possible several intermediate combinations.
  59. | ac_config_site_cross_to_32bit_host=NONE
  60. |
  61. | # User defined -m32 in CFLAGS or CXXFLAGS or CC or CXX:
  62. | # (It's sufficient for 32-bit, but alone may cause mis-behavior of some checks.)
  63. | case "$CFLAGS $CXXFLAGS $CC $CXX" in
  64. | *-m32*)
  65. | ac_config_site_cross_to_32bit_host=YES
  66. | ;;
  67. | esac
  68. |
  69. | # Running with linux32:
  70. | # (Changes detected platform, but not the toolchain target.)
  71. | case "`/bin/uname -i`" in
  72. | x86_64 | ppc64 | s390x | aarch64 )
  73. | ;;
  74. | * )
  75. | ac_config_site_cross_to_32bit_host=YES
  76. | ;;
  77. | esac
  78. |
  79. | if test "x$ac_config_site_cross_to_32bit_host" = xNONE; then
  80. | ac_config_site_64bit_host=YES
  81. | fi
  82. |
  83. | ;;
  84. | *x86_64* | *ppc64* | *s390x* | *aarch64* )
  85. | ac_config_site_64bit_host=YES
  86. | ;;
  87. | esac
  88. |
  89. | if test "x$ac_config_site_64bit_host" = xYES; then
  90. | libdir='${exec_prefix}/lib64'
  91. | fi
  92. | fi
  93. |
  94. | # If user did not specify libexecdir, set the correct target:
  95. | # Nor FHS nor openSUSE allow prefix/libexec. Let's default to prefix/lib.
  96. |
  97. | if test "$libexecdir" = '${exec_prefix}/libexec' ; then
  98. | libexecdir='${exec_prefix}/lib'
  99. | fi
  100. |
  101. | # Continue with the standard behavior of configure defined in AC_SITE_LOAD:
  102. | if test "x$prefix" != xNONE; then
  103. | ac_site_file1=$prefix/share/config.site
  104. | ac_site_file2=$prefix/etc/config.site
  105. | else
  106. | ac_site_file1=$ac_default_prefix/share/config.site
  107. | ac_site_file2=$ac_default_prefix/etc/config.site
  108. | fi
  109. | for ac_site_file in "$ac_site_file1" "$ac_site_file2"
  110. | do
  111. | test "x$ac_site_file" = xNONE && continue
  112. | if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
  113. | { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
  114. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: loading site script $ac_site_file" >&6;}
  115. | sed 's/^/| /' "$ac_site_file" >&5
  116. | . "$ac_site_file" \
  117. | || { { $as_echo "/usr/share/site/x86_64-unknown-linux-gnu:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
  118. | $as_echo "/usr/share/site/x86_64-unknown-linux-gnu: error: in \`$ac_pwd':" >&2;}
  119. | as_fn_error $? "failed to load site script $ac_site_file
  120. | See \`config.log' for more details" "$LINENO" 5; }
  121. | fi
  122. | done
  123. configure:2583: checking for a BSD-compatible install
  124. configure:2651: result: /usr/bin/install -c
  125. configure:2662: checking whether build environment is sane
  126. configure:2717: result: yes
  127. configure:2868: checking for a thread-safe mkdir -p
  128. configure:2907: result: /usr/bin/mkdir -p
  129. configure:2914: checking for gawk
  130. configure:2930: found /usr/bin/gawk
  131. configure:2941: result: gawk
  132. configure:2952: checking whether make sets $(MAKE)
  133. configure:2974: result: yes
  134. configure:3003: checking whether make supports nested variables
  135. configure:3020: result: yes
  136. configure:3157: checking whether make supports nested variables
  137. configure:3174: result: yes
  138. configure:3193: checking build system type
  139. configure:3207: result: x86_64-pc-linux-gnu
  140. configure:3227: checking host system type
  141. configure:3240: result: x86_64-pc-linux-gnu
  142. configure:3275: checking for a sed that does not truncate output
  143. configure:3339: result: /usr/bin/sed
  144. configure:3345: checking whether NLS is requested
  145. configure:3354: result: yes
  146. configure:3395: checking for msgfmt
  147. configure: trying /usr/bin/msgfmt...
  148. 0 translated messages.
  149. configure:3427: result: /usr/bin/msgfmt
  150. configure:3436: checking for gmsgfmt
  151. configure:3467: result: /usr/bin/msgfmt
  152. configure:3518: checking for xgettext
  153. configure: trying /usr/bin/xgettext...
  154. /usr/bin/xgettext: warning: file '/dev/null' extension '' is unknown; will try C
  155. configure:3550: result: /usr/bin/xgettext
  156. configure:3596: checking for msgmerge
  157. configure: trying /usr/bin/msgmerge...
  158. configure:3627: result: /usr/bin/msgmerge
  159. configure:3664: checking whether make supports the include directive
  160. configure:3679: make -f confmf.GNU && cat confinc.out
  161. this is the am__doit target
  162. configure:3682: $? = 0
  163. configure:3701: result: yes (GNU style)
  164. configure:3771: checking for gcc
  165. configure:3787: found /usr/bin/gcc
  166. configure:3798: result: gcc
  167. configure:4027: checking for C compiler version
  168. configure:4036: gcc --version >&5
  169. gcc (SUSE Linux) 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c]
  170. Copyright (C) 2020 Free Software Foundation, Inc.
  171. This is free software; see the source for copying conditions. There is NO
  172. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  173.  
  174. configure:4047: $? = 0
  175. configure:4036: gcc -v >&5
  176. Using built-in specs.
  177. COLLECT_GCC=gcc
  178. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/10/lto-wrapper
  179. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  180. OFFLOAD_TARGET_DEFAULT=1
  181. Target: x86_64-suse-linux
  182. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=nvptx-none=/usr/nvptx-none,amdgcn-amdhsa=/usr/amdgcn-amdhsa, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/10 --enable-ssp --disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-10 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux
  183. Thread model: posix
  184. Supported LTO compression algorithms: zlib zstd
  185. gcc version 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c] (SUSE Linux)
  186. ... rest of stderr output deleted ...
  187. configure:4047: $? = 0
  188. configure:4036: gcc -V >&5
  189. gcc: error: unrecognized command-line option '-V'
  190. gcc: fatal error: no input files
  191. compilation terminated.
  192. configure:4047: $? = 1
  193. configure:4036: gcc -qversion >&5
  194. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  195. gcc: fatal error: no input files
  196. compilation terminated.
  197. configure:4047: $? = 1
  198. configure:4067: checking whether the C compiler works
  199. configure:4089: gcc -I/boost/ -L/stage/lib/ conftest.c >&5
  200. configure:4093: $? = 0
  201. configure:4141: result: yes
  202. configure:4144: checking for C compiler default output file name
  203. configure:4146: result: a.out
  204. configure:4152: checking for suffix of executables
  205. configure:4159: gcc -o conftest -I/boost/ -L/stage/lib/ conftest.c >&5
  206. configure:4163: $? = 0
  207. configure:4185: result:
  208. configure:4207: checking whether we are cross compiling
  209. configure:4215: gcc -o conftest -I/boost/ -L/stage/lib/ conftest.c >&5
  210. configure:4219: $? = 0
  211. configure:4226: ./conftest
  212. configure:4230: $? = 0
  213. configure:4245: result: no
  214. configure:4250: checking for suffix of object files
  215. configure:4272: gcc -c -I/boost/ conftest.c >&5
  216. configure:4276: $? = 0
  217. configure:4297: result: o
  218. configure:4301: checking whether we are using the GNU C compiler
  219. configure:4320: gcc -c -I/boost/ conftest.c >&5
  220. configure:4320: $? = 0
  221. configure:4329: result: yes
  222. configure:4338: checking whether gcc accepts -g
  223. configure:4358: gcc -c -g -I/boost/ conftest.c >&5
  224. configure:4358: $? = 0
  225. configure:4399: result: yes
  226. configure:4416: checking for gcc option to accept ISO C89
  227. configure:4479: gcc -c -g -O2 -I/boost/ conftest.c >&5
  228. configure:4479: $? = 0
  229. configure:4492: result: none needed
  230. configure:4517: checking whether gcc understands -c and -o together
  231. configure:4539: gcc -c conftest.c -o conftest2.o
  232. configure:4542: $? = 0
  233. configure:4539: gcc -c conftest.c -o conftest2.o
  234. configure:4542: $? = 0
  235. configure:4554: result: yes
  236. configure:4573: checking dependency style of gcc
  237. configure:4684: result: gcc3
  238. configure:4723: checking for ld used by GCC
  239. configure:4787: result: /usr/x86_64-suse-linux/bin/ld
  240. configure:4794: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
  241. configure:4807: result: yes
  242. configure:4814: checking for shared library run path origin
  243. configure:4827: result: done
  244. configure:4852: checking how to run the C preprocessor
  245. configure:4883: gcc -E -I/boost/ conftest.c
  246. configure:4883: $? = 0
  247. configure:4897: gcc -E -I/boost/ conftest.c
  248. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  249. 11 | #include <ac_nonexistent.h>
  250. | ^~~~~~~~~~~~~~~~~~
  251. compilation terminated.
  252. configure:4897: $? = 1
  253. configure: failed program was:
  254. | /* confdefs.h */
  255. | #define PACKAGE_NAME "darkradiant"
  256. | #define PACKAGE_TARNAME "darkradiant"
  257. | #define PACKAGE_VERSION "2.8.1"
  258. | #define PACKAGE_STRING "darkradiant 2.8.1"
  259. | #define PACKAGE_BUGREPORT ""
  260. | #define PACKAGE_URL ""
  261. | #define PACKAGE "darkradiant"
  262. | #define VERSION "2.8.1"
  263. | /* end confdefs.h. */
  264. | #include <ac_nonexistent.h>
  265. configure:4922: result: gcc -E
  266. configure:4942: gcc -E -I/boost/ conftest.c
  267. configure:4942: $? = 0
  268. configure:4956: gcc -E -I/boost/ conftest.c
  269. conftest.c:11:10: fatal error: ac_nonexistent.h: No such file or directory
  270. 11 | #include <ac_nonexistent.h>
  271. | ^~~~~~~~~~~~~~~~~~
  272. compilation terminated.
  273. configure:4956: $? = 1
  274. configure: failed program was:
  275. | /* confdefs.h */
  276. | #define PACKAGE_NAME "darkradiant"
  277. | #define PACKAGE_TARNAME "darkradiant"
  278. | #define PACKAGE_VERSION "2.8.1"
  279. | #define PACKAGE_STRING "darkradiant 2.8.1"
  280. | #define PACKAGE_BUGREPORT ""
  281. | #define PACKAGE_URL ""
  282. | #define PACKAGE "darkradiant"
  283. | #define VERSION "2.8.1"
  284. | /* end confdefs.h. */
  285. | #include <ac_nonexistent.h>
  286. configure:4985: checking for grep that handles long lines and -e
  287. configure:5043: result: /usr/bin/grep
  288. configure:5048: checking for egrep
  289. configure:5110: result: /usr/bin/grep -E
  290. configure:5668: checking for CFPreferencesCopyAppValue
  291. configure:5686: gcc -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  292. conftest.c:11:10: fatal error: CoreFoundation/CFPreferences.h: No such file or directory
  293. 11 | #include <CoreFoundation/CFPreferences.h>
  294. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  295. compilation terminated.
  296. configure:5686: $? = 1
  297. configure: failed program was:
  298. | /* confdefs.h */
  299. | #define PACKAGE_NAME "darkradiant"
  300. | #define PACKAGE_TARNAME "darkradiant"
  301. | #define PACKAGE_VERSION "2.8.1"
  302. | #define PACKAGE_STRING "darkradiant 2.8.1"
  303. | #define PACKAGE_BUGREPORT ""
  304. | #define PACKAGE_URL ""
  305. | #define PACKAGE "darkradiant"
  306. | #define VERSION "2.8.1"
  307. | /* end confdefs.h. */
  308. | #include <CoreFoundation/CFPreferences.h>
  309. | int
  310. | main ()
  311. | {
  312. | CFPreferencesCopyAppValue(NULL, NULL)
  313. | ;
  314. | return 0;
  315. | }
  316. configure:5695: result: no
  317. configure:5702: checking for CFLocaleCopyPreferredLanguages
  318. configure:5720: gcc -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.c -Wl,-framework -Wl,CoreFoundation >&5
  319. conftest.c:11:10: fatal error: CoreFoundation/CFLocale.h: No such file or directory
  320. 11 | #include <CoreFoundation/CFLocale.h>
  321. | ^~~~~~~~~~~~~~~~~~~~~~~~~~~
  322. compilation terminated.
  323. configure:5720: $? = 1
  324. configure: failed program was:
  325. | /* confdefs.h */
  326. | #define PACKAGE_NAME "darkradiant"
  327. | #define PACKAGE_TARNAME "darkradiant"
  328. | #define PACKAGE_VERSION "2.8.1"
  329. | #define PACKAGE_STRING "darkradiant 2.8.1"
  330. | #define PACKAGE_BUGREPORT ""
  331. | #define PACKAGE_URL ""
  332. | #define PACKAGE "darkradiant"
  333. | #define VERSION "2.8.1"
  334. | /* end confdefs.h. */
  335. | #include <CoreFoundation/CFLocale.h>
  336. | int
  337. | main ()
  338. | {
  339. | CFLocaleCopyPreferredLanguages();
  340. | ;
  341. | return 0;
  342. | }
  343. configure:5729: result: no
  344. configure:5779: checking for GNU gettext in libc
  345. configure:5808: gcc -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.c >&5
  346. configure:5808: $? = 0
  347. configure:5817: result: yes
  348. configure:6626: checking whether to use NLS
  349. configure:6628: result: yes
  350. configure:6631: checking where the gettext function comes from
  351. configure:6642: result: libc
  352. configure:6703: checking for msgfmt
  353. configure:6719: found /usr/bin/msgfmt
  354. configure:6731: result: yes
  355. configure:6741: checking for msgmerge
  356. configure:6757: found /usr/bin/msgmerge
  357. configure:6769: result: yes
  358. configure:6779: checking for xgettext
  359. configure:6795: found /usr/bin/xgettext
  360. configure:6807: result: yes
  361. configure:6892: checking for g++
  362. configure:6908: found /usr/bin/g++
  363. configure:6919: result: g++
  364. configure:6946: checking for C++ compiler version
  365. configure:6955: g++ --version >&5
  366. g++ (SUSE Linux) 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c]
  367. Copyright (C) 2020 Free Software Foundation, Inc.
  368. This is free software; see the source for copying conditions. There is NO
  369. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  370.  
  371. configure:6966: $? = 0
  372. configure:6955: g++ -v >&5
  373. Using built-in specs.
  374. COLLECT_GCC=g++
  375. COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/10/lto-wrapper
  376. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  377. OFFLOAD_TARGET_DEFAULT=1
  378. Target: x86_64-suse-linux
  379. Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go,d --enable-offload-targets=nvptx-none=/usr/nvptx-none,amdgcn-amdhsa=/usr/amdgcn-amdhsa, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/10 --enable-ssp --disable-libssp --disable-libvtv --enable-cet=auto --disable-libcc1 --enable-plugin --with-bugurl=https://bugs.opensuse.org/ --with-pkgversion='SUSE Linux' --with-slibdir=/lib64 --with-system-zlib --enable-libstdcxx-allocator=new --disable-libstdcxx-pch --enable-libphobos --enable-version-specific-runtime-libs --with-gcc-major-version-only --enable-linker-build-id --enable-linux-futex --enable-gnu-indirect-function --program-suffix=-10 --without-system-libunwind --enable-multilib --with-arch-32=x86-64 --with-tune=generic --with-build-config=bootstrap-lto-lean --enable-link-mutex --build=x86_64-suse-linux --host=x86_64-suse-linux
  380. Thread model: posix
  381. Supported LTO compression algorithms: zlib zstd
  382. gcc version 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c] (SUSE Linux)
  383. ... rest of stderr output deleted ...
  384. configure:6966: $? = 0
  385. configure:6955: g++ -V >&5
  386. g++: error: unrecognized command-line option '-V'
  387. g++: fatal error: no input files
  388. compilation terminated.
  389. configure:6966: $? = 1
  390. configure:6955: g++ -qversion >&5
  391. g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  392. g++: fatal error: no input files
  393. compilation terminated.
  394. configure:6966: $? = 1
  395. configure:6970: checking whether we are using the GNU C++ compiler
  396. configure:6989: g++ -c -I/boost/ conftest.cpp >&5
  397. configure:6989: $? = 0
  398. configure:6998: result: yes
  399. configure:7007: checking whether g++ accepts -g
  400. configure:7027: g++ -c -g -I/boost/ conftest.cpp >&5
  401. configure:7027: $? = 0
  402. configure:7068: result: yes
  403. configure:7093: checking dependency style of g++
  404. configure:7204: result: gcc3
  405. configure:7296: checking how to print strings
  406. configure:7323: result: printf
  407. configure:7344: checking for a sed that does not truncate output
  408. configure:7408: result: /usr/bin/sed
  409. configure:7426: checking for fgrep
  410. configure:7488: result: /usr/bin/grep -F
  411. configure:7523: checking for ld used by gcc
  412. configure:7590: result: /usr/x86_64-suse-linux/bin/ld
  413. configure:7597: checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld
  414. configure:7612: result: yes
  415. configure:7624: checking for BSD- or MS-compatible name lister (nm)
  416. configure:7678: result: /usr/bin/nm -B
  417. configure:7808: checking the name lister (/usr/bin/nm -B) interface
  418. configure:7815: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  419. configure:7818: /usr/bin/nm -B "conftest.o"
  420. configure:7821: output
  421. 0000000000000000 B some_variable
  422. configure:7828: result: BSD nm
  423. configure:7831: checking whether ln -s works
  424. configure:7835: result: yes
  425. configure:7843: checking the maximum length of command line arguments
  426. configure:7974: result: 1572864
  427. configure:8022: checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format
  428. configure:8062: result: func_convert_file_noop
  429. configure:8069: checking how to convert x86_64-pc-linux-gnu file names to toolchain format
  430. configure:8089: result: func_convert_file_noop
  431. configure:8096: checking for /usr/x86_64-suse-linux/bin/ld option to reload object files
  432. configure:8103: result: -r
  433. configure:8177: checking for objdump
  434. configure:8193: found /usr/bin/objdump
  435. configure:8204: result: objdump
  436. configure:8236: checking how to recognize dependent libraries
  437. configure:8436: result: pass_all
  438. configure:8521: checking for dlltool
  439. configure:8551: result: no
  440. configure:8581: checking how to associate runtime and link libraries
  441. configure:8608: result: printf %s\n
  442. configure:8669: checking for ar
  443. configure:8685: found /usr/bin/ar
  444. configure:8696: result: ar
  445. configure:8733: checking for archiver @FILE support
  446. configure:8750: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  447. configure:8750: $? = 0
  448. configure:8753: ar cru libconftest.a @conftest.lst >&5
  449. configure:8756: $? = 0
  450. configure:8761: ar cru libconftest.a @conftest.lst >&5
  451. ar: conftest.o: No such file or directory
  452. configure:8764: $? = 1
  453. configure:8776: result: @
  454. configure:8834: checking for strip
  455. configure:8850: found /usr/bin/strip
  456. configure:8861: result: strip
  457. configure:8933: checking for ranlib
  458. configure:8949: found /usr/bin/ranlib
  459. configure:8960: result: ranlib
  460. configure:9062: checking command to parse /usr/bin/nm -B output from gcc object
  461. configure:9215: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  462. configure:9218: $? = 0
  463. configure:9222: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
  464. configure:9225: $? = 0
  465. configure:9291: g++ -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp conftstm.o >&5
  466. configure:9294: $? = 0
  467. configure:9332: result: ok
  468. configure:9379: checking for sysroot
  469. configure:9409: result: no
  470. configure:9416: checking for a working dd
  471. configure:9454: result: /usr/bin/dd
  472. configure:9458: checking how to truncate binary pipes
  473. configure:9473: result: /usr/bin/dd bs=4096 count=1
  474. configure:9609: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  475. configure:9612: $? = 0
  476. configure:9802: checking for mt
  477. configure:9818: found /usr/bin/mt
  478. configure:9829: result: mt
  479. configure:9852: checking if mt is a manifest tool
  480. configure:9858: mt '-?'
  481. usage: mt [-v] [--version] [-h] [ -f device ] command [ count ]
  482. configure:9866: result: no
  483. configure:10538: checking for ANSI C header files
  484. configure:10558: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  485. configure:10558: $? = 0
  486. ./configure: line 10572: -I/boost/: No such file or directory
  487. configure:10642: result: no
  488. configure:10655: checking for sys/types.h
  489. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  490. configure:10655: $? = 0
  491. configure:10655: result: yes
  492. configure:10655: checking for sys/stat.h
  493. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  494. configure:10655: $? = 0
  495. configure:10655: result: yes
  496. configure:10655: checking for stdlib.h
  497. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  498. configure:10655: $? = 0
  499. configure:10655: result: yes
  500. configure:10655: checking for string.h
  501. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  502. configure:10655: $? = 0
  503. configure:10655: result: yes
  504. configure:10655: checking for memory.h
  505. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  506. configure:10655: $? = 0
  507. configure:10655: result: yes
  508. configure:10655: checking for strings.h
  509. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  510. configure:10655: $? = 0
  511. configure:10655: result: yes
  512. configure:10655: checking for inttypes.h
  513. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  514. configure:10655: $? = 0
  515. configure:10655: result: yes
  516. configure:10655: checking for stdint.h
  517. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  518. configure:10655: $? = 0
  519. configure:10655: result: yes
  520. configure:10655: checking for unistd.h
  521. configure:10655: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  522. configure:10655: $? = 0
  523. configure:10655: result: yes
  524. configure:10669: checking for dlfcn.h
  525. configure:10669: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  526. configure:10669: $? = 0
  527. configure:10669: result: yes
  528. configure:10905: checking for objdir
  529. configure:10920: result: .libs
  530. configure:11180: checking if gcc supports -fno-rtti -fno-exceptions
  531. configure:11198: gcc -c -g -O2 -I/boost/ -fno-rtti -fno-exceptions conftest.c >&5
  532. cc1: warning: command-line option '-fno-rtti' is valid for C++/D/ObjC++ but not for C
  533. configure:11202: $? = 0
  534. configure:11215: result: no
  535. configure:11573: checking for gcc option to produce PIC
  536. configure:11580: result: -fPIC -DPIC
  537. configure:11588: checking if gcc PIC flag -fPIC -DPIC works
  538. configure:11606: gcc -c -g -O2 -I/boost/ -fPIC -DPIC -DPIC conftest.c >&5
  539. configure:11610: $? = 0
  540. configure:11623: result: yes
  541. configure:11652: checking if gcc static flag -static works
  542. configure:11680: result: no
  543. configure:11695: checking if gcc supports -c -o file.o
  544. configure:11716: gcc -c -g -O2 -I/boost/ -o out/conftest2.o conftest.c >&5
  545. configure:11720: $? = 0
  546. configure:11742: result: yes
  547. configure:11750: checking if gcc supports -c -o file.o
  548. configure:11797: result: yes
  549. configure:11830: checking whether the gcc linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
  550. configure:13089: result: yes
  551. configure:13126: checking whether -lc should be explicitly linked in
  552. configure:13134: gcc -c -g -O2 -I/boost/ conftest.c >&5
  553. configure:13137: $? = 0
  554. configure:13152: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
  555. configure:13155: $? = 0
  556. configure:13169: result: no
  557. configure:13329: checking dynamic linker characteristics
  558. configure:13910: gcc -o conftest -g -O2 -I/boost/ -L/stage/lib/ -Wl,-rpath -Wl,/foo conftest.c >&5
  559. configure:13910: $? = 0
  560. configure:14147: result: GNU/Linux ld.so
  561. configure:14269: checking how to hardcode library paths into programs
  562. configure:14294: result: immediate
  563. configure:14842: checking whether stripping libraries is possible
  564. configure:14847: result: yes
  565. configure:14882: checking if libtool supports shared libraries
  566. configure:14884: result: yes
  567. configure:14887: checking whether to build shared libraries
  568. configure:14912: result: yes
  569. configure:14915: checking whether to build static libraries
  570. configure:14919: result: no
  571. configure:14942: checking how to run the C++ preprocessor
  572. configure:14969: g++ -E -I/boost/ conftest.cpp
  573. configure:14969: $? = 0
  574. configure:14983: g++ -E -I/boost/ conftest.cpp
  575. conftest.cpp:25:10: fatal error: ac_nonexistent.h: No such file or directory
  576. 25 | #include <ac_nonexistent.h>
  577. | ^~~~~~~~~~~~~~~~~~
  578. compilation terminated.
  579. configure:14983: $? = 1
  580. configure: failed program was:
  581. | /* confdefs.h */
  582. | #define PACKAGE_NAME "darkradiant"
  583. | #define PACKAGE_TARNAME "darkradiant"
  584. | #define PACKAGE_VERSION "2.8.1"
  585. | #define PACKAGE_STRING "darkradiant 2.8.1"
  586. | #define PACKAGE_BUGREPORT ""
  587. | #define PACKAGE_URL ""
  588. | #define PACKAGE "darkradiant"
  589. | #define VERSION "2.8.1"
  590. | #define ENABLE_NLS 1
  591. | #define HAVE_GETTEXT 1
  592. | #define HAVE_DCGETTEXT 1
  593. | #define HAVE_SYS_TYPES_H 1
  594. | #define HAVE_SYS_STAT_H 1
  595. | #define HAVE_STDLIB_H 1
  596. | #define HAVE_STRING_H 1
  597. | #define HAVE_MEMORY_H 1
  598. | #define HAVE_STRINGS_H 1
  599. | #define HAVE_INTTYPES_H 1
  600. | #define HAVE_STDINT_H 1
  601. | #define HAVE_UNISTD_H 1
  602. | #define HAVE_DLFCN_H 1
  603. | #define LT_OBJDIR ".libs/"
  604. | /* end confdefs.h. */
  605. | #include <ac_nonexistent.h>
  606. configure:15008: result: g++ -E
  607. configure:15028: g++ -E -I/boost/ conftest.cpp
  608. configure:15028: $? = 0
  609. configure:15042: g++ -E -I/boost/ conftest.cpp
  610. conftest.cpp:25:10: fatal error: ac_nonexistent.h: No such file or directory
  611. 25 | #include <ac_nonexistent.h>
  612. | ^~~~~~~~~~~~~~~~~~
  613. compilation terminated.
  614. configure:15042: $? = 1
  615. configure: failed program was:
  616. | /* confdefs.h */
  617. | #define PACKAGE_NAME "darkradiant"
  618. | #define PACKAGE_TARNAME "darkradiant"
  619. | #define PACKAGE_VERSION "2.8.1"
  620. | #define PACKAGE_STRING "darkradiant 2.8.1"
  621. | #define PACKAGE_BUGREPORT ""
  622. | #define PACKAGE_URL ""
  623. | #define PACKAGE "darkradiant"
  624. | #define VERSION "2.8.1"
  625. | #define ENABLE_NLS 1
  626. | #define HAVE_GETTEXT 1
  627. | #define HAVE_DCGETTEXT 1
  628. | #define HAVE_SYS_TYPES_H 1
  629. | #define HAVE_SYS_STAT_H 1
  630. | #define HAVE_STDLIB_H 1
  631. | #define HAVE_STRING_H 1
  632. | #define HAVE_MEMORY_H 1
  633. | #define HAVE_STRINGS_H 1
  634. | #define HAVE_INTTYPES_H 1
  635. | #define HAVE_STDINT_H 1
  636. | #define HAVE_UNISTD_H 1
  637. | #define HAVE_DLFCN_H 1
  638. | #define LT_OBJDIR ".libs/"
  639. | /* end confdefs.h. */
  640. | #include <ac_nonexistent.h>
  641. configure:15204: checking for ld used by g++
  642. configure:15271: result: /usr/x86_64-suse-linux/bin/ld -m elf_x86_64
  643. configure:15278: checking if the linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) is GNU ld
  644. configure:15293: result: yes
  645. configure:15348: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
  646. configure:16421: result: yes
  647. configure:16457: g++ -c -g -O2 -I/boost/ conftest.cpp >&5
  648. configure:16460: $? = 0
  649. configure:16941: checking for g++ option to produce PIC
  650. configure:16948: result: -fPIC -DPIC
  651. configure:16956: checking if g++ PIC flag -fPIC -DPIC works
  652. configure:16974: g++ -c -g -O2 -I/boost/ -fPIC -DPIC -DPIC conftest.cpp >&5
  653. configure:16978: $? = 0
  654. configure:16991: result: yes
  655. configure:17014: checking if g++ static flag -static works
  656. configure:17042: result: no
  657. configure:17054: checking if g++ supports -c -o file.o
  658. configure:17075: g++ -c -g -O2 -I/boost/ -o out/conftest2.o conftest.cpp >&5
  659. configure:17079: $? = 0
  660. configure:17101: result: yes
  661. configure:17106: checking if g++ supports -c -o file.o
  662. configure:17153: result: yes
  663. configure:17183: checking whether the g++ linker (/usr/x86_64-suse-linux/bin/ld -m elf_x86_64) supports shared libraries
  664. configure:17223: result: yes
  665. configure:17364: checking dynamic linker characteristics
  666. configure:18109: result: GNU/Linux ld.so
  667. configure:18174: checking how to hardcode library paths into programs
  668. configure:18199: result: immediate
  669. configure:18276: checking whether g++ supports C++11 features with -std=c++11
  670. configure:18574: g++ -std=c++11 -c -g -O2 -I/boost/ conftest.cpp >&5
  671. configure:18574: $? = 0
  672. configure:18583: result: yes
  673. configure:18638: checking whether g++ -std=c++11 supports C++17 features with -std=c++17
  674. configure:19434: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  675. configure:19434: $? = 0
  676. configure:19443: result: yes
  677. configure:19485: checking cstdint usability
  678. configure:19485: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  679. configure:19485: $? = 0
  680. configure:19485: result: yes
  681. configure:19485: checking cstdint presence
  682. configure:19485: g++ -E -std=c++11 -std=c++17 -I/boost/ conftest.cpp
  683. configure:19485: $? = 0
  684. configure:19485: result: yes
  685. configure:19485: checking for cstdint
  686. configure:19485: result: yes
  687. configure:19553: checking zlib.h usability
  688. configure:19553: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  689. configure:19553: $? = 0
  690. configure:19553: result: yes
  691. configure:19553: checking zlib.h presence
  692. configure:19553: g++ -E -std=c++11 -std=c++17 -I/boost/ conftest.cpp
  693. configure:19553: $? = 0
  694. configure:19553: result: yes
  695. configure:19553: checking for zlib.h
  696. configure:19553: result: yes
  697. configure:19561: checking for inflateEnd in -lz
  698. configure:19586: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp -lz >&5
  699. configure:19586: $? = 0
  700. configure:19595: result: yes
  701. configure:19606: checking jpeglib.h usability
  702. configure:19606: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  703. configure:19606: $? = 0
  704. configure:19606: result: yes
  705. configure:19606: checking jpeglib.h presence
  706. configure:19606: g++ -E -std=c++11 -std=c++17 -I/boost/ conftest.cpp
  707. configure:19606: $? = 0
  708. configure:19606: result: yes
  709. configure:19606: checking for jpeglib.h
  710. configure:19606: result: yes
  711. configure:19614: checking for jpeg_start_compress in -ljpeg
  712. configure:19639: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp -ljpeg >&5
  713. configure:19639: $? = 0
  714. configure:19648: result: yes
  715. configure:19720: checking for wx-config
  716. configure:19739: found /usr/bin/wx-config
  717. configure:19752: result: /usr/bin/wx-config
  718. configure:19767: checking for wxWidgets version >= 3.0.0
  719. configure:19813: result: yes (version 3.0.4)
  720. configure:19817: checking for wxWidgets static library
  721. configure:19821: result: no
  722. configure:20020: checking for pkg-config
  723. configure:20038: found /usr/bin/pkg-config
  724. configure:20050: result: /usr/bin/pkg-config
  725. configure:20075: checking pkg-config is at least version 0.9.0
  726. configure:20078: result: yes
  727. configure:20088: checking for XML
  728. configure:20095: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  729. configure:20098: $? = 0
  730. configure:20112: $PKG_CONFIG --exists --print-errors "libxml-2.0"
  731. configure:20115: $? = 0
  732. configure:20173: result: yes
  733. configure:20179: checking for LIBSIGC
  734. configure:20186: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
  735. configure:20189: $? = 0
  736. configure:20203: $PKG_CONFIG --exists --print-errors "sigc++-2.0"
  737. configure:20206: $? = 0
  738. configure:20264: result: yes
  739. configure:20270: checking for PNG
  740. configure:20277: $PKG_CONFIG --exists --print-errors "libpng"
  741. configure:20280: $? = 0
  742. configure:20294: $PKG_CONFIG --exists --print-errors "libpng"
  743. configure:20297: $? = 0
  744. configure:20355: result: yes
  745. configure:20361: checking for FTGL
  746. configure:20368: $PKG_CONFIG --exists --print-errors "ftgl"
  747. configure:20371: $? = 0
  748. configure:20385: $PKG_CONFIG --exists --print-errors "ftgl"
  749. configure:20388: $? = 0
  750. configure:20446: result: yes
  751. configure:20452: checking GL/glew.h usability
  752. configure:20452: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  753. configure:20452: $? = 0
  754. configure:20452: result: yes
  755. configure:20452: checking GL/glew.h presence
  756. configure:20452: g++ -E -std=c++11 -std=c++17 -I/boost/ conftest.cpp
  757. configure:20452: $? = 0
  758. configure:20452: result: yes
  759. configure:20452: checking for GL/glew.h
  760. configure:20452: result: yes
  761. configure:20460: checking for main in -lGLEW
  762. configure:20479: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp -lGLEW >&5
  763. configure:20479: $? = 0
  764. configure:20488: result: yes
  765. configure:20544: checking for main in -lGL
  766. configure:20563: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp -lGL >&5
  767. configure:20563: $? = 0
  768. configure:20572: result: yes
  769. configure:20580: checking for gluBuild2DMipmaps in -lGLU
  770. configure:20605: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -L/stage/lib/ conftest.cpp -lGLU >&5
  771. configure:20605: $? = 0
  772. configure:20614: result: yes
  773. configure:20630: checking filesystem usability
  774. configure:20630: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ conftest.cpp >&5
  775. configure:20630: $? = 0
  776. configure:20630: result: yes
  777. configure:20630: checking filesystem presence
  778. configure:20630: g++ -E -std=c++11 -std=c++17 -I/boost/ conftest.cpp
  779. configure:20630: $? = 0
  780. configure:20630: result: yes
  781. configure:20630: checking for filesystem
  782. configure:20630: result: yes
  783. configure:21948: Will use std::filesystem instead of boost.filesystem
  784. configure:21970: checking for python3
  785. configure:21988: found /usr/bin/python3
  786. configure:22000: result: /usr/bin/python3
  787. configure:22019: checking if Python >= '3.0.0'
  788. configure:22056: chmod +x conftest.py && cp conftest.py conftest >&5
  789. configure:22056: $? = 0
  790. configure:22056: ./conftest
  791. configure:22056: $? = 0
  792. configure:22072: result: yes
  793. configure:22130: checking for python3-config
  794. configure:22163: result: no
  795. configure:22130: checking for python-config
  796. configure:22148: found /usr/bin/python-config
  797. configure:22160: result: /usr/bin/python-config
  798. configure:22203: checking if Python >= '3.8.0'
  799. configure:22240: chmod +x conftest.py && cp conftest.py conftest >&5
  800. configure:22240: $? = 0
  801. configure:22240: ./conftest
  802. configure:22240: $? = 0
  803. configure:22256: result: yes
  804. configure:22276: Checking for pybind11 headers...
  805. configure:22282: checking pybind11/pybind11.h usability
  806. configure:22282: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 conftest.cpp >&5
  807. conftest.cpp:61:10: fatal error: pybind11/pybind11.h: No such file or directory
  808. 61 | #include <pybind11/pybind11.h>
  809. | ^~~~~~~~~~~~~~~~~~~~~
  810. compilation terminated.
  811. configure:22282: $? = 1
  812. configure: failed program was:
  813. | /* confdefs.h */
  814. | #define PACKAGE_NAME "darkradiant"
  815. | #define PACKAGE_TARNAME "darkradiant"
  816. | #define PACKAGE_VERSION "2.8.1"
  817. | #define PACKAGE_STRING "darkradiant 2.8.1"
  818. | #define PACKAGE_BUGREPORT ""
  819. | #define PACKAGE_URL ""
  820. | #define PACKAGE "darkradiant"
  821. | #define VERSION "2.8.1"
  822. | #define ENABLE_NLS 1
  823. | #define HAVE_GETTEXT 1
  824. | #define HAVE_DCGETTEXT 1
  825. | #define HAVE_SYS_TYPES_H 1
  826. | #define HAVE_SYS_STAT_H 1
  827. | #define HAVE_STDLIB_H 1
  828. | #define HAVE_STRING_H 1
  829. | #define HAVE_MEMORY_H 1
  830. | #define HAVE_STRINGS_H 1
  831. | #define HAVE_INTTYPES_H 1
  832. | #define HAVE_STDINT_H 1
  833. | #define HAVE_UNISTD_H 1
  834. | #define HAVE_DLFCN_H 1
  835. | #define LT_OBJDIR ".libs/"
  836. | #define HAVE_CXX11 1
  837. | #define HAVE_CXX17 1
  838. | #define HAVE_STD_FILESYSTEM 1
  839. | /* end confdefs.h. */
  840. | #include <stdio.h>
  841. | #ifdef HAVE_SYS_TYPES_H
  842. | # include <sys/types.h>
  843. | #endif
  844. | #ifdef HAVE_SYS_STAT_H
  845. | # include <sys/stat.h>
  846. | #endif
  847. | #ifdef STDC_HEADERS
  848. | # include <stdlib.h>
  849. | # include <stddef.h>
  850. | #else
  851. | # ifdef HAVE_STDLIB_H
  852. | # include <stdlib.h>
  853. | # endif
  854. | #endif
  855. | #ifdef HAVE_STRING_H
  856. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  857. | # include <memory.h>
  858. | # endif
  859. | # include <string.h>
  860. | #endif
  861. | #ifdef HAVE_STRINGS_H
  862. | # include <strings.h>
  863. | #endif
  864. | #ifdef HAVE_INTTYPES_H
  865. | # include <inttypes.h>
  866. | #endif
  867. | #ifdef HAVE_STDINT_H
  868. | # include <stdint.h>
  869. | #endif
  870. | #ifdef HAVE_UNISTD_H
  871. | # include <unistd.h>
  872. | #endif
  873. | #include <pybind11/pybind11.h>
  874. configure:22282: result: no
  875. configure:22282: checking pybind11/pybind11.h presence
  876. configure:22282: g++ -E -std=c++11 -std=c++17 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 conftest.cpp
  877. conftest.cpp:28:10: fatal error: pybind11/pybind11.h: No such file or directory
  878. 28 | #include <pybind11/pybind11.h>
  879. | ^~~~~~~~~~~~~~~~~~~~~
  880. compilation terminated.
  881. configure:22282: $? = 1
  882. configure: failed program was:
  883. | /* confdefs.h */
  884. | #define PACKAGE_NAME "darkradiant"
  885. | #define PACKAGE_TARNAME "darkradiant"
  886. | #define PACKAGE_VERSION "2.8.1"
  887. | #define PACKAGE_STRING "darkradiant 2.8.1"
  888. | #define PACKAGE_BUGREPORT ""
  889. | #define PACKAGE_URL ""
  890. | #define PACKAGE "darkradiant"
  891. | #define VERSION "2.8.1"
  892. | #define ENABLE_NLS 1
  893. | #define HAVE_GETTEXT 1
  894. | #define HAVE_DCGETTEXT 1
  895. | #define HAVE_SYS_TYPES_H 1
  896. | #define HAVE_SYS_STAT_H 1
  897. | #define HAVE_STDLIB_H 1
  898. | #define HAVE_STRING_H 1
  899. | #define HAVE_MEMORY_H 1
  900. | #define HAVE_STRINGS_H 1
  901. | #define HAVE_INTTYPES_H 1
  902. | #define HAVE_STDINT_H 1
  903. | #define HAVE_UNISTD_H 1
  904. | #define HAVE_DLFCN_H 1
  905. | #define LT_OBJDIR ".libs/"
  906. | #define HAVE_CXX11 1
  907. | #define HAVE_CXX17 1
  908. | #define HAVE_STD_FILESYSTEM 1
  909. | /* end confdefs.h. */
  910. | #include <pybind11/pybind11.h>
  911. configure:22282: result: no
  912. configure:22282: checking for pybind11/pybind11.h
  913. configure:22282: result: no
  914. configure:22296: Using the pybind11 headers shipped with the sources
  915. configure:22348: Using the fmtlib headers shipped with the sources (header-only mode)
  916. configure:22353: checking for main in -ldl
  917. configure:22372: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 -L/stage/lib/ conftest.cpp -ldl >&5
  918. configure:22372: $? = 0
  919. configure:22381: result: yes
  920. configure:22392: checking AL/alut.h usability
  921. configure:22392: g++ -std=c++11 -std=c++17 -c -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 conftest.cpp >&5
  922. configure:22392: $? = 0
  923. configure:22392: result: yes
  924. configure:22392: checking AL/alut.h presence
  925. configure:22392: g++ -E -std=c++11 -std=c++17 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 conftest.cpp
  926. configure:22392: $? = 0
  927. configure:22392: result: yes
  928. configure:22392: checking for AL/alut.h
  929. configure:22392: result: yes
  930. configure:22400: checking for ov_clear in -lvorbisfile
  931. configure:22425: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 -L/stage/lib/ conftest.cpp -lvorbisfile >&5
  932. configure:22425: $? = 0
  933. configure:22434: result: yes
  934. configure:22447: checking for alGetError in -lopenal
  935. configure:22472: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 -L/stage/lib/ conftest.cpp -lopenal >&5
  936. configure:22472: $? = 0
  937. configure:22481: result: yes
  938. configure:22491: checking for main in -lalut
  939. configure:22510: g++ -std=c++11 -std=c++17 -o conftest -g -O2 -I/boost/ -I/usr/include/python2.7 -I/usr/include/python2.7 -L/stage/lib/ conftest.cpp -lalut -lopenal >&5
  940. configure:22510: $? = 0
  941. configure:22519: result: yes
  942. configure:22680: checking that generated files are newer than configure
  943. configure:22686: result: done
  944. configure:22725: creating ./config.status
  945.  
  946. ## ---------------------- ##
  947. ## Running config.status. ##
  948. ## ---------------------- ##
  949.  
  950. This file was extended by darkradiant config.status 2.8.1, which was
  951. generated by GNU Autoconf 2.69. Invocation command line was
  952.  
  953. CONFIG_FILES =
  954. CONFIG_HEADERS =
  955. CONFIG_LINKS =
  956. CONFIG_COMMANDS =
  957. $ ./config.status
  958.  
  959. on linux-qz0r
  960.  
  961. config.status:1270: creating install/darkradiant.desktop
  962. config.status:1270: creating install/i18n//Makefile.in
  963. config.status:1270: creating Makefile
  964. config.status:1270: creating radiant/Makefile
  965. config.status:1270: creating radiantcore/Makefile
  966. config.status:1270: creating install/i18n/Makefile.in
  967. config.status:1270: creating doc/Makefile
  968. config.status:1270: creating libs/Makefile
  969. config.status:1270: creating libs/wxutil/Makefile
  970. config.status:1270: creating libs/math/Makefile
  971. config.status:1270: creating libs/module/Makefile
  972. config.status:1270: creating libs/scene/Makefile
  973. config.status:1270: creating libs/xmlutil/Makefile
  974. config.status:1270: creating plugins/Makefile
  975. config.status:1270: creating plugins/script/Makefile
  976. config.status:1270: creating plugins/sound/Makefile
  977. config.status:1270: creating plugins/dm.stimresponse/Makefile
  978. config.status:1270: creating plugins/dm.objectives/Makefile
  979. config.status:1270: creating plugins/dm.difficulty/Makefile
  980. config.status:1270: creating plugins/dm.gui/Makefile
  981. config.status:1270: creating plugins/dm.editing/Makefile
  982. config.status:1270: creating plugins/dm.gameconnection/Makefile
  983. config.status:1270: creating plugins/dm.conversation/Makefile
  984. config.status:1270: creating config.h
  985. config.status:1499: executing po-directories commands
  986. config.status:1499: executing depfiles commands
  987. config.status:1690: cd radiant && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  988. config.status:1695: $? = 0
  989. config.status:1690: cd radiantcore && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  990. config.status:1695: $? = 0
  991. config.status:1690: cd libs/wxutil && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  992. config.status:1695: $? = 0
  993. config.status:1690: cd libs/math && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  994. config.status:1695: $? = 0
  995. config.status:1690: cd libs/module && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  996. config.status:1695: $? = 0
  997. config.status:1690: cd libs/scene && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  998. config.status:1695: $? = 0
  999. config.status:1690: cd libs/xmlutil && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1000. config.status:1695: $? = 0
  1001. config.status:1690: cd plugins/script && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1002. config.status:1695: $? = 0
  1003. config.status:1690: cd plugins/sound && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1004. config.status:1695: $? = 0
  1005. config.status:1690: cd plugins/dm.stimresponse && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1006. config.status:1695: $? = 0
  1007. config.status:1690: cd plugins/dm.objectives && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1008. config.status:1695: $? = 0
  1009. config.status:1690: cd plugins/dm.difficulty && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1010. config.status:1695: $? = 0
  1011. config.status:1690: cd plugins/dm.gui && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1012. config.status:1695: $? = 0
  1013. config.status:1690: cd plugins/dm.editing && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1014. config.status:1695: $? = 0
  1015. config.status:1690: cd plugins/dm.gameconnection && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1016. config.status:1695: $? = 0
  1017. config.status:1690: cd plugins/dm.conversation && sed -e '/# am--include-marker/d' Makefile | make -f - am--depfiles
  1018. config.status:1695: $? = 0
  1019. config.status:1499: executing libtool commands
  1020.  
  1021. ## ---------------- ##
  1022. ## Cache variables. ##
  1023. ## ---------------- ##
  1024.  
  1025. ac_cv_build=x86_64-pc-linux-gnu
  1026. ac_cv_c_compiler_gnu=yes
  1027. ac_cv_cxx_compiler_gnu=yes
  1028. ac_cv_env_BOOST_ROOT_set=
  1029. ac_cv_env_BOOST_ROOT_value=
  1030. ac_cv_env_CCC_set=
  1031. ac_cv_env_CCC_value=
  1032. ac_cv_env_CC_set=
  1033. ac_cv_env_CC_value=
  1034. ac_cv_env_CFLAGS_set=
  1035. ac_cv_env_CFLAGS_value=
  1036. ac_cv_env_CPPFLAGS_set=set
  1037. ac_cv_env_CPPFLAGS_value=-I/boost/
  1038. ac_cv_env_CPP_set=
  1039. ac_cv_env_CPP_value=
  1040. ac_cv_env_CXXCPP_set=
  1041. ac_cv_env_CXXCPP_value=
  1042. ac_cv_env_CXXFLAGS_set=
  1043. ac_cv_env_CXXFLAGS_value=
  1044. ac_cv_env_CXX_set=
  1045. ac_cv_env_CXX_value=
  1046. ac_cv_env_FTGL_CFLAGS_set=
  1047. ac_cv_env_FTGL_CFLAGS_value=
  1048. ac_cv_env_FTGL_LIBS_set=
  1049. ac_cv_env_FTGL_LIBS_value=
  1050. ac_cv_env_LDFLAGS_set=set
  1051. ac_cv_env_LDFLAGS_value=-L/stage/lib/
  1052. ac_cv_env_LIBSIGC_CFLAGS_set=
  1053. ac_cv_env_LIBSIGC_CFLAGS_value=
  1054. ac_cv_env_LIBSIGC_LIBS_set=
  1055. ac_cv_env_LIBSIGC_LIBS_value=
  1056. ac_cv_env_LIBS_set=
  1057. ac_cv_env_LIBS_value=
  1058. ac_cv_env_LT_SYS_LIBRARY_PATH_set=
  1059. ac_cv_env_LT_SYS_LIBRARY_PATH_value=
  1060. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  1061. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  1062. ac_cv_env_PKG_CONFIG_PATH_set=
  1063. ac_cv_env_PKG_CONFIG_PATH_value=
  1064. ac_cv_env_PKG_CONFIG_set=
  1065. ac_cv_env_PKG_CONFIG_value=
  1066. ac_cv_env_PNG_CFLAGS_set=
  1067. ac_cv_env_PNG_CFLAGS_value=
  1068. ac_cv_env_PNG_LIBS_set=
  1069. ac_cv_env_PNG_LIBS_value=
  1070. ac_cv_env_PYTHON_CONFIG_set=
  1071. ac_cv_env_PYTHON_CONFIG_value=
  1072. ac_cv_env_PYTHON_set=
  1073. ac_cv_env_PYTHON_value=
  1074. ac_cv_env_XML_CFLAGS_set=
  1075. ac_cv_env_XML_CFLAGS_value=
  1076. ac_cv_env_XML_LIBS_set=
  1077. ac_cv_env_XML_LIBS_value=
  1078. ac_cv_env_build_alias_set=
  1079. ac_cv_env_build_alias_value=
  1080. ac_cv_env_host_alias_set=
  1081. ac_cv_env_host_alias_value=
  1082. ac_cv_env_target_alias_set=
  1083. ac_cv_env_target_alias_value=
  1084. ac_cv_header_AL_alut_h=yes
  1085. ac_cv_header_GL_glew_h=yes
  1086. ac_cv_header_cstdint=yes
  1087. ac_cv_header_dlfcn_h=yes
  1088. ac_cv_header_filesystem=yes
  1089. ac_cv_header_inttypes_h=yes
  1090. ac_cv_header_jpeglib_h=yes
  1091. ac_cv_header_memory_h=yes
  1092. ac_cv_header_pybind11_pybind11_h=no
  1093. ac_cv_header_stdc=no
  1094. ac_cv_header_stdint_h=yes
  1095. ac_cv_header_stdlib_h=yes
  1096. ac_cv_header_string_h=yes
  1097. ac_cv_header_strings_h=yes
  1098. ac_cv_header_sys_stat_h=yes
  1099. ac_cv_header_sys_types_h=yes
  1100. ac_cv_header_unistd_h=yes
  1101. ac_cv_header_zlib_h=yes
  1102. ac_cv_host=x86_64-pc-linux-gnu
  1103. ac_cv_lib_GLEW_main=yes
  1104. ac_cv_lib_GLU_gluBuild2DMipmaps=yes
  1105. ac_cv_lib_GL_main=yes
  1106. ac_cv_lib_alut_main=yes
  1107. ac_cv_lib_dl_main=yes
  1108. ac_cv_lib_jpeg_jpeg_start_compress=yes
  1109. ac_cv_lib_openal_alGetError=yes
  1110. ac_cv_lib_vorbisfile_ov_clear=yes
  1111. ac_cv_lib_z_inflateEnd=yes
  1112. ac_cv_objext=o
  1113. ac_cv_path_EGREP='/usr/bin/grep -E'
  1114. ac_cv_path_FGREP='/usr/bin/grep -F'
  1115. ac_cv_path_GMSGFMT=/usr/bin/msgfmt
  1116. ac_cv_path_GREP=/usr/bin/grep
  1117. ac_cv_path_MSGFMT=/usr/bin/msgfmt
  1118. ac_cv_path_MSGMERGE=/usr/bin/msgmerge
  1119. ac_cv_path_PYTHON=/usr/bin/python3
  1120. ac_cv_path_PYTHON_CONFIG=/usr/bin/python-config
  1121. ac_cv_path_SED=/usr/bin/sed
  1122. ac_cv_path_WX_CONFIG_PATH=/usr/bin/wx-config
  1123. ac_cv_path_XGETTEXT=/usr/bin/xgettext
  1124. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1125. ac_cv_path_install='/usr/bin/install -c'
  1126. ac_cv_path_lt_DD=/usr/bin/dd
  1127. ac_cv_path_mkdir=/usr/bin/mkdir
  1128. ac_cv_prog_AWK=gawk
  1129. ac_cv_prog_CPP='gcc -E'
  1130. ac_cv_prog_CXXCPP='g++ -E'
  1131. ac_cv_prog_HAS_MSGFMT=yes
  1132. ac_cv_prog_HAS_MSGMERGE=yes
  1133. ac_cv_prog_HAS_XGETTEXT=yes
  1134. ac_cv_prog_ac_ct_AR=ar
  1135. ac_cv_prog_ac_ct_CC=gcc
  1136. ac_cv_prog_ac_ct_CXX=g++
  1137. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  1138. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1139. ac_cv_prog_ac_ct_RANLIB=ranlib
  1140. ac_cv_prog_ac_ct_STRIP=strip
  1141. ac_cv_prog_cc_c89=
  1142. ac_cv_prog_cc_g=yes
  1143. ac_cv_prog_cxx_g=yes
  1144. ac_cv_prog_make_make_set=yes
  1145. acl_cv_hardcode_direct=no
  1146. acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir'
  1147. acl_cv_hardcode_libdir_separator=
  1148. acl_cv_hardcode_minus_L=no
  1149. acl_cv_libext=a
  1150. acl_cv_libname_spec='lib$name'
  1151. acl_cv_library_names_spec='$libname$shrext'
  1152. acl_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
  1153. acl_cv_prog_gnu_ld=yes
  1154. acl_cv_rpath=done
  1155. acl_cv_shlibext=so
  1156. acl_cv_wl=-Wl,
  1157. am_cv_CC_dependencies_compiler_type=gcc3
  1158. am_cv_CXX_dependencies_compiler_type=gcc3
  1159. am_cv_make_support_nested_variables=yes
  1160. am_cv_prog_cc_c_o=yes
  1161. ax_cv_cxx_compile_cxx11__std_cpp11=yes
  1162. ax_cv_cxx_compile_cxx17__std_cpp17=yes
  1163. gt_cv_func_CFLocaleCopyPreferredLanguages=no
  1164. gt_cv_func_CFPreferencesCopyAppValue=no
  1165. gt_cv_func_gnugettext1_libc=yes
  1166. lt_cv_ar_at_file=@
  1167. lt_cv_archive_cmds_need_lc=no
  1168. lt_cv_deplibs_check_method=pass_all
  1169. lt_cv_file_magic_cmd='$MAGIC_CMD'
  1170. lt_cv_file_magic_test_file=
  1171. lt_cv_ld_reload_flag=-r
  1172. lt_cv_nm_interface='BSD nm'
  1173. lt_cv_objdir=.libs
  1174. lt_cv_path_LD=/usr/x86_64-suse-linux/bin/ld
  1175. lt_cv_path_LDCXX='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
  1176. lt_cv_path_NM='/usr/bin/nm -B'
  1177. lt_cv_path_mainfest_tool=no
  1178. lt_cv_prog_compiler_c_o=yes
  1179. lt_cv_prog_compiler_c_o_CXX=yes
  1180. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  1181. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  1182. lt_cv_prog_compiler_pic_works=yes
  1183. lt_cv_prog_compiler_pic_works_CXX=yes
  1184. lt_cv_prog_compiler_rtti_exceptions=no
  1185. lt_cv_prog_compiler_static_works=no
  1186. lt_cv_prog_compiler_static_works_CXX=no
  1187. lt_cv_prog_gnu_ld=yes
  1188. lt_cv_prog_gnu_ldcxx=yes
  1189. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  1190. lt_cv_shlibpath_overrides_runpath=yes
  1191. lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
  1192. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"\1", (void *) \&\1},/p'\'''
  1193. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
  1194. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  1195. lt_cv_sys_global_symbol_to_import=
  1196. lt_cv_sys_max_cmd_len=1572864
  1197. lt_cv_to_host_file_cmd=func_convert_file_noop
  1198. lt_cv_to_tool_file_cmd=func_convert_file_noop
  1199. lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
  1200. pc_cv_python_req_version_3_0_0=yes
  1201. pc_cv_python_req_version_3_8_0=yes
  1202. pkg_cv_FTGL_CFLAGS='-I/usr/include/FTGL -I/usr/include/freetype2 '
  1203. pkg_cv_FTGL_LIBS='-lftgl '
  1204. pkg_cv_LIBSIGC_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
  1205. pkg_cv_LIBSIGC_LIBS='-lsigc-2.0 '
  1206. pkg_cv_PNG_CFLAGS='-I/usr/include/libpng16 '
  1207. pkg_cv_PNG_LIBS='-lpng16 -L/lib64 -lz '
  1208. pkg_cv_XML_CFLAGS='-I/usr/include/libxml2 '
  1209. pkg_cv_XML_LIBS='-lxml2 '
  1210.  
  1211. ## ----------------- ##
  1212. ## Output variables. ##
  1213. ## ----------------- ##
  1214.  
  1215. ACLOCAL='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/missing aclocal-1.16'
  1216. ALUT_LIBS='-lalut'
  1217. AL_LIBS='-lopenal'
  1218. AMDEPBACKSLASH='\'
  1219. AMDEP_FALSE='#'
  1220. AMDEP_TRUE=''
  1221. AMTAR='$${TAR-tar}'
  1222. AM_BACKSLASH='\'
  1223. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  1224. AM_DEFAULT_VERBOSITY='0'
  1225. AM_V='$(V)'
  1226. AR='ar'
  1227. AUTOCONF='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/missing autoconf'
  1228. AUTOHEADER='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/missing autoheader'
  1229. AUTOMAKE='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/missing automake-1.16'
  1230. AWK='gawk'
  1231. BOOST_CPPFLAGS=''
  1232. BOOST_FILESYSTEM_LDFLAGS=''
  1233. BOOST_FILESYSTEM_LDPATH=''
  1234. BOOST_FILESYSTEM_LIBS=''
  1235. BOOST_LDPATH=''
  1236. BOOST_ROOT=''
  1237. BOOST_SYSTEM_LDFLAGS=''
  1238. BOOST_SYSTEM_LDPATH=''
  1239. BOOST_SYSTEM_LIBS=''
  1240. CC='gcc'
  1241. CCDEPMODE='depmode=gcc3'
  1242. CFLAGS='-g -O2 -DNDEBUG -g -O2 -Wall -Wno-unused-variable -Werror=return-type -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__ -pthread'
  1243. CPP='gcc -E'
  1244. CPPFLAGS='-I/boost/ -DPOSIX -fPIC -I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__ -I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include -DWXINTL_NO_GETTEXT_MACRO -I/home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/libs/libfmt -DFMT_HEADER_ONLY'
  1245. CXX='g++ -std=c++11 -std=c++17'
  1246. CXXCPP='g++ -E -std=c++11 -std=c++17'
  1247. CXXDEPMODE='depmode=gcc3'
  1248. CXXFLAGS='-g -O2 -DNDEBUG -Wall -Wno-unused-variable -Werror=return-type '
  1249. CYGPATH_W='echo'
  1250. DEFS='-DHAVE_CONFIG_H'
  1251. DEPDIR='.deps'
  1252. DISTCHECK_CONFIGURE_FLAGS=''
  1253. DLLTOOL='false'
  1254. DL_LIBS='-ldl'
  1255. DSYMUTIL=''
  1256. DUMPBIN=''
  1257. ECHO_C=''
  1258. ECHO_N='-n'
  1259. ECHO_T=''
  1260. EGREP='/usr/bin/grep -E'
  1261. EXEEXT=''
  1262. FGREP='/usr/bin/grep -F'
  1263. FILESYSTEM_LIBS='-lstdc++fs'
  1264. FTGL_CFLAGS='-I/usr/include/FTGL -I/usr/include/freetype2 '
  1265. FTGL_LIBS='-lftgl '
  1266. GETTEXT_MACRO_VERSION='0.19'
  1267. GLEW_LIBS='-lGLEW'
  1268. GLU_LIBS='-lGLU'
  1269. GL_LIBS='-lGL'
  1270. GMSGFMT='/usr/bin/msgfmt'
  1271. GMSGFMT_015='/usr/bin/msgfmt'
  1272. GREP='/usr/bin/grep'
  1273. HAS_MSGFMT='yes'
  1274. HAS_MSGMERGE='yes'
  1275. HAS_XGETTEXT='yes'
  1276. HAVE_CXX11='1'
  1277. HAVE_CXX17='1'
  1278. INSTALL_DATA='${INSTALL} -m 644'
  1279. INSTALL_PROGRAM='${INSTALL}'
  1280. INSTALL_SCRIPT='${INSTALL}'
  1281. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  1282. INTLLIBS=''
  1283. INTL_LIBS=''
  1284. INTL_MACOSX_LIBS=''
  1285. JPEG_LIBS='-ljpeg'
  1286. LD='/usr/x86_64-suse-linux/bin/ld -m elf_x86_64'
  1287. LDFLAGS='-L/stage/lib/ -lsigc-2.0 '
  1288. LIBICONV='-liconv'
  1289. LIBINTL=''
  1290. LIBOBJS=''
  1291. LIBS=''
  1292. LIBSIGC_CFLAGS='-I/usr/include/sigc++-2.0 -I/usr/lib64/sigc++-2.0/include '
  1293. LIBSIGC_LIBS='-lsigc-2.0 '
  1294. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  1295. LIPO=''
  1296. LN_S='ln -s'
  1297. LTLIBICONV='-liconv'
  1298. LTLIBINTL=''
  1299. LTLIBOBJS=''
  1300. LT_SYS_LIBRARY_PATH=''
  1301. MAKEINFO='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/missing makeinfo'
  1302. MANIFEST_TOOL=':'
  1303. MKDIR_P='/usr/bin/mkdir -p'
  1304. MSGFMT='/usr/bin/msgfmt'
  1305. MSGFMT_015='/usr/bin/msgfmt'
  1306. MSGMERGE='/usr/bin/msgmerge'
  1307. NM='/usr/bin/nm -B'
  1308. NMEDIT=''
  1309. OBJDUMP='objdump'
  1310. OBJEXT='o'
  1311. OTOOL64=''
  1312. OTOOL=''
  1313. PACKAGE='darkradiant'
  1314. PACKAGE_BUGREPORT=''
  1315. PACKAGE_NAME='darkradiant'
  1316. PACKAGE_STRING='darkradiant 2.8.1'
  1317. PACKAGE_TARNAME='darkradiant'
  1318. PACKAGE_URL=''
  1319. PACKAGE_VERSION='2.8.1'
  1320. PATH_SEPARATOR=':'
  1321. PKG_CONFIG='/usr/bin/pkg-config'
  1322. PKG_CONFIG_LIBDIR=''
  1323. PKG_CONFIG_PATH=''
  1324. PNG_CFLAGS='-I/usr/include/libpng16 '
  1325. PNG_LIBS='-lpng16 -L/lib64 -lz '
  1326. POSUB='po'
  1327. PYBIND11_CPPFLAGS=''
  1328. PYTHON='/usr/bin/python3'
  1329. PYTHON_CONFIG='/usr/bin/python-config'
  1330. PYTHON_CPPFLAGS='-I/usr/include/python2.7 -I/usr/include/python2.7'
  1331. PYTHON_LIBS=''
  1332. RANLIB='ranlib'
  1333. SED='/usr/bin/sed'
  1334. SET_MAKE=''
  1335. SHELL='/bin/sh'
  1336. STRIP='strip'
  1337. SYSTEM_HAS_PYBIND11=''
  1338. SYSTEM_HAS_PYBIND11_FALSE=''
  1339. SYSTEM_HAS_PYBIND11_TRUE='#'
  1340. USE_NLS='yes'
  1341. VERSION='2.8.1'
  1342. VORBIS_LIBS='-lvorbisfile'
  1343. WX_CFLAGS='-I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__ -pthread'
  1344. WX_CFLAGS_ONLY='-pthread'
  1345. WX_CONFIG_PATH='/usr/bin/wx-config'
  1346. WX_CPPFLAGS='-I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__'
  1347. WX_CXXFLAGS='-I/usr/lib64/wx/include/gtk2-unicode-3.0 -I/usr/include/wx-3.0 -D_FILE_OFFSET_BITS=64 -DwxDEBUG_LEVEL=0 -DWXUSINGDLL -D__WXGTK__ -pthread'
  1348. WX_CXXFLAGS_ONLY=''
  1349. WX_LIBS='-L/usr/lib64 -pthread -lwx_gtk2u_gl-3.0 -lwx_gtk2u_stc-3.0 -lwx_gtk2u_xrc-3.0 -lwx_gtk2u_html-3.0 -lwx_gtk2u_qa-3.0 -lwx_gtk2u_adv-3.0 -lwx_gtk2u_core-3.0 -lwx_baseu_xml-3.0 -lwx_baseu_net-3.0 -lwx_baseu-3.0 '
  1350. WX_LIBS_STATIC=''
  1351. WX_RESCOMP=''
  1352. WX_VERSION='3.0.4'
  1353. WX_VERSION_MAJOR='3'
  1354. WX_VERSION_MICRO='4'
  1355. WX_VERSION_MINOR='0'
  1356. XGETTEXT='/usr/bin/xgettext'
  1357. XGETTEXT_015='/usr/bin/xgettext'
  1358. XGETTEXT_EXTRA_OPTIONS=''
  1359. XML_CFLAGS='-I/usr/include/libxml2 '
  1360. XML_LIBS='-lxml2 '
  1361. Z_LIBS='-lz'
  1362. ac_ct_AR='ar'
  1363. ac_ct_CC='gcc'
  1364. ac_ct_CXX='g++'
  1365. ac_ct_DUMPBIN=''
  1366. am__EXEEXT_FALSE=''
  1367. am__EXEEXT_TRUE='#'
  1368. am__fastdepCC_FALSE='#'
  1369. am__fastdepCC_TRUE=''
  1370. am__fastdepCXX_FALSE='#'
  1371. am__fastdepCXX_TRUE=''
  1372. am__include='include'
  1373. am__isrc=''
  1374. am__leading_dot='.'
  1375. am__nodep='_no'
  1376. am__quote=''
  1377. am__tar='$${TAR-tar} chof - "$$tardir"'
  1378. am__untar='$${TAR-tar} xf -'
  1379. bindir='${exec_prefix}/bin'
  1380. build='x86_64-pc-linux-gnu'
  1381. build_alias=''
  1382. build_cpu='x86_64'
  1383. build_os='linux-gnu'
  1384. build_vendor='pc'
  1385. conv_plugin='dm.conversation'
  1386. datadir='${datarootdir}'
  1387. datarootdir='${prefix}/share'
  1388. difficulty_plugin='dm.difficulty'
  1389. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1390. dvidir='${docdir}'
  1391. editing_plugin='dm.editing'
  1392. exec_prefix='${prefix}'
  1393. gameconn_plugin='dm.gameconnection'
  1394. gui_plugin='dm.gui'
  1395. host='x86_64-pc-linux-gnu'
  1396. host_alias=''
  1397. host_cpu='x86_64'
  1398. host_os='linux-gnu'
  1399. host_vendor='pc'
  1400. htmldir='${docdir}'
  1401. includedir='${prefix}/include'
  1402. infodir='${datarootdir}/info'
  1403. install_sh='${SHELL} /home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/install-sh'
  1404. libdir='${exec_prefix}/lib64'
  1405. libexecdir='${exec_prefix}/lib'
  1406. localedir='${datarootdir}/locale'
  1407. localstatedir='${prefix}/var'
  1408. mandir='${datarootdir}/man'
  1409. mkdir_p='$(MKDIR_P)'
  1410. obj_plugin='dm.objectives'
  1411. oldincludedir='/usr/include'
  1412. pdfdir='${docdir}'
  1413. prefix='/home/mircea/Games/Quake/TheDarkMod/DarkRadiant_GIT/install'
  1414. program_transform_name='s,x,x,'
  1415. psdir='${docdir}'
  1416. sbindir='${exec_prefix}/sbin'
  1417. script_module='script'
  1418. sharedstatedir='${prefix}/com'
  1419. sound_module='sound'
  1420. sr_plugin='dm.stimresponse'
  1421. sysconfdir='${prefix}/etc'
  1422. target_alias=''
  1423.  
  1424. ## ----------- ##
  1425. ## confdefs.h. ##
  1426. ## ----------- ##
  1427.  
  1428. /* confdefs.h */
  1429. #define PACKAGE_NAME "darkradiant"
  1430. #define PACKAGE_TARNAME "darkradiant"
  1431. #define PACKAGE_VERSION "2.8.1"
  1432. #define PACKAGE_STRING "darkradiant 2.8.1"
  1433. #define PACKAGE_BUGREPORT ""
  1434. #define PACKAGE_URL ""
  1435. #define PACKAGE "darkradiant"
  1436. #define VERSION "2.8.1"
  1437. #define ENABLE_NLS 1
  1438. #define HAVE_GETTEXT 1
  1439. #define HAVE_DCGETTEXT 1
  1440. #define HAVE_SYS_TYPES_H 1
  1441. #define HAVE_SYS_STAT_H 1
  1442. #define HAVE_STDLIB_H 1
  1443. #define HAVE_STRING_H 1
  1444. #define HAVE_MEMORY_H 1
  1445. #define HAVE_STRINGS_H 1
  1446. #define HAVE_INTTYPES_H 1
  1447. #define HAVE_STDINT_H 1
  1448. #define HAVE_UNISTD_H 1
  1449. #define HAVE_DLFCN_H 1
  1450. #define LT_OBJDIR ".libs/"
  1451. #define HAVE_CXX11 1
  1452. #define HAVE_CXX17 1
  1453. #define HAVE_STD_FILESYSTEM 1
  1454. #define CORE_MODULE_LIBRARY "libradiantcore"
  1455.  
  1456. configure: exit 0
  1457.  
Add Comment
Please, Sign In to add comment