Guest User

Untitled

a guest
Dec 8th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.04 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 MKVToolNix configure 81.0, which was
  5. generated by GNU Autoconf 2.71. Invocation command line was
  6.  
  7. $ ./configure --enable-qt6 --disable-qt5
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = somehost
  14. uname -m = x86_64
  15. uname -r = 6.2.0-37-generic
  16. uname -s = Linux
  17. uname -v = #38~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Nov 2 18:01:13 UTC 2
  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/user/Apps/jdk-18.0.1/bin/
  31. PATH: /home/user/.cargo/bin/
  32. PATH: /home/user/.local/bin/
  33. PATH: /usr/local/sbin/
  34. PATH: /usr/local/bin/
  35. PATH: /usr/sbin/
  36. PATH: /usr/bin/
  37. PATH: /sbin/
  38. PATH: /bin/
  39. PATH: /usr/games/
  40. PATH: /usr/local/games/
  41. PATH: /snap/bin/
  42. PATH: /home/user/.dotnet/tools/
  43.  
  44.  
  45. ## ----------- ##
  46. ## Core tests. ##
  47. ## ----------- ##
  48.  
  49. configure:3202: looking for aux files: install-sh config.guess config.sub
  50. configure:3215: trying ./
  51. configure:3226: ./install-sh found
  52. configure:3244: ./config.guess found
  53. configure:3244: ./config.sub found
  54. configure:3470: checking build system type
  55. configure:3485: result: x86_64-pc-linux-gnu
  56. configure:3505: checking host system type
  57. configure:3519: result: x86_64-pc-linux-gnu
  58. configure:3539: checking target system type
  59. configure:3553: result: x86_64-pc-linux-gnu
  60. configure:3642: checking for gcc
  61. configure:3663: found /usr/bin/gcc
  62. configure:3674: result: gcc
  63. configure:4027: checking for C compiler version
  64. configure:4036: gcc --version >&5
  65. gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  66. Copyright (C) 2021 Free Software Foundation, Inc.
  67. This is free software; see the source for copying conditions. There is NO
  68. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  69.  
  70. configure:4047: $? = 0
  71. configure:4036: gcc -v >&5
  72. Using built-in specs.
  73. COLLECT_GCC=gcc
  74. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
  75. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  76. OFFLOAD_TARGET_DEFAULT=1
  77. Target: x86_64-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
  79. Thread model: posix
  80. Supported LTO compression algorithms: zlib zstd
  81. gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
  82. ... rest of stderr output deleted ...
  83. configure:4047: $? = 0
  84. configure:4036: gcc -V >&5
  85. gcc: error: unrecognized command-line option '-V'
  86. gcc: fatal error: no input files
  87. compilation terminated.
  88. configure:4047: $? = 1
  89. configure:4036: gcc -qversion >&5
  90. gcc: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  91. gcc: fatal error: no input files
  92. compilation terminated.
  93. configure:4047: $? = 1
  94. configure:4036: gcc -version >&5
  95. gcc: error: unrecognized command-line option '-version'
  96. gcc: fatal error: no input files
  97. compilation terminated.
  98. configure:4047: $? = 1
  99. configure:4067: checking whether the C compiler works
  100. configure:4089: gcc conftest.c >&5
  101. configure:4093: $? = 0
  102. configure:4143: result: yes
  103. configure:4146: checking for C compiler default output file name
  104. configure:4148: result: a.out
  105. configure:4154: checking for suffix of executables
  106. configure:4161: gcc -o conftest conftest.c >&5
  107. configure:4165: $? = 0
  108. configure:4188: result:
  109. configure:4210: checking whether we are cross compiling
  110. configure:4218: gcc -o conftest conftest.c >&5
  111. configure:4222: $? = 0
  112. configure:4229: ./conftest
  113. configure:4233: $? = 0
  114. configure:4248: result: no
  115. configure:4253: checking for suffix of object files
  116. configure:4276: gcc -c conftest.c >&5
  117. configure:4280: $? = 0
  118. configure:4302: result: o
  119. configure:4306: checking whether the compiler supports GNU C
  120. configure:4326: gcc -c conftest.c >&5
  121. configure:4326: $? = 0
  122. configure:4336: result: yes
  123. configure:4347: checking whether gcc accepts -g
  124. configure:4368: gcc -c -g conftest.c >&5
  125. configure:4368: $? = 0
  126. configure:4412: result: yes
  127. configure:4432: checking for gcc option to enable C11 features
  128. configure:4447: gcc -c -g -O2 conftest.c >&5
  129. configure:4447: $? = 0
  130. configure:4465: result: none needed
  131. configure:4577: checking whether gcc and cc understand -c and -o together
  132. configure:4609: gcc -c conftest.c -o conftest2.o >&5
  133. configure:4613: $? = 0
  134. configure:4619: gcc -c conftest.c -o conftest2.o >&5
  135. configure:4623: $? = 0
  136. configure:4634: cc -c conftest.c >&5
  137. configure:4638: $? = 0
  138. configure:4646: cc -c conftest.c -o conftest2.o >&5
  139. configure:4650: $? = 0
  140. configure:4656: cc -c conftest.c -o conftest2.o >&5
  141. configure:4660: $? = 0
  142. configure:4678: result: yes
  143. configure:4693: checking how to run the C preprocessor
  144. configure:4719: gcc -E conftest.c
  145. configure:4719: $? = 0
  146. configure:4734: gcc -E conftest.c
  147. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  148. 10 | #include <ac_nonexistent.h>
  149. | ^~~~~~~~~~~~~~~~~~
  150. compilation terminated.
  151. configure:4734: $? = 1
  152. configure: failed program was:
  153. | /* confdefs.h */
  154. | #define PACKAGE_NAME "MKVToolNix"
  155. | #define PACKAGE_TARNAME "mkvtoolnix"
  156. | #define PACKAGE_VERSION "81.0"
  157. | #define PACKAGE_STRING "MKVToolNix 81.0"
  158. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  159. | #define PACKAGE_URL ""
  160. | #define HAVE_UPDATE_CHECK 1
  161. | /* end confdefs.h. */
  162. | #include <ac_nonexistent.h>
  163. configure:4761: result: gcc -E
  164. configure:4775: gcc -E conftest.c
  165. configure:4775: $? = 0
  166. configure:4790: gcc -E conftest.c
  167. conftest.c:10:10: fatal error: ac_nonexistent.h: No such file or directory
  168. 10 | #include <ac_nonexistent.h>
  169. | ^~~~~~~~~~~~~~~~~~
  170. compilation terminated.
  171. configure:4790: $? = 1
  172. configure: failed program was:
  173. | /* confdefs.h */
  174. | #define PACKAGE_NAME "MKVToolNix"
  175. | #define PACKAGE_TARNAME "mkvtoolnix"
  176. | #define PACKAGE_VERSION "81.0"
  177. | #define PACKAGE_STRING "MKVToolNix 81.0"
  178. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  179. | #define PACKAGE_URL ""
  180. | #define HAVE_UPDATE_CHECK 1
  181. | /* end confdefs.h. */
  182. | #include <ac_nonexistent.h>
  183. configure:4890: checking for g++
  184. configure:4911: found /usr/bin/g++
  185. configure:4922: result: g++
  186. configure:4949: checking for C++ compiler version
  187. configure:4958: g++ --version >&5
  188. g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
  189. Copyright (C) 2021 Free Software Foundation, Inc.
  190. This is free software; see the source for copying conditions. There is NO
  191. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  192.  
  193. configure:4969: $? = 0
  194. configure:4958: g++ -v >&5
  195. Using built-in specs.
  196. COLLECT_GCC=g++
  197. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper
  198. OFFLOAD_TARGET_NAMES=nvptx-none:amdgcn-amdhsa
  199. OFFLOAD_TARGET_DEFAULT=1
  200. Target: x86_64-linux-gnu
  201. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 11.4.0-1ubuntu1~22.04' --with-bugurl=file:///usr/share/doc/gcc-11/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++,m2 --prefix=/usr --with-gcc-major-version-only --program-suffix=-11 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --enable-bootstrap --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-plugin --enable-default-pie --with-system-zlib --enable-libphobos-checking=release --with-target-system-zlib=auto --enable-objc-gc=auto --enable-multiarch --disable-werror --enable-cet --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-nvptx/usr,amdgcn-amdhsa=/build/gcc-11-XeT9lY/gcc-11-11.4.0/debian/tmp-gcn/usr --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu --with-build-config=bootstrap-lto-lean --enable-link-serialization=2
  202. Thread model: posix
  203. Supported LTO compression algorithms: zlib zstd
  204. gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04)
  205. ... rest of stderr output deleted ...
  206. configure:4969: $? = 0
  207. configure:4958: g++ -V >&5
  208. g++: error: unrecognized command-line option '-V'
  209. g++: fatal error: no input files
  210. compilation terminated.
  211. configure:4969: $? = 1
  212. configure:4958: g++ -qversion >&5
  213. g++: error: unrecognized command-line option '-qversion'; did you mean '--version'?
  214. g++: fatal error: no input files
  215. compilation terminated.
  216. configure:4969: $? = 1
  217. configure:4973: checking whether the compiler supports GNU C++
  218. configure:4993: g++ -c conftest.cpp >&5
  219. configure:4993: $? = 0
  220. configure:5003: result: yes
  221. configure:5014: checking whether g++ accepts -g
  222. configure:5035: g++ -c -g conftest.cpp >&5
  223. configure:5035: $? = 0
  224. configure:5079: result: yes
  225. configure:5099: checking for g++ option to enable C++11 features
  226. configure:5114: g++ -c -g -O2 conftest.cpp >&5
  227. conftest.cpp: In function 'int main(int, char**)':
  228. conftest.cpp:176:25: warning: empty parentheses were disambiguated as a function declaration [-Wvexing-parse]
  229. 176 | cxx11test::delegate d2();
  230. | ^~
  231. conftest.cpp:176:25: note: remove parentheses to default-initialize a variable
  232. 176 | cxx11test::delegate d2();
  233. | ^~
  234. | --
  235. conftest.cpp:176:25: note: or replace parentheses with braces to value-initialize a variable
  236. configure:5114: $? = 0
  237. configure:5132: result: none needed
  238. configure:5201: checking how to run the C++ preprocessor
  239. configure:5223: g++ -E conftest.cpp
  240. configure:5223: $? = 0
  241. configure:5238: g++ -E conftest.cpp
  242. conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
  243. 10 | #include <ac_nonexistent.h>
  244. | ^~~~~~~~~~~~~~~~~~
  245. compilation terminated.
  246. configure:5238: $? = 1
  247. configure: failed program was:
  248. | /* confdefs.h */
  249. | #define PACKAGE_NAME "MKVToolNix"
  250. | #define PACKAGE_TARNAME "mkvtoolnix"
  251. | #define PACKAGE_VERSION "81.0"
  252. | #define PACKAGE_STRING "MKVToolNix 81.0"
  253. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  254. | #define PACKAGE_URL ""
  255. | #define HAVE_UPDATE_CHECK 1
  256. | /* end confdefs.h. */
  257. | #include <ac_nonexistent.h>
  258. configure:5265: result: g++ -E
  259. configure:5279: g++ -E conftest.cpp
  260. configure:5279: $? = 0
  261. configure:5294: g++ -E conftest.cpp
  262. conftest.cpp:10:10: fatal error: ac_nonexistent.h: No such file or directory
  263. 10 | #include <ac_nonexistent.h>
  264. | ^~~~~~~~~~~~~~~~~~
  265. compilation terminated.
  266. configure:5294: $? = 1
  267. configure: failed program was:
  268. | /* confdefs.h */
  269. | #define PACKAGE_NAME "MKVToolNix"
  270. | #define PACKAGE_TARNAME "mkvtoolnix"
  271. | #define PACKAGE_VERSION "81.0"
  272. | #define PACKAGE_STRING "MKVToolNix 81.0"
  273. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  274. | #define PACKAGE_URL ""
  275. | #define HAVE_UPDATE_CHECK 1
  276. | /* end confdefs.h. */
  277. | #include <ac_nonexistent.h>
  278. configure:5325: checking whether make sets $(MAKE)
  279. configure:5348: result: yes
  280. configure:5372: checking for a BSD-compatible install
  281. configure:5445: result: /usr/bin/install -c
  282. configure:5504: checking for ranlib
  283. configure:5525: found /usr/bin/ranlib
  284. configure:5536: result: ranlib
  285. configure:5606: checking for strip
  286. configure:5627: found /usr/bin/strip
  287. configure:5638: result: strip
  288. configure:5708: checking for ar
  289. configure:5729: found /usr/bin/ar
  290. configure:5740: result: ar
  291. configure:5810: checking for ld
  292. configure:5831: found /usr/bin/ld
  293. configure:5842: result: ld
  294. configure:5912: checking for strings
  295. configure:5933: found /usr/bin/strings
  296. configure:5944: result: strings
  297. configure:6014: checking for objdump
  298. configure:6035: found /usr/bin/objdump
  299. configure:6046: result: objdump
  300. configure:6127: checking for pkg-config
  301. configure:6150: found /usr/bin/pkg-config
  302. configure:6162: result: /usr/bin/pkg-config
  303. configure:6187: checking pkg-config is at least version 0.9.0
  304. configure:6190: result: yes
  305. configure:6198: checking for grep that handles long lines and -e
  306. configure:6262: result: /usr/bin/grep
  307. configure:6267: checking for egrep
  308. configure:6335: result: /usr/bin/grep -E
  309. configure:6345: checking for stdio.h
  310. configure:6345: gcc -c conftest.c >&5
  311. configure:6345: $? = 0
  312. configure:6345: result: yes
  313. configure:6345: checking for stdlib.h
  314. configure:6345: gcc -c conftest.c >&5
  315. configure:6345: $? = 0
  316. configure:6345: result: yes
  317. configure:6345: checking for string.h
  318. configure:6345: gcc -c conftest.c >&5
  319. configure:6345: $? = 0
  320. configure:6345: result: yes
  321. configure:6345: checking for inttypes.h
  322. configure:6345: gcc -c conftest.c >&5
  323. configure:6345: $? = 0
  324. configure:6345: result: yes
  325. configure:6345: checking for stdint.h
  326. configure:6345: gcc -c conftest.c >&5
  327. configure:6345: $? = 0
  328. configure:6345: result: yes
  329. configure:6345: checking for strings.h
  330. configure:6345: gcc -c conftest.c >&5
  331. configure:6345: $? = 0
  332. configure:6345: result: yes
  333. configure:6345: checking for sys/stat.h
  334. configure:6345: gcc -c conftest.c >&5
  335. configure:6345: $? = 0
  336. configure:6345: result: yes
  337. configure:6345: checking for sys/types.h
  338. configure:6345: gcc -c conftest.c >&5
  339. configure:6345: $? = 0
  340. configure:6345: result: yes
  341. configure:6345: checking for unistd.h
  342. configure:6345: gcc -c conftest.c >&5
  343. configure:6345: $? = 0
  344. configure:6345: result: yes
  345. configure:6370: checking for inttypes.h
  346. configure:6370: result: yes
  347. configure:6376: checking for stdint.h
  348. configure:6376: result: yes
  349. configure:6382: checking for sys/types.h
  350. configure:6382: result: yes
  351. configure:6388: checking for sys/syscall.h
  352. configure:6388: gcc -c conftest.c >&5
  353. configure:6388: $? = 0
  354. configure:6388: result: yes
  355. configure:6394: checking for stropts.h
  356. configure:6394: gcc -c conftest.c >&5
  357. conftest.c:52:10: fatal error: stropts.h: No such file or directory
  358. 52 | #include <stropts.h>
  359. | ^~~~~~~~~~~
  360. compilation terminated.
  361. configure:6394: $? = 1
  362. configure: failed program was:
  363. | /* confdefs.h */
  364. | #define PACKAGE_NAME "MKVToolNix"
  365. | #define PACKAGE_TARNAME "mkvtoolnix"
  366. | #define PACKAGE_VERSION "81.0"
  367. | #define PACKAGE_STRING "MKVToolNix 81.0"
  368. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  369. | #define PACKAGE_URL ""
  370. | #define HAVE_UPDATE_CHECK 1
  371. | #define HAVE_STDIO_H 1
  372. | #define HAVE_STDLIB_H 1
  373. | #define HAVE_STRING_H 1
  374. | #define HAVE_INTTYPES_H 1
  375. | #define HAVE_STDINT_H 1
  376. | #define HAVE_STRINGS_H 1
  377. | #define HAVE_SYS_STAT_H 1
  378. | #define HAVE_SYS_TYPES_H 1
  379. | #define HAVE_UNISTD_H 1
  380. | #define STDC_HEADERS 1
  381. | #define HAVE_INTTYPES_H 1
  382. | #define HAVE_STDINT_H 1
  383. | #define HAVE_SYS_TYPES_H 1
  384. | #define HAVE_SYS_SYSCALL_H 1
  385. | /* end confdefs.h. */
  386. | #include <stddef.h>
  387. | #ifdef HAVE_STDIO_H
  388. | # include <stdio.h>
  389. | #endif
  390. | #ifdef HAVE_STDLIB_H
  391. | # include <stdlib.h>
  392. | #endif
  393. | #ifdef HAVE_STRING_H
  394. | # include <string.h>
  395. | #endif
  396. | #ifdef HAVE_INTTYPES_H
  397. | # include <inttypes.h>
  398. | #endif
  399. | #ifdef HAVE_STDINT_H
  400. | # include <stdint.h>
  401. | #endif
  402. | #ifdef HAVE_STRINGS_H
  403. | # include <strings.h>
  404. | #endif
  405. | #ifdef HAVE_SYS_TYPES_H
  406. | # include <sys/types.h>
  407. | #endif
  408. | #ifdef HAVE_SYS_STAT_H
  409. | # include <sys/stat.h>
  410. | #endif
  411. | #ifdef HAVE_UNISTD_H
  412. | # include <unistd.h>
  413. | #endif
  414. | #include <stropts.h>
  415. configure:6394: result: no
  416. configure:6401: checking for syscall
  417. configure:6401: gcc -o conftest conftest.c >&5
  418. configure:6401: $? = 0
  419. configure:6401: result: yes
  420. configure:6465: checking compiler type and version
  421. configure:6467: result: gcc 11.4.0
  422. configure:6475: checking for lld
  423. configure:6513: result: no
  424. configure:6538: checking for support for the "-std=c++17" flag
  425. configure:6567: g++ -c -std=c++17 conftest.cpp >&5
  426. configure:6567: $? = 0
  427. configure:6593: result: -std=c++17
  428. configure:6604: checking for support for C++17 feature "attribute 'maybe_unused'"
  429. configure:6637: g++ -c -std=c++17 conftest.cpp >&5
  430. configure:6637: $? = 0
  431. configure:6654: result: yes
  432. configure:6662: checking for support for C++17 feature "nested namespace definition"
  433. configure:6691: g++ -c -std=c++17 conftest.cpp >&5
  434. configure:6691: $? = 0
  435. configure:6708: result: yes
  436. configure:6716: checking for support for C++17 feature "structured bindings"
  437. configure:6753: g++ -c -std=c++17 conftest.cpp >&5
  438. configure:6753: $? = 0
  439. configure:6770: result: yes
  440. configure:6778: checking for support for C++17 feature "std::optional"
  441. configure:6811: g++ -c -std=c++17 conftest.cpp >&5
  442. configure:6811: $? = 0
  443. configure:6828: result: yes
  444. configure:6836: checking for support for C++17 feature "std::gcd"
  445. configure:6865: g++ -c -std=c++17 conftest.cpp >&5
  446. configure:6865: $? = 0
  447. configure:6882: result: yes
  448. configure:6890: checking for support for C++17 feature "constexpr if"
  449. configure:6919: g++ -c -std=c++17 conftest.cpp >&5
  450. configure:6919: $? = 0
  451. configure:6936: result: yes
  452. configure:6944: checking for libraries to link against for the file system library
  453. configure:6975: g++ -o conftest -std=c++17 conftest.cpp -lstdc++fs >&5
  454. configure:6975: $? = 0
  455. configure:6994: result: -lstdc++fs
  456. configure:7024: checking whether the byte order is big-endian
  457. configure:7058: result: no
  458. configure:7080: checking if being compiled with mingw32
  459. configure:7096: result: no
  460. configure:7516: checking for int64_t
  461. configure:7550: g++ -c conftest.cpp >&5
  462. configure:7550: $? = 0
  463. configure:7560: result: yes
  464. configure:7563: checking for uint64_t
  465. configure:7591: g++ -c conftest.cpp >&5
  466. configure:7591: $? = 0
  467. configure:7601: result: yes
  468. configure:7614: checking size of int
  469. configure:7620: gcc -o conftest conftest.c >&5
  470. configure:7620: $? = 0
  471. configure:7620: ./conftest
  472. configure:7620: $? = 0
  473. configure:7635: result: 4
  474. configure:7647: checking size of long
  475. configure:7653: gcc -o conftest conftest.c >&5
  476. configure:7653: $? = 0
  477. configure:7653: ./conftest
  478. configure:7653: $? = 0
  479. configure:7668: result: 8
  480. configure:7680: checking size of long long
  481. configure:7686: gcc -o conftest conftest.c >&5
  482. configure:7686: $? = 0
  483. configure:7686: ./conftest
  484. configure:7686: $? = 0
  485. configure:7701: result: 8
  486. configure:7749: checking for iconv.h
  487. configure:7749: gcc -c conftest.c >&5
  488. configure:7749: $? = 0
  489. configure:7749: result: yes
  490. configure:7756: checking for iconv
  491. configure:7779: gcc -o conftest conftest.c >&5
  492. configure:7779: $? = 0
  493. configure:7813: result: yes
  494. configure:7816: checking for iconv declaration
  495. configure:7846: gcc -c conftest.c >&5
  496. configure:7846: $? = 0
  497. configure:7857: result:
  498. extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  499. configure:7878: checking for nl_langinfo
  500. configure:7898: gcc -c conftest.c >&5
  501. configure:7898: $? = 0
  502. configure:7908: result: yes
  503. configure:7960: checking for ogg_sync_init in -logg
  504. configure:7983: gcc -o conftest conftest.c -logg >&5
  505. configure:7983: $? = 0
  506. configure:7993: result: yes
  507. configure:8008: checking for ogg/ogg.h
  508. configure:8008: gcc -c conftest.c >&5
  509. configure:8008: $? = 0
  510. configure:8008: result: yes
  511. configure:8045: checking for vorbis_synthesis_init in -lvorbis
  512. configure:8068: gcc -o conftest conftest.c -lvorbis -logg -lm >&5
  513. configure:8068: $? = 0
  514. configure:8078: result: yes
  515. configure:8093: checking for vorbis/codec.h
  516. configure:8093: gcc -c conftest.c >&5
  517. configure:8093: $? = 0
  518. configure:8093: result: yes
  519. configure:8122: $PKG_CONFIG --exists --print-errors "flac"
  520. configure:8125: $? = 0
  521. configure:8134: checking for flac
  522. configure:8141: $PKG_CONFIG --exists --print-errors "flac"
  523. configure:8144: $? = 0
  524. configure:8158: $PKG_CONFIG --exists --print-errors "flac"
  525. configure:8161: $? = 0
  526. configure:8219: result: yes
  527. configure:8231: checking for FLAC__stream_decoder_skip_single_frame in -lFLAC
  528. configure:8254: gcc -o conftest conftest.c -lFLAC -lFLAC -logg >&5
  529. configure:8254: $? = 0
  530. configure:8264: result: yes
  531. configure:8299: checking for EBML
  532. configure:8306: $PKG_CONFIG --exists --print-errors "libebml >= 1.4.4"
  533. Package libebml was not found in the pkg-config search path.
  534. Perhaps you should add the directory containing `libebml.pc'
  535. to the PKG_CONFIG_PATH environment variable
  536. No package 'libebml' found
  537. configure:8309: $? = 1
  538. configure:8323: $PKG_CONFIG --exists --print-errors "libebml >= 1.4.4"
  539. Package libebml was not found in the pkg-config search path.
  540. Perhaps you should add the directory containing `libebml.pc'
  541. to the PKG_CONFIG_PATH environment variable
  542. No package 'libebml' found
  543. configure:8326: $? = 1
  544. configure:8340: result: no
  545. No package 'libebml' found
  546. configure:8370: checking for MATROSKA
  547. configure:8377: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.7.1"
  548. Package libmatroska was not found in the pkg-config search path.
  549. Perhaps you should add the directory containing `libmatroska.pc'
  550. to the PKG_CONFIG_PATH environment variable
  551. No package 'libmatroska' found
  552. configure:8380: $? = 1
  553. configure:8394: $PKG_CONFIG --exists --print-errors "libmatroska >= 1.7.1"
  554. Package libmatroska was not found in the pkg-config search path.
  555. Perhaps you should add the directory containing `libmatroska.pc'
  556. to the PKG_CONFIG_PATH environment variable
  557. No package 'libmatroska' found
  558. configure:8397: $? = 1
  559. configure:8411: result: no
  560. No package 'libmatroska' found
  561. configure:8472: $PKG_CONFIG --exists --print-errors "pugixml"
  562. configure:8475: $? = 0
  563. configure:8485: checking for PUGIXML
  564. configure:8492: $PKG_CONFIG --exists --print-errors "pugixml"
  565. configure:8495: $? = 0
  566. configure:8509: $PKG_CONFIG --exists --print-errors "pugixml"
  567. configure:8512: $? = 0
  568. configure:8550: result: yes
  569. configure:8626: Using the system version of the pugixml library
  570. configure:8641: checking nlohmann's json-cpp
  571. configure:8682: g++ -c -std=c++17 conftest.cpp >&5
  572. conftest.cpp:41:14: fatal error: nlohmann/json.hpp: No such file or directory
  573. 41 | #include <nlohmann/json.hpp>
  574. | ^~~~~~~~~~~~~~~~~~~
  575. compilation terminated.
  576. configure:8682: $? = 1
  577. configure: failed program was:
  578. | /* confdefs.h */
  579. | #define PACKAGE_NAME "MKVToolNix"
  580. | #define PACKAGE_TARNAME "mkvtoolnix"
  581. | #define PACKAGE_VERSION "81.0"
  582. | #define PACKAGE_STRING "MKVToolNix 81.0"
  583. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  584. | #define PACKAGE_URL ""
  585. | #define HAVE_UPDATE_CHECK 1
  586. | #define HAVE_STDIO_H 1
  587. | #define HAVE_STDLIB_H 1
  588. | #define HAVE_STRING_H 1
  589. | #define HAVE_INTTYPES_H 1
  590. | #define HAVE_STDINT_H 1
  591. | #define HAVE_STRINGS_H 1
  592. | #define HAVE_SYS_STAT_H 1
  593. | #define HAVE_SYS_TYPES_H 1
  594. | #define HAVE_UNISTD_H 1
  595. | #define STDC_HEADERS 1
  596. | #define HAVE_INTTYPES_H 1
  597. | #define HAVE_STDINT_H 1
  598. | #define HAVE_SYS_TYPES_H 1
  599. | #define HAVE_SYS_SYSCALL_H 1
  600. | #define HAVE_SYSCALL 1
  601. | #define USE_PRECOMPILED_HEADERS 1
  602. | #define SIZEOF_INT 4
  603. | #define SIZEOF_LONG 8
  604. | #define SIZEOF_LONG_LONG 8
  605. | #define HAVE_ICONV_H 1
  606. | #define ICONV_CONST
  607. | #define HAVE_NL_LANGINFO 1
  608. | #define HAVE_OGG_OGG_H 1
  609. | #define HAVE_VORBIS_CODEC_H 1
  610. | #define HAVE_FLAC_DECODER_SKIP 1
  611. | #define HAVE_FLAC_FORMAT_H 1
  612. | /* end confdefs.h. */
  613. |
  614. | #include <cstdint>
  615. | #include <iostream>
  616. | #include <limits>
  617. |
  618. | #include <nlohmann/json.hpp>
  619. |
  620. | int
  621. | main (void)
  622. | {
  623. |
  624. | nlohmann::json json{
  625. | { "unsigned_64bit_integer", std::numeric_limits<std::uint64_t>::max() },
  626. | { "signed_64bit_integer", std::numeric_limits<std::int64_t>::min() },
  627. | };
  628. |
  629. | std::cout << json.dump();
  630. |
  631. | ;
  632. | return 0;
  633. | }
  634. configure:8715: g++ -c -std=c++17 conftest.cpp >&5
  635. conftest.cpp:41:16: fatal error: json.hpp: No such file or directory
  636. 41 | #include <json.hpp>
  637. | ^~~~~~~~~~
  638. compilation terminated.
  639. configure:8715: $? = 1
  640. configure: failed program was:
  641. | /* confdefs.h */
  642. | #define PACKAGE_NAME "MKVToolNix"
  643. | #define PACKAGE_TARNAME "mkvtoolnix"
  644. | #define PACKAGE_VERSION "81.0"
  645. | #define PACKAGE_STRING "MKVToolNix 81.0"
  646. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  647. | #define PACKAGE_URL ""
  648. | #define HAVE_UPDATE_CHECK 1
  649. | #define HAVE_STDIO_H 1
  650. | #define HAVE_STDLIB_H 1
  651. | #define HAVE_STRING_H 1
  652. | #define HAVE_INTTYPES_H 1
  653. | #define HAVE_STDINT_H 1
  654. | #define HAVE_STRINGS_H 1
  655. | #define HAVE_SYS_STAT_H 1
  656. | #define HAVE_SYS_TYPES_H 1
  657. | #define HAVE_UNISTD_H 1
  658. | #define STDC_HEADERS 1
  659. | #define HAVE_INTTYPES_H 1
  660. | #define HAVE_STDINT_H 1
  661. | #define HAVE_SYS_TYPES_H 1
  662. | #define HAVE_SYS_SYSCALL_H 1
  663. | #define HAVE_SYSCALL 1
  664. | #define USE_PRECOMPILED_HEADERS 1
  665. | #define SIZEOF_INT 4
  666. | #define SIZEOF_LONG 8
  667. | #define SIZEOF_LONG_LONG 8
  668. | #define HAVE_ICONV_H 1
  669. | #define ICONV_CONST
  670. | #define HAVE_NL_LANGINFO 1
  671. | #define HAVE_OGG_OGG_H 1
  672. | #define HAVE_VORBIS_CODEC_H 1
  673. | #define HAVE_FLAC_DECODER_SKIP 1
  674. | #define HAVE_FLAC_FORMAT_H 1
  675. | /* end confdefs.h. */
  676. |
  677. | #include <cstdint>
  678. | #include <iostream>
  679. | #include <limits>
  680. |
  681. | #include <json.hpp>
  682. |
  683. | int
  684. | main (void)
  685. | {
  686. |
  687. | nlohmann::json json{
  688. | { "unsigned_64bit_integer", std::numeric_limits<std::uint64_t>::max() },
  689. | { "signed_64bit_integer", std::numeric_limits<std::int64_t>::min() },
  690. | };
  691. |
  692. | std::cout << json.dump();
  693. |
  694. | ;
  695. | return 0;
  696. | }
  697. configure:8734: result: no
  698. configure:8738: Using the internal version of nlohmann json-cpp
  699. configure:8773: checking for utf8.h
  700. configure:8773: g++ -c conftest.cpp >&5
  701. conftest.cpp:65:10: fatal error: utf8.h: No such file or directory
  702. 65 | #include <utf8.h>
  703. | ^~~~~~~~
  704. compilation terminated.
  705. configure:8773: $? = 1
  706. configure: failed program was:
  707. | /* confdefs.h */
  708. | #define PACKAGE_NAME "MKVToolNix"
  709. | #define PACKAGE_TARNAME "mkvtoolnix"
  710. | #define PACKAGE_VERSION "81.0"
  711. | #define PACKAGE_STRING "MKVToolNix 81.0"
  712. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  713. | #define PACKAGE_URL ""
  714. | #define HAVE_UPDATE_CHECK 1
  715. | #define HAVE_STDIO_H 1
  716. | #define HAVE_STDLIB_H 1
  717. | #define HAVE_STRING_H 1
  718. | #define HAVE_INTTYPES_H 1
  719. | #define HAVE_STDINT_H 1
  720. | #define HAVE_STRINGS_H 1
  721. | #define HAVE_SYS_STAT_H 1
  722. | #define HAVE_SYS_TYPES_H 1
  723. | #define HAVE_UNISTD_H 1
  724. | #define STDC_HEADERS 1
  725. | #define HAVE_INTTYPES_H 1
  726. | #define HAVE_STDINT_H 1
  727. | #define HAVE_SYS_TYPES_H 1
  728. | #define HAVE_SYS_SYSCALL_H 1
  729. | #define HAVE_SYSCALL 1
  730. | #define USE_PRECOMPILED_HEADERS 1
  731. | #define SIZEOF_INT 4
  732. | #define SIZEOF_LONG 8
  733. | #define SIZEOF_LONG_LONG 8
  734. | #define HAVE_ICONV_H 1
  735. | #define ICONV_CONST
  736. | #define HAVE_NL_LANGINFO 1
  737. | #define HAVE_OGG_OGG_H 1
  738. | #define HAVE_VORBIS_CODEC_H 1
  739. | #define HAVE_FLAC_DECODER_SKIP 1
  740. | #define HAVE_FLAC_FORMAT_H 1
  741. | #define HAVE_NLOHMANN_JSONCPP 0
  742. | /* end confdefs.h. */
  743. | #include <stddef.h>
  744. | #ifdef HAVE_STDIO_H
  745. | # include <stdio.h>
  746. | #endif
  747. | #ifdef HAVE_STDLIB_H
  748. | # include <stdlib.h>
  749. | #endif
  750. | #ifdef HAVE_STRING_H
  751. | # include <string.h>
  752. | #endif
  753. | #ifdef HAVE_INTTYPES_H
  754. | # include <inttypes.h>
  755. | #endif
  756. | #ifdef HAVE_STDINT_H
  757. | # include <stdint.h>
  758. | #endif
  759. | #ifdef HAVE_STRINGS_H
  760. | # include <strings.h>
  761. | #endif
  762. | #ifdef HAVE_SYS_TYPES_H
  763. | # include <sys/types.h>
  764. | #endif
  765. | #ifdef HAVE_SYS_STAT_H
  766. | # include <sys/stat.h>
  767. | #endif
  768. | #ifdef HAVE_UNISTD_H
  769. | # include <unistd.h>
  770. | #endif
  771. | #include <utf8.h>
  772. configure:8773: result: no
  773. configure:8825: Using the internal version of UTF8-CPP
  774. configure:8834: checking fmt
  775. configure:8873: g++ -c -std=c++17 conftest.cpp >&5
  776. conftest.cpp:38:14: fatal error: fmt/format.h: No such file or directory
  777. 38 | #include <fmt/format.h>
  778. | ^~~~~~~~~~~~~~
  779. compilation terminated.
  780. configure:8873: $? = 1
  781. configure: failed program was:
  782. | /* confdefs.h */
  783. | #define PACKAGE_NAME "MKVToolNix"
  784. | #define PACKAGE_TARNAME "mkvtoolnix"
  785. | #define PACKAGE_VERSION "81.0"
  786. | #define PACKAGE_STRING "MKVToolNix 81.0"
  787. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  788. | #define PACKAGE_URL ""
  789. | #define HAVE_UPDATE_CHECK 1
  790. | #define HAVE_STDIO_H 1
  791. | #define HAVE_STDLIB_H 1
  792. | #define HAVE_STRING_H 1
  793. | #define HAVE_INTTYPES_H 1
  794. | #define HAVE_STDINT_H 1
  795. | #define HAVE_STRINGS_H 1
  796. | #define HAVE_SYS_STAT_H 1
  797. | #define HAVE_SYS_TYPES_H 1
  798. | #define HAVE_UNISTD_H 1
  799. | #define STDC_HEADERS 1
  800. | #define HAVE_INTTYPES_H 1
  801. | #define HAVE_STDINT_H 1
  802. | #define HAVE_SYS_TYPES_H 1
  803. | #define HAVE_SYS_SYSCALL_H 1
  804. | #define HAVE_SYSCALL 1
  805. | #define USE_PRECOMPILED_HEADERS 1
  806. | #define SIZEOF_INT 4
  807. | #define SIZEOF_LONG 8
  808. | #define SIZEOF_LONG_LONG 8
  809. | #define HAVE_ICONV_H 1
  810. | #define ICONV_CONST
  811. | #define HAVE_NL_LANGINFO 1
  812. | #define HAVE_OGG_OGG_H 1
  813. | #define HAVE_VORBIS_CODEC_H 1
  814. | #define HAVE_FLAC_DECODER_SKIP 1
  815. | #define HAVE_FLAC_FORMAT_H 1
  816. | #define HAVE_NLOHMANN_JSONCPP 0
  817. | /* end confdefs.h. */
  818. |
  819. | #include <fmt/format.h>
  820. | #include <fmt/ostream.h>
  821. |
  822. | #if !defined(FMT_VERSION) || (FMT_VERSION < 60100)
  823. | #error fmtlib is too old, need 6.1.0 or later
  824. | #endif
  825. |
  826. | int
  827. | main (void)
  828. | {
  829. |
  830. | fmt::format("{0:02}", fmt::to_string(4254));
  831. |
  832. | ;
  833. | return 0;
  834. | }
  835. configure:8907: g++ -c -std=c++17 conftest.cpp >&5
  836. conftest.cpp:38:18: fatal error: fmt/format.h: No such file or directory
  837. 38 | #include <fmt/format.h>
  838. | ^~~~~~~~~~~~~~
  839. compilation terminated.
  840. configure:8907: $? = 1
  841. configure: failed program was:
  842. | /* confdefs.h */
  843. | #define PACKAGE_NAME "MKVToolNix"
  844. | #define PACKAGE_TARNAME "mkvtoolnix"
  845. | #define PACKAGE_VERSION "81.0"
  846. | #define PACKAGE_STRING "MKVToolNix 81.0"
  847. | #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  848. | #define PACKAGE_URL ""
  849. | #define HAVE_UPDATE_CHECK 1
  850. | #define HAVE_STDIO_H 1
  851. | #define HAVE_STDLIB_H 1
  852. | #define HAVE_STRING_H 1
  853. | #define HAVE_INTTYPES_H 1
  854. | #define HAVE_STDINT_H 1
  855. | #define HAVE_STRINGS_H 1
  856. | #define HAVE_SYS_STAT_H 1
  857. | #define HAVE_SYS_TYPES_H 1
  858. | #define HAVE_UNISTD_H 1
  859. | #define STDC_HEADERS 1
  860. | #define HAVE_INTTYPES_H 1
  861. | #define HAVE_STDINT_H 1
  862. | #define HAVE_SYS_TYPES_H 1
  863. | #define HAVE_SYS_SYSCALL_H 1
  864. | #define HAVE_SYSCALL 1
  865. | #define USE_PRECOMPILED_HEADERS 1
  866. | #define SIZEOF_INT 4
  867. | #define SIZEOF_LONG 8
  868. | #define SIZEOF_LONG_LONG 8
  869. | #define HAVE_ICONV_H 1
  870. | #define ICONV_CONST
  871. | #define HAVE_NL_LANGINFO 1
  872. | #define HAVE_OGG_OGG_H 1
  873. | #define HAVE_VORBIS_CODEC_H 1
  874. | #define HAVE_FLAC_DECODER_SKIP 1
  875. | #define HAVE_FLAC_FORMAT_H 1
  876. | #define HAVE_NLOHMANN_JSONCPP 0
  877. | /* end confdefs.h. */
  878. |
  879. | #include <fmt/format.h>
  880. | #include <fmt/ostream.h>
  881. |
  882. | #if !defined(FMT_VERSION) || (FMT_VERSION < 80000)
  883. | #error fmt is older than v8
  884. | #endif
  885. |
  886. | int
  887. | main (void)
  888. | {
  889. |
  890. | fmt::format("{0:02}", fmt::to_string(4254));
  891. |
  892. | ;
  893. | return 0;
  894. | }
  895. configure:8930: result: no
  896. configure:8936: Using the internal version of fmt
  897. configure:8951: $PKG_CONFIG --exists --print-errors "zlib"
  898. configure:8954: $? = 0
  899. configure:8963: checking for ZLIB
  900. configure:8970: $PKG_CONFIG --exists --print-errors "zlib"
  901. configure:8973: $? = 0
  902. configure:8987: $PKG_CONFIG --exists --print-errors "zlib"
  903. configure:8990: $? = 0
  904. configure:9048: result: yes
  905. configure:9155: checking for qmake6
  906. configure:9176: found /usr/bin/qmake6
  907. configure:9187: result: qmake6
  908. configure:9335: checking for Qt 6
  909. configure:9337: result: no: qmake6 couldn't be run for a dummy project
  910. configure:10506: checking for Qt 5
  911. configure:10508: result: no: disabled by user request
  912. configure:10516: error: The Qt library is required for building MKVToolNix.
  913.  
  914. ## ---------------- ##
  915. ## Cache variables. ##
  916. ## ---------------- ##
  917.  
  918. ac_cv_build=x86_64-pc-linux-gnu
  919. ac_cv_c_bigendian=no
  920. ac_cv_c_compiler_gnu=yes
  921. ac_cv_compiler_version_line='g++ (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0'
  922. ac_cv_cxx_compiler_gnu=yes
  923. ac_cv_env_CCC_set=
  924. ac_cv_env_CCC_value=
  925. ac_cv_env_CC_set=
  926. ac_cv_env_CC_value=
  927. ac_cv_env_CFLAGS_set=
  928. ac_cv_env_CFLAGS_value=
  929. ac_cv_env_CPPFLAGS_set=
  930. ac_cv_env_CPPFLAGS_value=
  931. ac_cv_env_CPP_set=
  932. ac_cv_env_CPP_value=
  933. ac_cv_env_CXXCPP_set=
  934. ac_cv_env_CXXCPP_value=
  935. ac_cv_env_CXXFLAGS_set=
  936. ac_cv_env_CXXFLAGS_value=
  937. ac_cv_env_CXX_set=
  938. ac_cv_env_CXX_value=
  939. ac_cv_env_EBML_CFLAGS_set=
  940. ac_cv_env_EBML_CFLAGS_value=
  941. ac_cv_env_EBML_LIBS_set=
  942. ac_cv_env_EBML_LIBS_value=
  943. ac_cv_env_LDFLAGS_set=
  944. ac_cv_env_LDFLAGS_value=
  945. ac_cv_env_LIBS_set=
  946. ac_cv_env_LIBS_value=
  947. ac_cv_env_MATROSKA_CFLAGS_set=
  948. ac_cv_env_MATROSKA_CFLAGS_value=
  949. ac_cv_env_MATROSKA_LIBS_set=
  950. ac_cv_env_MATROSKA_LIBS_value=
  951. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  952. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  953. ac_cv_env_PKG_CONFIG_PATH_set=
  954. ac_cv_env_PKG_CONFIG_PATH_value=
  955. ac_cv_env_PKG_CONFIG_set=
  956. ac_cv_env_PKG_CONFIG_value=
  957. ac_cv_env_PUGIXML_CFLAGS_set=
  958. ac_cv_env_PUGIXML_CFLAGS_value=
  959. ac_cv_env_PUGIXML_LIBS_set=
  960. ac_cv_env_PUGIXML_LIBS_value=
  961. ac_cv_env_ZLIB_CFLAGS_set=
  962. ac_cv_env_ZLIB_CFLAGS_value=
  963. ac_cv_env_ZLIB_LIBS_set=
  964. ac_cv_env_ZLIB_LIBS_value=
  965. ac_cv_env_build_alias_set=
  966. ac_cv_env_build_alias_value=
  967. ac_cv_env_dvdread_CFLAGS_set=
  968. ac_cv_env_dvdread_CFLAGS_value=
  969. ac_cv_env_dvdread_LIBS_set=
  970. ac_cv_env_dvdread_LIBS_value=
  971. ac_cv_env_flac_CFLAGS_set=
  972. ac_cv_env_flac_CFLAGS_value=
  973. ac_cv_env_flac_LIBS_set=
  974. ac_cv_env_flac_LIBS_value=
  975. ac_cv_env_host_alias_set=
  976. ac_cv_env_host_alias_value=
  977. ac_cv_env_libcmark_CFLAGS_set=
  978. ac_cv_env_libcmark_CFLAGS_value=
  979. ac_cv_env_libcmark_LIBS_set=
  980. ac_cv_env_libcmark_LIBS_value=
  981. ac_cv_env_target_alias_set=
  982. ac_cv_env_target_alias_value=
  983. ac_cv_fmt=no
  984. ac_cv_fmt_v8=yes
  985. ac_cv_func_syscall=yes
  986. ac_cv_has_int64_t=yes
  987. ac_cv_has_nl_langinfo=yes
  988. ac_cv_has_uint64_t=yes
  989. ac_cv_header_iconv_h=yes
  990. ac_cv_header_inttypes_h=yes
  991. ac_cv_header_ogg_ogg_h=yes
  992. ac_cv_header_stdint_h=yes
  993. ac_cv_header_stdio_h=yes
  994. ac_cv_header_stdlib_h=yes
  995. ac_cv_header_string_h=yes
  996. ac_cv_header_strings_h=yes
  997. ac_cv_header_stropts_h=no
  998. ac_cv_header_sys_stat_h=yes
  999. ac_cv_header_sys_syscall_h=yes
  1000. ac_cv_header_sys_types_h=yes
  1001. ac_cv_header_unistd_h=yes
  1002. ac_cv_header_utf8_h=no
  1003. ac_cv_header_vorbis_codec_h=yes
  1004. ac_cv_host=x86_64-pc-linux-gnu
  1005. ac_cv_lib_FLAC_FLAC__stream_decoder_skip_single_frame=yes
  1006. ac_cv_lib_ogg_ogg_sync_init=yes
  1007. ac_cv_lib_vorbis_vorbis_synthesis_init=yes
  1008. ac_cv_mingw32=no
  1009. ac_cv_nlohmann_jsoncpp=no
  1010. ac_cv_objext=o
  1011. ac_cv_path_EGREP='/usr/bin/grep -E'
  1012. ac_cv_path_GREP=/usr/bin/grep
  1013. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  1014. ac_cv_path_install='/usr/bin/install -c'
  1015. ac_cv_prog_CPP='gcc -E'
  1016. ac_cv_prog_CXXCPP='g++ -E'
  1017. ac_cv_prog_ac_ct_AR=ar
  1018. ac_cv_prog_ac_ct_CC=gcc
  1019. ac_cv_prog_ac_ct_CXX=g++
  1020. ac_cv_prog_ac_ct_LD=ld
  1021. ac_cv_prog_ac_ct_OBJDUMP=objdump
  1022. ac_cv_prog_ac_ct_QMAKE6=qmake6
  1023. ac_cv_prog_ac_ct_RANLIB=ranlib
  1024. ac_cv_prog_ac_ct_STRINGS=strings
  1025. ac_cv_prog_ac_ct_STRIP=strip
  1026. ac_cv_prog_cc_c11=
  1027. ac_cv_prog_cc_g=yes
  1028. ac_cv_prog_cc_gcc_c_o=yes
  1029. ac_cv_prog_cc_stdc=
  1030. ac_cv_prog_cxx_11=no
  1031. ac_cv_prog_cxx_cxx11=
  1032. ac_cv_prog_cxx_g=yes
  1033. ac_cv_prog_cxx_stdcxx=
  1034. ac_cv_prog_make_make_set=yes
  1035. ac_cv_sizeof_int=4
  1036. ac_cv_sizeof_long=8
  1037. ac_cv_sizeof_long_long=8
  1038. ac_cv_target=x86_64-pc-linux-gnu
  1039. am_cv_func_iconv=yes
  1040. am_cv_lib_iconv=no
  1041. am_cv_proto_iconv='extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);'
  1042. am_cv_proto_iconv_arg1=
  1043. ax_cv_cxx17_attribute_maybe_unused=yes
  1044. ax_cv_cxx17_constexpr_if=yes
  1045. ax_cv_cxx17_libstdcppfs=-lstdc++fs
  1046. ax_cv_cxx17_nested_namespace_definition=yes
  1047. ax_cv_cxx17_std_gcd=yes
  1048. ax_cv_cxx17_std_optional=yes
  1049. ax_cv_cxx17_structured_bindings=yes
  1050. ax_cv_std_cxx_flag=-std=c++17
  1051. pkg_cv_PUGIXML_CFLAGS=
  1052. pkg_cv_PUGIXML_LIBS=-lpugixml
  1053. pkg_cv_ZLIB_CFLAGS=
  1054. pkg_cv_ZLIB_LIBS=-lz
  1055. pkg_cv_flac_CFLAGS=
  1056. pkg_cv_flac_LIBS=-lFLAC
  1057.  
  1058. ## ----------------- ##
  1059. ## Output variables. ##
  1060. ## ----------------- ##
  1061.  
  1062. AR='ar'
  1063. BOOST_CPPFLAGS=''
  1064. BOOST_FILESYSTEM_LIB=''
  1065. BOOST_LDFLAGS=''
  1066. BOOST_SYSTEM_LIB=''
  1067. BUILD_GUI=''
  1068. BUILD_MKVTOOLNIX='no'
  1069. CC='gcc'
  1070. CFLAGS=''
  1071. CMARK_CFLAGS=''
  1072. CMARK_LIBS=''
  1073. COMPILER_TYPE='gcc'
  1074. COMPILER_VERSION='11.4.0'
  1075. CONVERT=''
  1076. CPP='gcc -E'
  1077. CPPFLAGS=''
  1078. CXX='g++'
  1079. CXXCPP='g++ -E'
  1080. CXXFLAGS=''
  1081. DEFS=''
  1082. DOCBOOK_ROOT=''
  1083. DRMINGW_PATH=''
  1084. DVDREAD_CFLAGS=''
  1085. DVDREAD_LIBS=''
  1086. EBML_CFLAGS=''
  1087. EBML_LIBS=''
  1088. EBML_MATROSKA_INTERNAL='yes'
  1089. ECHO_C=''
  1090. ECHO_N='-n'
  1091. ECHO_T=''
  1092. EGREP='/usr/bin/grep -E'
  1093. EXEEXT=''
  1094. EXTRA_CFLAGS=''
  1095. EXTRA_LDFLAGS=''
  1096. FLAC_CFLAGS=''
  1097. FLAC_LIBS='-lFLAC'
  1098. FMT_INTERNAL='yes'
  1099. GNURX_LIBS=''
  1100. GOOGLE_BENCHMARK=''
  1101. GREP='/usr/bin/grep'
  1102. GTEST_TYPE=''
  1103. ICONV_LIBS=''
  1104. INSTALL_DATA='${INSTALL} -m 644'
  1105. INSTALL_PROGRAM='${INSTALL}'
  1106. INSTALL_SCRIPT='${INSTALL}'
  1107. LCONVERT=''
  1108. LD='ld'
  1109. LDFLAGS=''
  1110. LDFLAGS_RPATHS=''
  1111. LIBINTL_LIBS=''
  1112. LIBOBJS=''
  1113. LIBS=''
  1114. LINK_STATICALLY=''
  1115. LLVM_LLD=''
  1116. LTLIBOBJS=''
  1117. MANPAGES_TRANSLATIONS=''
  1118. MATROSKA_CFLAGS=''
  1119. MATROSKA_LIBS=''
  1120. MINGW=''
  1121. MINGW_GUIAPP=''
  1122. MINGW_LIBS=''
  1123. MINGW_PROCESSOR_ARCH=''
  1124. MOC=''
  1125. MSGFMT=''
  1126. NLOHMANN_JSON_INTERNAL='yes'
  1127. OBJDUMP='objdump'
  1128. OBJEXT='o'
  1129. OGG_LIBS='-logg'
  1130. PACKAGE_BUGREPORT='https://gitlab.com/mbunkus/mkvtoolnix/issues/'
  1131. PACKAGE_NAME='MKVToolNix'
  1132. PACKAGE_STRING='MKVToolNix 81.0'
  1133. PACKAGE_TARNAME='mkvtoolnix'
  1134. PACKAGE_URL=''
  1135. PACKAGE_VERSION='81.0'
  1136. PANDOC=''
  1137. PATH_SEPARATOR=':'
  1138. PKG_CONFIG='/usr/bin/pkg-config'
  1139. PKG_CONFIG_LIBDIR=''
  1140. PKG_CONFIG_PATH=''
  1141. PO4A=''
  1142. PO4A_FLAGS=''
  1143. PUGIXML_CFLAGS=''
  1144. PUGIXML_INTERNAL='no'
  1145. PUGIXML_LIBS='-lpugixml'
  1146. QMAKE6='qmake6'
  1147. QMAKE=''
  1148. QT_CFLAGS=''
  1149. QT_LIBS=''
  1150. QT_LIBS_NON_GUI=''
  1151. RANLIB='ranlib'
  1152. RCC=''
  1153. SET_MAKE=''
  1154. SHELL='/bin/bash'
  1155. STDCPPFS_LIBS='-lstdc++fs'
  1156. STD_CXX='-std=c++17'
  1157. STRINGS='strings'
  1158. STRIP='strip'
  1159. TRANSLATIONS=''
  1160. UIC=''
  1161. USER_CFLAGS=''
  1162. USER_CPPFLAGS=''
  1163. USER_CXXFLAGS=''
  1164. USER_LDFLAGS=''
  1165. USE_ADDRSAN='no'
  1166. USE_DEBUG='no'
  1167. USE_DRMINGW='no'
  1168. USE_DVDREAD=''
  1169. USE_OPTIMIZATION='yes'
  1170. USE_PRECOMPILED_HEADERS='yes'
  1171. USE_PROFILING='no'
  1172. USE_UBSAN='no'
  1173. UTF8CPP_INTERNAL='yes'
  1174. VALGRIND=''
  1175. VORBIS_LIBS='-lvorbis -lm'
  1176. WINDRES=''
  1177. XSLTPROC=''
  1178. XSLTPROC_FLAGS=''
  1179. ZLIB_CFLAGS=''
  1180. ZLIB_LIBS='-lz'
  1181. ac_ct_CC='gcc'
  1182. ac_ct_CXX='g++'
  1183. ac_ct_QMAKE6='qmake6'
  1184. bindir='${exec_prefix}/bin'
  1185. build='x86_64-pc-linux-gnu'
  1186. build_alias=''
  1187. build_cpu='x86_64'
  1188. build_os='linux-gnu'
  1189. build_vendor='pc'
  1190. datadir='${datarootdir}'
  1191. datarootdir='${prefix}/share'
  1192. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  1193. dvdread_CFLAGS=''
  1194. dvdread_LIBS=''
  1195. dvidir='${docdir}'
  1196. exec_prefix='NONE'
  1197. flac_CFLAGS=''
  1198. flac_LIBS='-lFLAC'
  1199. host='x86_64-pc-linux-gnu'
  1200. host_alias=''
  1201. host_cpu='x86_64'
  1202. host_os='linux-gnu'
  1203. host_vendor='pc'
  1204. htmldir='${docdir}'
  1205. includedir='${prefix}/include'
  1206. infodir='${datarootdir}/info'
  1207. libcmark_CFLAGS=''
  1208. libcmark_LIBS=''
  1209. libdir='${exec_prefix}/lib'
  1210. libexecdir='${exec_prefix}/libexec'
  1211. localedir='${datarootdir}/locale'
  1212. localstatedir='${prefix}/var'
  1213. mandir='${datarootdir}/man'
  1214. oldincludedir='/usr/include'
  1215. pdfdir='${docdir}'
  1216. prefix='NONE'
  1217. program_transform_name='s,x,x,'
  1218. psdir='${docdir}'
  1219. runstatedir='${localstatedir}/run'
  1220. sbindir='${exec_prefix}/sbin'
  1221. sharedstatedir='${prefix}/com'
  1222. sysconfdir='${prefix}/etc'
  1223. target='x86_64-pc-linux-gnu'
  1224. target_alias=''
  1225. target_cpu='x86_64'
  1226. target_os='linux-gnu'
  1227. target_vendor='pc'
  1228.  
  1229. ## ----------- ##
  1230. ## confdefs.h. ##
  1231. ## ----------- ##
  1232.  
  1233. /* confdefs.h */
  1234. #define PACKAGE_NAME "MKVToolNix"
  1235. #define PACKAGE_TARNAME "mkvtoolnix"
  1236. #define PACKAGE_VERSION "81.0"
  1237. #define PACKAGE_STRING "MKVToolNix 81.0"
  1238. #define PACKAGE_BUGREPORT "https://gitlab.com/mbunkus/mkvtoolnix/issues/"
  1239. #define PACKAGE_URL ""
  1240. #define HAVE_UPDATE_CHECK 1
  1241. #define HAVE_STDIO_H 1
  1242. #define HAVE_STDLIB_H 1
  1243. #define HAVE_STRING_H 1
  1244. #define HAVE_INTTYPES_H 1
  1245. #define HAVE_STDINT_H 1
  1246. #define HAVE_STRINGS_H 1
  1247. #define HAVE_SYS_STAT_H 1
  1248. #define HAVE_SYS_TYPES_H 1
  1249. #define HAVE_UNISTD_H 1
  1250. #define STDC_HEADERS 1
  1251. #define HAVE_INTTYPES_H 1
  1252. #define HAVE_STDINT_H 1
  1253. #define HAVE_SYS_TYPES_H 1
  1254. #define HAVE_SYS_SYSCALL_H 1
  1255. #define HAVE_SYSCALL 1
  1256. #define USE_PRECOMPILED_HEADERS 1
  1257. #define SIZEOF_INT 4
  1258. #define SIZEOF_LONG 8
  1259. #define SIZEOF_LONG_LONG 8
  1260. #define HAVE_ICONV_H 1
  1261. #define ICONV_CONST
  1262. #define HAVE_NL_LANGINFO 1
  1263. #define HAVE_OGG_OGG_H 1
  1264. #define HAVE_VORBIS_CODEC_H 1
  1265. #define HAVE_FLAC_DECODER_SKIP 1
  1266. #define HAVE_FLAC_FORMAT_H 1
  1267. #define HAVE_NLOHMANN_JSONCPP 0
  1268. #define HAVE_FMT_V8 1
  1269.  
  1270. configure: exit 1
  1271.  
Advertisement
Add Comment
Please, Sign In to add comment