Advertisement
Guest User

Untitled

a guest
Jul 29th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 131.67 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 veejay configure 1.5.9, which was
  5. generated by GNU Autoconf 2.68. Invocation command line was
  6.  
  7. $ ./configure --prefix=/tmp/
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = abby
  14. uname -m = x86_64
  15. uname -r = 2.6.37-ARCH
  16. uname -s = Linux
  17. uname -v = #1 SMP PREEMPT Fri Feb 18 18:32:16 CET 2011
  18.  
  19. /usr/bin/uname -p = unknown
  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/gary/bin
  31. PATH: /sbin
  32. PATH: /usr/sbin
  33. PATH: /bin
  34. PATH: /usr/bin
  35. PATH: /opt/android-sdk-linux_86/tools
  36.  
  37.  
  38. ## ----------- ##
  39. ## Core tests. ##
  40. ## ----------- ##
  41.  
  42. configure:2817: checking build system type
  43. configure:2831: result: x86_64-unknown-linux-gnu
  44. configure:2851: checking host system type
  45. configure:2864: result: x86_64-unknown-linux-gnu
  46. configure:2884: checking target system type
  47. configure:2897: result: x86_64-unknown-linux-gnu
  48. configure:2939: checking for a BSD-compatible install
  49. configure:3007: result: /bin/install -c
  50. configure:3018: checking whether build environment is sane
  51. configure:3068: result: yes
  52. configure:3209: checking for a thread-safe mkdir -p
  53. configure:3248: result: /bin/mkdir -p
  54. configure:3261: checking for gawk
  55. configure:3277: found /bin/gawk
  56. configure:3288: result: gawk
  57. configure:3299: checking whether make sets $(MAKE)
  58. configure:3321: result: yes
  59. configure:3402: checking whether to enable maintainer-specific portions of Makefiles
  60. configure:3411: result: no
  61. configure:3658: checking for style of include used by make
  62. configure:3686: result: GNU
  63. configure:3756: checking for gcc
  64. configure:3772: found /usr/bin/gcc
  65. configure:3783: result: gcc
  66. configure:4012: checking for C compiler version
  67. configure:4021: gcc --version >&5
  68. gcc (GCC) 4.5.2 20110127 (prerelease)
  69. Copyright (C) 2010 Free Software Foundation, Inc.
  70. This is free software; see the source for copying conditions. There is NO
  71. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  72.  
  73. configure:4032: $? = 0
  74. configure:4021: gcc -v >&5
  75. Using built-in specs.
  76. COLLECT_GCC=gcc
  77. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
  78. Target: x86_64-unknown-linux-gnu
  79. Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  80. Thread model: posix
  81. gcc version 4.5.2 20110127 (prerelease) (GCC)
  82. configure:4032: $? = 0
  83. configure:4021: gcc -V >&5
  84. gcc: '-V' option must have argument
  85. configure:4032: $? = 1
  86. configure:4021: gcc -qversion >&5
  87. gcc: unrecognized option '-qversion'
  88. gcc: no input files
  89. configure:4032: $? = 1
  90. configure:4052: checking whether the C compiler works
  91. configure:4074: gcc conftest.c >&5
  92. configure:4078: $? = 0
  93. configure:4126: result: yes
  94. configure:4129: checking for C compiler default output file name
  95. configure:4131: result: a.out
  96. configure:4137: checking for suffix of executables
  97. configure:4144: gcc -o conftest conftest.c >&5
  98. configure:4148: $? = 0
  99. configure:4170: result:
  100. configure:4192: checking whether we are cross compiling
  101. configure:4200: gcc -o conftest conftest.c >&5
  102. configure:4204: $? = 0
  103. configure:4211: ./conftest
  104. configure:4215: $? = 0
  105. configure:4230: result: no
  106. configure:4235: checking for suffix of object files
  107. configure:4257: gcc -c conftest.c >&5
  108. configure:4261: $? = 0
  109. configure:4282: result: o
  110. configure:4286: checking whether we are using the GNU C compiler
  111. configure:4305: gcc -c conftest.c >&5
  112. configure:4305: $? = 0
  113. configure:4314: result: yes
  114. configure:4323: checking whether gcc accepts -g
  115. configure:4343: gcc -c -g conftest.c >&5
  116. configure:4343: $? = 0
  117. configure:4384: result: yes
  118. configure:4401: checking for gcc option to accept ISO C89
  119. configure:4465: gcc -c conftest.c >&5
  120. configure:4465: $? = 0
  121. configure:4478: result: none needed
  122. configure:4500: checking dependency style of gcc
  123. configure:4610: result: gcc3
  124. configure:4627: checking dependency style of gcc
  125. configure:4737: result: gcc3
  126. configure:4758: checking how to run the C preprocessor
  127. configure:4789: gcc -E conftest.c
  128. configure:4789: $? = 0
  129. configure:4803: gcc -E conftest.c
  130. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  131. compilation terminated.
  132. configure:4803: $? = 1
  133. configure: failed program was:
  134. | /* confdefs.h */
  135. | #define PACKAGE_NAME "veejay"
  136. | #define PACKAGE_TARNAME "veejay"
  137. | #define PACKAGE_VERSION "1.5.9"
  138. | #define PACKAGE_STRING "veejay 1.5.9"
  139. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  140. | #define PACKAGE_URL ""
  141. | #define PACKAGE "veejay"
  142. | #define VERSION "1.5.9"
  143. | #define PACKAGE "veejay"
  144. | #define VERSION "1.5.9"
  145. | #define VEEJAY 1
  146. | #define HAVE_CONFIG_H 1
  147. | /* end confdefs.h. */
  148. | #include <ac_nonexistent.h>
  149. configure:4828: result: gcc -E
  150. configure:4848: gcc -E conftest.c
  151. configure:4848: $? = 0
  152. configure:4862: gcc -E conftest.c
  153. conftest.c:15:28: fatal error: ac_nonexistent.h: No such file or directory
  154. compilation terminated.
  155. configure:4862: $? = 1
  156. configure: failed program was:
  157. | /* confdefs.h */
  158. | #define PACKAGE_NAME "veejay"
  159. | #define PACKAGE_TARNAME "veejay"
  160. | #define PACKAGE_VERSION "1.5.9"
  161. | #define PACKAGE_STRING "veejay 1.5.9"
  162. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  163. | #define PACKAGE_URL ""
  164. | #define PACKAGE "veejay"
  165. | #define VERSION "1.5.9"
  166. | #define PACKAGE "veejay"
  167. | #define VERSION "1.5.9"
  168. | #define VEEJAY 1
  169. | #define HAVE_CONFIG_H 1
  170. | /* end confdefs.h. */
  171. | #include <ac_nonexistent.h>
  172. configure:4891: checking for grep that handles long lines and -e
  173. configure:4949: result: /bin/grep
  174. configure:4954: checking for egrep
  175. configure:5016: result: /bin/grep -E
  176. configure:5021: checking for ANSI C header files
  177. configure:5041: gcc -c conftest.c >&5
  178. configure:5041: $? = 0
  179. configure:5114: gcc -o conftest conftest.c >&5
  180. configure:5114: $? = 0
  181. configure:5114: ./conftest
  182. configure:5114: $? = 0
  183. configure:5125: result: yes
  184. configure:5138: checking for sys/types.h
  185. configure:5138: gcc -c conftest.c >&5
  186. configure:5138: $? = 0
  187. configure:5138: result: yes
  188. configure:5138: checking for sys/stat.h
  189. configure:5138: gcc -c conftest.c >&5
  190. configure:5138: $? = 0
  191. configure:5138: result: yes
  192. configure:5138: checking for stdlib.h
  193. configure:5138: gcc -c conftest.c >&5
  194. configure:5138: $? = 0
  195. configure:5138: result: yes
  196. configure:5138: checking for string.h
  197. configure:5138: gcc -c conftest.c >&5
  198. configure:5138: $? = 0
  199. configure:5138: result: yes
  200. configure:5138: checking for memory.h
  201. configure:5138: gcc -c conftest.c >&5
  202. configure:5138: $? = 0
  203. configure:5138: result: yes
  204. configure:5138: checking for strings.h
  205. configure:5138: gcc -c conftest.c >&5
  206. configure:5138: $? = 0
  207. configure:5138: result: yes
  208. configure:5138: checking for inttypes.h
  209. configure:5138: gcc -c conftest.c >&5
  210. configure:5138: $? = 0
  211. configure:5138: result: yes
  212. configure:5138: checking for stdint.h
  213. configure:5138: gcc -c conftest.c >&5
  214. configure:5138: $? = 0
  215. configure:5138: result: yes
  216. configure:5138: checking for unistd.h
  217. configure:5138: gcc -c conftest.c >&5
  218. configure:5138: $? = 0
  219. configure:5138: result: yes
  220. configure:5151: checking minix/config.h usability
  221. configure:5151: gcc -c conftest.c >&5
  222. conftest.c:58:26: fatal error: minix/config.h: No such file or directory
  223. compilation terminated.
  224. configure:5151: $? = 1
  225. configure: failed program was:
  226. | /* confdefs.h */
  227. | #define PACKAGE_NAME "veejay"
  228. | #define PACKAGE_TARNAME "veejay"
  229. | #define PACKAGE_VERSION "1.5.9"
  230. | #define PACKAGE_STRING "veejay 1.5.9"
  231. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  232. | #define PACKAGE_URL ""
  233. | #define PACKAGE "veejay"
  234. | #define VERSION "1.5.9"
  235. | #define PACKAGE "veejay"
  236. | #define VERSION "1.5.9"
  237. | #define VEEJAY 1
  238. | #define HAVE_CONFIG_H 1
  239. | #define STDC_HEADERS 1
  240. | #define HAVE_SYS_TYPES_H 1
  241. | #define HAVE_SYS_STAT_H 1
  242. | #define HAVE_STDLIB_H 1
  243. | #define HAVE_STRING_H 1
  244. | #define HAVE_MEMORY_H 1
  245. | #define HAVE_STRINGS_H 1
  246. | #define HAVE_INTTYPES_H 1
  247. | #define HAVE_STDINT_H 1
  248. | #define HAVE_UNISTD_H 1
  249. | /* end confdefs.h. */
  250. | #include <stdio.h>
  251. | #ifdef HAVE_SYS_TYPES_H
  252. | # include <sys/types.h>
  253. | #endif
  254. | #ifdef HAVE_SYS_STAT_H
  255. | # include <sys/stat.h>
  256. | #endif
  257. | #ifdef STDC_HEADERS
  258. | # include <stdlib.h>
  259. | # include <stddef.h>
  260. | #else
  261. | # ifdef HAVE_STDLIB_H
  262. | # include <stdlib.h>
  263. | # endif
  264. | #endif
  265. | #ifdef HAVE_STRING_H
  266. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  267. | # include <memory.h>
  268. | # endif
  269. | # include <string.h>
  270. | #endif
  271. | #ifdef HAVE_STRINGS_H
  272. | # include <strings.h>
  273. | #endif
  274. | #ifdef HAVE_INTTYPES_H
  275. | # include <inttypes.h>
  276. | #endif
  277. | #ifdef HAVE_STDINT_H
  278. | # include <stdint.h>
  279. | #endif
  280. | #ifdef HAVE_UNISTD_H
  281. | # include <unistd.h>
  282. | #endif
  283. | #include <minix/config.h>
  284. configure:5151: result: no
  285. configure:5151: checking minix/config.h presence
  286. configure:5151: gcc -E conftest.c
  287. conftest.c:25:26: fatal error: minix/config.h: No such file or directory
  288. compilation terminated.
  289. configure:5151: $? = 1
  290. configure: failed program was:
  291. | /* confdefs.h */
  292. | #define PACKAGE_NAME "veejay"
  293. | #define PACKAGE_TARNAME "veejay"
  294. | #define PACKAGE_VERSION "1.5.9"
  295. | #define PACKAGE_STRING "veejay 1.5.9"
  296. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  297. | #define PACKAGE_URL ""
  298. | #define PACKAGE "veejay"
  299. | #define VERSION "1.5.9"
  300. | #define PACKAGE "veejay"
  301. | #define VERSION "1.5.9"
  302. | #define VEEJAY 1
  303. | #define HAVE_CONFIG_H 1
  304. | #define STDC_HEADERS 1
  305. | #define HAVE_SYS_TYPES_H 1
  306. | #define HAVE_SYS_STAT_H 1
  307. | #define HAVE_STDLIB_H 1
  308. | #define HAVE_STRING_H 1
  309. | #define HAVE_MEMORY_H 1
  310. | #define HAVE_STRINGS_H 1
  311. | #define HAVE_INTTYPES_H 1
  312. | #define HAVE_STDINT_H 1
  313. | #define HAVE_UNISTD_H 1
  314. | /* end confdefs.h. */
  315. | #include <minix/config.h>
  316. configure:5151: result: no
  317. configure:5151: checking for minix/config.h
  318. configure:5151: result: no
  319. configure:5172: checking whether it is safe to define __EXTENSIONS__
  320. configure:5190: gcc -c conftest.c >&5
  321. configure:5190: $? = 0
  322. configure:5197: result: yes
  323. configure:5259: checking how to print strings
  324. configure:5286: result: printf
  325. configure:5307: checking for a sed that does not truncate output
  326. configure:5371: result: /bin/sed
  327. configure:5389: checking for fgrep
  328. configure:5451: result: /bin/grep -F
  329. configure:5486: checking for ld used by gcc
  330. configure:5553: result: /usr/bin/ld
  331. configure:5560: checking if the linker (/usr/bin/ld) is GNU ld
  332. configure:5575: result: yes
  333. configure:5587: checking for BSD- or MS-compatible name lister (nm)
  334. configure:5636: result: /usr/bin/nm -B
  335. configure:5766: checking the name lister (/usr/bin/nm -B) interface
  336. configure:5773: gcc -c conftest.c >&5
  337. configure:5776: /usr/bin/nm -B "conftest.o"
  338. configure:5779: output
  339. 0000000000000000 B some_variable
  340. configure:5786: result: BSD nm
  341. configure:5789: checking whether ln -s works
  342. configure:5793: result: yes
  343. configure:5801: checking the maximum length of command line arguments
  344. configure:5926: result: 1572864
  345. configure:5943: checking whether the shell understands some XSI constructs
  346. configure:5953: result: yes
  347. configure:5957: checking whether the shell understands "+="
  348. configure:5963: result: yes
  349. configure:5998: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  350. configure:6038: result: func_convert_file_noop
  351. configure:6045: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  352. configure:6065: result: func_convert_file_noop
  353. configure:6072: checking for /usr/bin/ld option to reload object files
  354. configure:6079: result: -r
  355. configure:6153: checking for objdump
  356. configure:6169: found /usr/bin/objdump
  357. configure:6180: result: objdump
  358. configure:6212: checking how to recognize dependent libraries
  359. configure:6414: result: pass_all
  360. configure:6499: checking for dlltool
  361. configure:6529: result: no
  362. configure:6559: checking how to associate runtime and link libraries
  363. configure:6586: result: printf %s\n
  364. configure:6646: checking for ar
  365. configure:6662: found /usr/bin/ar
  366. configure:6673: result: ar
  367. configure:6710: checking for archiver @FILE support
  368. configure:6727: gcc -c conftest.c >&5
  369. configure:6727: $? = 0
  370. configure:6730: ar cru libconftest.a @conftest.lst >&5
  371. configure:6733: $? = 0
  372. configure:6738: ar cru libconftest.a @conftest.lst >&5
  373. ar: conftest.o: No such file or directory
  374. configure:6741: $? = 1
  375. configure:6753: result: @
  376. configure:6811: checking for strip
  377. configure:6827: found /usr/bin/strip
  378. configure:6838: result: strip
  379. configure:6910: checking for ranlib
  380. configure:6926: found /usr/bin/ranlib
  381. configure:6937: result: ranlib
  382. configure:7039: checking command to parse /usr/bin/nm -B output from gcc object
  383. configure:7158: gcc -c conftest.c >&5
  384. configure:7161: $? = 0
  385. configure:7165: /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
  386. configure:7168: $? = 0
  387. configure:7234: gcc -o conftest conftest.c conftstm.o >&5
  388. configure:7237: $? = 0
  389. configure:7275: result: ok
  390. configure:7312: checking for sysroot
  391. configure:7342: result: no
  392. configure:7419: gcc -c conftest.c >&5
  393. configure:7422: $? = 0
  394. configure:7585: checking for mt
  395. configure:7615: result: no
  396. configure:7635: checking if : is a manifest tool
  397. configure:7641: : '-?'
  398. configure:7649: result: no
  399. configure:8278: checking for dlfcn.h
  400. configure:8278: gcc -c conftest.c >&5
  401. configure:8278: $? = 0
  402. configure:8278: result: yes
  403. configure:8465: checking for objdir
  404. configure:8480: result: .libs
  405. configure:8747: checking if gcc supports -fno-rtti -fno-exceptions
  406. configure:8765: gcc -c -fno-rtti -fno-exceptions conftest.c >&5
  407. cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
  408. configure:8769: $? = 0
  409. configure:8782: result: no
  410. configure:9092: checking for gcc option to produce PIC
  411. configure:9099: result: -fPIC -DPIC
  412. configure:9107: checking if gcc PIC flag -fPIC -DPIC works
  413. configure:9125: gcc -c -fPIC -DPIC -DPIC conftest.c >&5
  414. configure:9129: $? = 0
  415. configure:9142: result: yes
  416. configure:9171: checking if gcc static flag -static works
  417. configure:9199: result: yes
  418. configure:9214: checking if gcc supports -c -o file.o
  419. configure:9235: gcc -c -o out/conftest2.o conftest.c >&5
  420. configure:9239: $? = 0
  421. configure:9261: result: yes
  422. configure:9269: checking if gcc supports -c -o file.o
  423. configure:9316: result: yes
  424. configure:9349: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  425. configure:10507: result: yes
  426. configure:10544: checking whether -lc should be explicitly linked in
  427. configure:10552: gcc -c conftest.c >&5
  428. configure:10555: $? = 0
  429. configure:10570: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  430. configure:10573: $? = 0
  431. configure:10587: result: no
  432. configure:10752: checking dynamic linker characteristics
  433. configure:11266: gcc -o conftest -Wl,-rpath -Wl,/foo conftest.c >&5
  434. configure:11266: $? = 0
  435. configure:11488: result: GNU/Linux ld.so
  436. configure:11595: checking how to hardcode library paths into programs
  437. configure:11620: result: immediate
  438. configure:12160: checking whether stripping libraries is possible
  439. configure:12165: result: yes
  440. configure:12200: checking if libtool supports shared libraries
  441. configure:12202: result: yes
  442. configure:12205: checking whether to build shared libraries
  443. configure:12226: result: yes
  444. configure:12229: checking whether to build static libraries
  445. configure:12233: result: yes
  446. configure:12273: checking for gawk
  447. configure:12300: result: gawk
  448. configure:12359: checking for gcc
  449. configure:12386: result: gcc
  450. configure:12615: checking for C compiler version
  451. configure:12624: gcc --version >&5
  452. gcc (GCC) 4.5.2 20110127 (prerelease)
  453. Copyright (C) 2010 Free Software Foundation, Inc.
  454. This is free software; see the source for copying conditions. There is NO
  455. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  456.  
  457. configure:12635: $? = 0
  458. configure:12624: gcc -v >&5
  459. Using built-in specs.
  460. COLLECT_GCC=gcc
  461. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
  462. Target: x86_64-unknown-linux-gnu
  463. Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  464. Thread model: posix
  465. gcc version 4.5.2 20110127 (prerelease) (GCC)
  466. configure:12635: $? = 0
  467. configure:12624: gcc -V >&5
  468. gcc: '-V' option must have argument
  469. configure:12635: $? = 1
  470. configure:12624: gcc -qversion >&5
  471. gcc: unrecognized option '-qversion'
  472. gcc: no input files
  473. configure:12635: $? = 1
  474. configure:12639: checking whether we are using the GNU C compiler
  475. configure:12667: result: yes
  476. configure:12676: checking whether gcc accepts -g
  477. configure:12737: result: yes
  478. configure:12754: checking for gcc option to accept ISO C89
  479. configure:12831: result: none needed
  480. configure:12853: checking dependency style of gcc
  481. configure:12963: result: gcc3
  482. configure:12980: checking dependency style of gcc
  483. configure:13090: result: gcc3
  484. configure:13153: checking for gcc
  485. configure:13180: result: gcc
  486. configure:13409: checking for C compiler version
  487. configure:13418: gcc --version >&5
  488. gcc (GCC) 4.5.2 20110127 (prerelease)
  489. Copyright (C) 2010 Free Software Foundation, Inc.
  490. This is free software; see the source for copying conditions. There is NO
  491. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  492.  
  493. configure:13429: $? = 0
  494. configure:13418: gcc -v >&5
  495. Using built-in specs.
  496. COLLECT_GCC=gcc
  497. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
  498. Target: x86_64-unknown-linux-gnu
  499. Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  500. Thread model: posix
  501. gcc version 4.5.2 20110127 (prerelease) (GCC)
  502. configure:13429: $? = 0
  503. configure:13418: gcc -V >&5
  504. gcc: '-V' option must have argument
  505. configure:13429: $? = 1
  506. configure:13418: gcc -qversion >&5
  507. gcc: unrecognized option '-qversion'
  508. gcc: no input files
  509. configure:13429: $? = 1
  510. configure:13433: checking whether we are using the GNU C compiler
  511. configure:13461: result: yes
  512. configure:13470: checking whether gcc accepts -g
  513. configure:13531: result: yes
  514. configure:13548: checking for gcc option to accept ISO C89
  515. configure:13625: result: none needed
  516. configure:13647: checking dependency style of gcc
  517. configure:13757: result: gcc3
  518. configure:13774: checking dependency style of gcc
  519. configure:13884: result: gcc3
  520. configure:13906: checking for bison
  521. configure:13922: found /usr/bin/bison
  522. configure:13933: result: bison -y
  523. configure:13949: checking for flex
  524. configure:13965: found /usr/bin/flex
  525. configure:13976: result: flex
  526. configure:14013: flex conftest.l
  527. configure:14017: $? = 0
  528. configure:14019: checking lex output file root
  529. configure:14033: result: lex.yy
  530. configure:14038: checking lex library
  531. configure:14052: gcc -o conftest conftest.c >&5
  532. /tmp/ccxLohbK.o: In function `yylex':
  533. conftest.c:(.text+0x693): undefined reference to `yywrap'
  534. /tmp/ccxLohbK.o: In function `input':
  535. conftest.c:(.text+0x10e9): undefined reference to `yywrap'
  536. /tmp/ccxLohbK.o: In function `main':
  537. conftest.c:(.text+0x1da8): undefined reference to `yywrap'
  538. collect2: ld returned 1 exit status
  539. configure:14052: $? = 1
  540. configure: failed program was:
  541. | /* confdefs.h */
  542. | #define PACKAGE_NAME "veejay"
  543. | #define PACKAGE_TARNAME "veejay"
  544. | #define PACKAGE_VERSION "1.5.9"
  545. | #define PACKAGE_STRING "veejay 1.5.9"
  546. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  547. | #define PACKAGE_URL ""
  548. | #define PACKAGE "veejay"
  549. | #define VERSION "1.5.9"
  550. | #define PACKAGE "veejay"
  551. | #define VERSION "1.5.9"
  552. | #define VEEJAY 1
  553. | #define HAVE_CONFIG_H 1
  554. | #define STDC_HEADERS 1
  555. | #define HAVE_SYS_TYPES_H 1
  556. | #define HAVE_SYS_STAT_H 1
  557. | #define HAVE_STDLIB_H 1
  558. | #define HAVE_STRING_H 1
  559. | #define HAVE_MEMORY_H 1
  560. | #define HAVE_STRINGS_H 1
  561. | #define HAVE_INTTYPES_H 1
  562. | #define HAVE_STDINT_H 1
  563. | #define HAVE_UNISTD_H 1
  564. | #define __EXTENSIONS__ 1
  565. | #define _ALL_SOURCE 1
  566. | #define _GNU_SOURCE 1
  567. | #define _POSIX_PTHREAD_SEMANTICS 1
  568. | #define _TANDEM_SOURCE 1
  569. | #define HAVE_DLFCN_H 1
  570. | #define LT_OBJDIR ".libs/"
  571. | /* end confdefs.h. */
  572. |
  573. | #line 3 "lex.yy.c"
  574. |
  575. | #define YY_INT_ALIGNED short int
  576. |
  577. | /* A lexical scanner generated by flex */
  578. |
  579. | #define FLEX_SCANNER
  580. | #define YY_FLEX_MAJOR_VERSION 2
  581. | #define YY_FLEX_MINOR_VERSION 5
  582. | #define YY_FLEX_SUBMINOR_VERSION 35
  583. | #if YY_FLEX_SUBMINOR_VERSION > 0
  584. | #define FLEX_BETA
  585. | #endif
  586. |
  587. | /* First, we deal with platform-specific or compiler-specific issues. */
  588. |
  589. | /* begin standard C headers. */
  590. | #include <stdio.h>
  591. | #include <string.h>
  592. | #include <errno.h>
  593. | #include <stdlib.h>
  594. |
  595. | /* end standard C headers. */
  596. |
  597. | /* flex integer type definitions */
  598. |
  599. | #ifndef FLEXINT_H
  600. | #define FLEXINT_H
  601. |
  602. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  603. |
  604. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  605. |
  606. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  607. | * if you want the limit (max/min) macros for int types.
  608. | */
  609. | #ifndef __STDC_LIMIT_MACROS
  610. | #define __STDC_LIMIT_MACROS 1
  611. | #endif
  612. |
  613. | #include <inttypes.h>
  614. | typedef int8_t flex_int8_t;
  615. | typedef uint8_t flex_uint8_t;
  616. | typedef int16_t flex_int16_t;
  617. | typedef uint16_t flex_uint16_t;
  618. | typedef int32_t flex_int32_t;
  619. | typedef uint32_t flex_uint32_t;
  620. | #else
  621. | typedef signed char flex_int8_t;
  622. | typedef short int flex_int16_t;
  623. | typedef int flex_int32_t;
  624. | typedef unsigned char flex_uint8_t;
  625. | typedef unsigned short int flex_uint16_t;
  626. | typedef unsigned int flex_uint32_t;
  627. | #endif /* ! C99 */
  628. |
  629. | /* Limits of integral types. */
  630. | #ifndef INT8_MIN
  631. | #define INT8_MIN (-128)
  632. | #endif
  633. | #ifndef INT16_MIN
  634. | #define INT16_MIN (-32767-1)
  635. | #endif
  636. | #ifndef INT32_MIN
  637. | #define INT32_MIN (-2147483647-1)
  638. | #endif
  639. | #ifndef INT8_MAX
  640. | #define INT8_MAX (127)
  641. | #endif
  642. | #ifndef INT16_MAX
  643. | #define INT16_MAX (32767)
  644. | #endif
  645. | #ifndef INT32_MAX
  646. | #define INT32_MAX (2147483647)
  647. | #endif
  648. | #ifndef UINT8_MAX
  649. | #define UINT8_MAX (255U)
  650. | #endif
  651. | #ifndef UINT16_MAX
  652. | #define UINT16_MAX (65535U)
  653. | #endif
  654. | #ifndef UINT32_MAX
  655. | #define UINT32_MAX (4294967295U)
  656. | #endif
  657. |
  658. | #endif /* ! FLEXINT_H */
  659. |
  660. | #ifdef __cplusplus
  661. |
  662. | /* The "const" storage-class-modifier is valid. */
  663. | #define YY_USE_CONST
  664. |
  665. | #else /* ! __cplusplus */
  666. |
  667. | /* C99 requires __STDC__ to be defined as 1. */
  668. | #if defined (__STDC__)
  669. |
  670. | #define YY_USE_CONST
  671. |
  672. | #endif /* defined (__STDC__) */
  673. | #endif /* ! __cplusplus */
  674. |
  675. | #ifdef YY_USE_CONST
  676. | #define yyconst const
  677. | #else
  678. | #define yyconst
  679. | #endif
  680. |
  681. | /* Returned upon end-of-file. */
  682. | #define YY_NULL 0
  683. |
  684. | /* Promotes a possibly negative, possibly signed char to an unsigned
  685. | * integer for use as an array index. If the signed char is negative,
  686. | * we want to instead treat it as an 8-bit unsigned char, hence the
  687. | * double cast.
  688. | */
  689. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  690. |
  691. | /* Enter a start condition. This macro really ought to take a parameter,
  692. | * but we do it the disgusting crufty way forced on us by the ()-less
  693. | * definition of BEGIN.
  694. | */
  695. | #define BEGIN (yy_start) = 1 + 2 *
  696. |
  697. | /* Translate the current start state into a value that can be later handed
  698. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  699. | * compatibility.
  700. | */
  701. | #define YY_START (((yy_start) - 1) / 2)
  702. | #define YYSTATE YY_START
  703. |
  704. | /* Action number for EOF rule of a given start state. */
  705. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  706. |
  707. | /* Special action meaning "start processing a new file". */
  708. | #define YY_NEW_FILE yyrestart(yyin )
  709. |
  710. | #define YY_END_OF_BUFFER_CHAR 0
  711. |
  712. | /* Size of default input buffer. */
  713. | #ifndef YY_BUF_SIZE
  714. | #define YY_BUF_SIZE 16384
  715. | #endif
  716. |
  717. | /* The state buf must be large enough to hold one state per character in the main buffer.
  718. | */
  719. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  720. |
  721. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  722. | #define YY_TYPEDEF_YY_BUFFER_STATE
  723. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  724. | #endif
  725. |
  726. | extern int yyleng;
  727. |
  728. | extern FILE *yyin, *yyout;
  729. |
  730. | #define EOB_ACT_CONTINUE_SCAN 0
  731. | #define EOB_ACT_END_OF_FILE 1
  732. | #define EOB_ACT_LAST_MATCH 2
  733. |
  734. | #define YY_LESS_LINENO(n)
  735. |
  736. | /* Return all but the first "n" matched characters back to the input stream. */
  737. | #define yyless(n) \
  738. | do \
  739. | { \
  740. | /* Undo effects of setting up yytext. */ \
  741. | int yyless_macro_arg = (n); \
  742. | YY_LESS_LINENO(yyless_macro_arg);\
  743. | *yy_cp = (yy_hold_char); \
  744. | YY_RESTORE_YY_MORE_OFFSET \
  745. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  746. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  747. | } \
  748. | while ( 0 )
  749. |
  750. | #define unput(c) yyunput( c, (yytext_ptr) )
  751. |
  752. | #ifndef YY_TYPEDEF_YY_SIZE_T
  753. | #define YY_TYPEDEF_YY_SIZE_T
  754. | typedef size_t yy_size_t;
  755. | #endif
  756. |
  757. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  758. | #define YY_STRUCT_YY_BUFFER_STATE
  759. | struct yy_buffer_state
  760. | {
  761. | FILE *yy_input_file;
  762. |
  763. | char *yy_ch_buf; /* input buffer */
  764. | char *yy_buf_pos; /* current position in input buffer */
  765. |
  766. | /* Size of input buffer in bytes, not including room for EOB
  767. | * characters.
  768. | */
  769. | yy_size_t yy_buf_size;
  770. |
  771. | /* Number of characters read into yy_ch_buf, not including EOB
  772. | * characters.
  773. | */
  774. | int yy_n_chars;
  775. |
  776. | /* Whether we "own" the buffer - i.e., we know we created it,
  777. | * and can realloc() it to grow it, and should free() it to
  778. | * delete it.
  779. | */
  780. | int yy_is_our_buffer;
  781. |
  782. | /* Whether this is an "interactive" input source; if so, and
  783. | * if we're using stdio for input, then we want to use getc()
  784. | * instead of fread(), to make sure we stop fetching input after
  785. | * each newline.
  786. | */
  787. | int yy_is_interactive;
  788. |
  789. | /* Whether we're considered to be at the beginning of a line.
  790. | * If so, '^' rules will be active on the next match, otherwise
  791. | * not.
  792. | */
  793. | int yy_at_bol;
  794. |
  795. | int yy_bs_lineno; /**< The line count. */
  796. | int yy_bs_column; /**< The column count. */
  797. |
  798. | /* Whether to try to fill the input buffer when we reach the
  799. | * end of it.
  800. | */
  801. | int yy_fill_buffer;
  802. |
  803. | int yy_buffer_status;
  804. |
  805. | #define YY_BUFFER_NEW 0
  806. | #define YY_BUFFER_NORMAL 1
  807. | /* When an EOF's been seen but there's still some text to process
  808. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  809. | * shouldn't try reading from the input source any more. We might
  810. | * still have a bunch of tokens to match, though, because of
  811. | * possible backing-up.
  812. | *
  813. | * When we actually see the EOF, we change the status to "new"
  814. | * (via yyrestart()), so that the user can continue scanning by
  815. | * just pointing yyin at a new input file.
  816. | */
  817. | #define YY_BUFFER_EOF_PENDING 2
  818. |
  819. | };
  820. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  821. |
  822. | /* Stack of input buffers. */
  823. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  824. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  825. | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  826. |
  827. | /* We provide macros for accessing buffer states in case in the
  828. | * future we want to put the buffer states in a more general
  829. | * "scanner state".
  830. | *
  831. | * Returns the top of the stack, or NULL.
  832. | */
  833. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  834. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  835. | : NULL)
  836. |
  837. | /* Same as previous macro, but useful when we know that the buffer stack is not
  838. | * NULL or when we need an lvalue. For internal use only.
  839. | */
  840. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  841. |
  842. | /* yy_hold_char holds the character lost when yytext is formed. */
  843. | static char yy_hold_char;
  844. | static int yy_n_chars; /* number of characters read into yy_ch_buf */
  845. | int yyleng;
  846. |
  847. | /* Points to current character in buffer. */
  848. | static char *yy_c_buf_p = (char *) 0;
  849. | static int yy_init = 0; /* whether we need to initialize */
  850. | static int yy_start = 0; /* start state number */
  851. |
  852. | /* Flag which is used to allow yywrap()'s to do buffer switches
  853. | * instead of setting up a fresh yyin. A bit of a hack ...
  854. | */
  855. | static int yy_did_buffer_switch_on_eof;
  856. |
  857. | void yyrestart (FILE *input_file );
  858. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
  859. | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
  860. | void yy_delete_buffer (YY_BUFFER_STATE b );
  861. | void yy_flush_buffer (YY_BUFFER_STATE b );
  862. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
  863. | void yypop_buffer_state (void );
  864. |
  865. | static void yyensure_buffer_stack (void );
  866. | static void yy_load_buffer_state (void );
  867. | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
  868. |
  869. | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
  870. |
  871. | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
  872. | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
  873. | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,int len );
  874. |
  875. | void *yyalloc (yy_size_t );
  876. | void *yyrealloc (void *,yy_size_t );
  877. | void yyfree (void * );
  878. |
  879. | #define yy_new_buffer yy_create_buffer
  880. |
  881. | #define yy_set_interactive(is_interactive) \
  882. | { \
  883. | if ( ! YY_CURRENT_BUFFER ){ \
  884. | yyensure_buffer_stack (); \
  885. | YY_CURRENT_BUFFER_LVALUE = \
  886. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  887. | } \
  888. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  889. | }
  890. |
  891. | #define yy_set_bol(at_bol) \
  892. | { \
  893. | if ( ! YY_CURRENT_BUFFER ){\
  894. | yyensure_buffer_stack (); \
  895. | YY_CURRENT_BUFFER_LVALUE = \
  896. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  897. | } \
  898. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  899. | }
  900. |
  901. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  902. |
  903. | /* Begin user sect3 */
  904. |
  905. | typedef unsigned char YY_CHAR;
  906. |
  907. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  908. |
  909. | typedef int yy_state_type;
  910. |
  911. | extern int yylineno;
  912. |
  913. | int yylineno = 1;
  914. |
  915. | extern char *yytext;
  916. | #define yytext_ptr yytext
  917. |
  918. | static yy_state_type yy_get_previous_state (void );
  919. | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
  920. | static int yy_get_next_buffer (void );
  921. | static void yy_fatal_error (yyconst char msg[] );
  922. |
  923. | /* Done after the current pattern has been matched and before the
  924. | * corresponding action - sets up yytext.
  925. | */
  926. | #define YY_DO_BEFORE_ACTION \
  927. | (yytext_ptr) = yy_bp; \
  928. | (yytext_ptr) -= (yy_more_len); \
  929. | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
  930. | (yy_hold_char) = *yy_cp; \
  931. | *yy_cp = '\0'; \
  932. | (yy_c_buf_p) = yy_cp;
  933. |
  934. | #define YY_NUM_RULES 8
  935. | #define YY_END_OF_BUFFER 9
  936. | /* This struct is not used in this scanner,
  937. | but its presence is necessary. */
  938. | struct yy_trans_info
  939. | {
  940. | flex_int32_t yy_verify;
  941. | flex_int32_t yy_nxt;
  942. | };
  943. | static yyconst flex_int16_t yy_acclist[23] =
  944. | { 0,
  945. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  946. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  947. | 7, 8
  948. | } ;
  949. |
  950. | static yyconst flex_int16_t yy_accept[14] =
  951. | { 0,
  952. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  953. | 20, 23, 23
  954. | } ;
  955. |
  956. | static yyconst flex_int32_t yy_ec[256] =
  957. | { 0,
  958. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  959. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  960. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  961. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  962. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  963. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  964. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  965. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  966. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  967. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  968. |
  969. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  970. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  971. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  972. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  973. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  974. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  975. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  976. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  977. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  978. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  979. |
  980. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  981. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  982. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  983. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  984. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  985. | 1, 1, 1, 1, 1
  986. | } ;
  987. |
  988. | static yyconst flex_int32_t yy_meta[9] =
  989. | { 0,
  990. | 1, 1, 1, 1, 1, 1, 1, 1
  991. | } ;
  992. |
  993. | static yyconst flex_int16_t yy_base[13] =
  994. | { 0,
  995. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  996. | 10, 10
  997. | } ;
  998. |
  999. | static yyconst flex_int16_t yy_def[13] =
  1000. | { 0,
  1001. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  1002. | 12, 0
  1003. | } ;
  1004. |
  1005. | static yyconst flex_int16_t yy_nxt[19] =
  1006. | { 0,
  1007. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  1008. | 12, 12, 12, 12, 12, 12, 12, 12
  1009. | } ;
  1010. |
  1011. | static yyconst flex_int16_t yy_chk[19] =
  1012. | { 0,
  1013. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  1014. | 12, 12, 12, 12, 12, 12, 12, 12
  1015. | } ;
  1016. |
  1017. | extern int yy_flex_debug;
  1018. | int yy_flex_debug = 0;
  1019. |
  1020. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  1021. | static char *yy_full_match;
  1022. | static int yy_lp;
  1023. | #define REJECT \
  1024. | { \
  1025. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  1026. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  1027. | ++(yy_lp); \
  1028. | goto find_rule; \
  1029. | }
  1030. |
  1031. | static int yy_more_flag = 0;
  1032. | static int yy_more_len = 0;
  1033. | #define yymore() ((yy_more_flag) = 1)
  1034. | #define YY_MORE_ADJ (yy_more_len)
  1035. | #define YY_RESTORE_YY_MORE_OFFSET
  1036. | char *yytext;
  1037. | #line 1 "conftest.l"
  1038. | #line 468 "lex.yy.c"
  1039. |
  1040. | #define INITIAL 0
  1041. |
  1042. | #ifndef YY_NO_UNISTD_H
  1043. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  1044. | * down here because we want the user's section 1 to have been scanned first.
  1045. | * The user has a chance to override it with an option.
  1046. | */
  1047. | #include <unistd.h>
  1048. | #endif
  1049. |
  1050. | #ifndef YY_EXTRA_TYPE
  1051. | #define YY_EXTRA_TYPE void *
  1052. | #endif
  1053. |
  1054. | static int yy_init_globals (void );
  1055. |
  1056. | /* Accessor methods to globals.
  1057. | These are made visible to non-reentrant scanners for convenience. */
  1058. |
  1059. | int yylex_destroy (void );
  1060. |
  1061. | int yyget_debug (void );
  1062. |
  1063. | void yyset_debug (int debug_flag );
  1064. |
  1065. | YY_EXTRA_TYPE yyget_extra (void );
  1066. |
  1067. | void yyset_extra (YY_EXTRA_TYPE user_defined );
  1068. |
  1069. | FILE *yyget_in (void );
  1070. |
  1071. | void yyset_in (FILE * in_str );
  1072. |
  1073. | FILE *yyget_out (void );
  1074. |
  1075. | void yyset_out (FILE * out_str );
  1076. |
  1077. | int yyget_leng (void );
  1078. |
  1079. | char *yyget_text (void );
  1080. |
  1081. | int yyget_lineno (void );
  1082. |
  1083. | void yyset_lineno (int line_number );
  1084. |
  1085. | /* Macros after this point can all be overridden by user definitions in
  1086. | * section 1.
  1087. | */
  1088. |
  1089. | #ifndef YY_SKIP_YYWRAP
  1090. | #ifdef __cplusplus
  1091. | extern "C" int yywrap (void );
  1092. | #else
  1093. | extern int yywrap (void );
  1094. | #endif
  1095. | #endif
  1096. |
  1097. | static void yyunput (int c,char *buf_ptr );
  1098. |
  1099. | #ifndef yytext_ptr
  1100. | static void yy_flex_strncpy (char *,yyconst char *,int );
  1101. | #endif
  1102. |
  1103. | #ifdef YY_NEED_STRLEN
  1104. | static int yy_flex_strlen (yyconst char * );
  1105. | #endif
  1106. |
  1107. | #ifndef YY_NO_INPUT
  1108. |
  1109. | #ifdef __cplusplus
  1110. | static int yyinput (void );
  1111. | #else
  1112. | static int input (void );
  1113. | #endif
  1114. |
  1115. | #endif
  1116. |
  1117. | /* Amount of stuff to slurp up with each read. */
  1118. | #ifndef YY_READ_BUF_SIZE
  1119. | #define YY_READ_BUF_SIZE 8192
  1120. | #endif
  1121. |
  1122. | /* Copy whatever the last rule matched to the standard output. */
  1123. | #ifndef ECHO
  1124. | /* This used to be an fputs(), but since the string might contain NUL's,
  1125. | * we now use fwrite().
  1126. | */
  1127. | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
  1128. | #endif
  1129. |
  1130. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  1131. | * is returned in "result".
  1132. | */
  1133. | #ifndef YY_INPUT
  1134. | #define YY_INPUT(buf,result,max_size) \
  1135. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  1136. | { \
  1137. | int c = '*'; \
  1138. | unsigned n; \
  1139. | for ( n = 0; n < max_size && \
  1140. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  1141. | buf[n] = (char) c; \
  1142. | if ( c == '\n' ) \
  1143. | buf[n++] = (char) c; \
  1144. | if ( c == EOF && ferror( yyin ) ) \
  1145. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1146. | result = n; \
  1147. | } \
  1148. | else \
  1149. | { \
  1150. | errno=0; \
  1151. | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  1152. | { \
  1153. | if( errno != EINTR) \
  1154. | { \
  1155. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1156. | break; \
  1157. | } \
  1158. | errno=0; \
  1159. | clearerr(yyin); \
  1160. | } \
  1161. | }\
  1162. | \
  1163. |
  1164. | #endif
  1165. |
  1166. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  1167. | * we don't want an extra ';' after the "return" because that will cause
  1168. | * some compilers to complain about unreachable statements.
  1169. | */
  1170. | #ifndef yyterminate
  1171. | #define yyterminate() return YY_NULL
  1172. | #endif
  1173. |
  1174. | /* Number of entries by which start-condition stack grows. */
  1175. | #ifndef YY_START_STACK_INCR
  1176. | #define YY_START_STACK_INCR 25
  1177. | #endif
  1178. |
  1179. | /* Report a fatal error. */
  1180. | #ifndef YY_FATAL_ERROR
  1181. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  1182. | #endif
  1183. |
  1184. | /* end tables serialization structures and prototypes */
  1185. |
  1186. | /* Default declaration of generated scanner - a define so the user can
  1187. | * easily add parameters.
  1188. | */
  1189. | #ifndef YY_DECL
  1190. | #define YY_DECL_IS_OURS 1
  1191. |
  1192. | extern int yylex (void);
  1193. |
  1194. | #define YY_DECL int yylex (void)
  1195. | #endif /* !YY_DECL */
  1196. |
  1197. | /* Code executed at the beginning of each rule, after yytext and yyleng
  1198. | * have been set up.
  1199. | */
  1200. | #ifndef YY_USER_ACTION
  1201. | #define YY_USER_ACTION
  1202. | #endif
  1203. |
  1204. | /* Code executed at the end of each rule. */
  1205. | #ifndef YY_BREAK
  1206. | #define YY_BREAK break;
  1207. | #endif
  1208. |
  1209. | #define YY_RULE_SETUP \
  1210. | YY_USER_ACTION
  1211. |
  1212. | /** The main scanner function which does all the work.
  1213. | */
  1214. | YY_DECL
  1215. | {
  1216. | register yy_state_type yy_current_state;
  1217. | register char *yy_cp, *yy_bp;
  1218. | register int yy_act;
  1219. |
  1220. | #line 1 "conftest.l"
  1221. |
  1222. | #line 652 "lex.yy.c"
  1223. |
  1224. | if ( !(yy_init) )
  1225. | {
  1226. | (yy_init) = 1;
  1227. |
  1228. | #ifdef YY_USER_INIT
  1229. | YY_USER_INIT;
  1230. | #endif
  1231. |
  1232. | /* Create the reject buffer large enough to save one state per allowed character. */
  1233. | if ( ! (yy_state_buf) )
  1234. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  1235. | if ( ! (yy_state_buf) )
  1236. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  1237. |
  1238. | if ( ! (yy_start) )
  1239. | (yy_start) = 1; /* first start state */
  1240. |
  1241. | if ( ! yyin )
  1242. | yyin = stdin;
  1243. |
  1244. | if ( ! yyout )
  1245. | yyout = stdout;
  1246. |
  1247. | if ( ! YY_CURRENT_BUFFER ) {
  1248. | yyensure_buffer_stack ();
  1249. | YY_CURRENT_BUFFER_LVALUE =
  1250. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1251. | }
  1252. |
  1253. | yy_load_buffer_state( );
  1254. | }
  1255. |
  1256. | while ( 1 ) /* loops until end-of-file is reached */
  1257. | {
  1258. | (yy_more_len) = 0;
  1259. | if ( (yy_more_flag) )
  1260. | {
  1261. | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
  1262. | (yy_more_flag) = 0;
  1263. | }
  1264. | yy_cp = (yy_c_buf_p);
  1265. |
  1266. | /* Support of yytext. */
  1267. | *yy_cp = (yy_hold_char);
  1268. |
  1269. | /* yy_bp points to the position in yy_ch_buf of the start of
  1270. | * the current run.
  1271. | */
  1272. | yy_bp = yy_cp;
  1273. |
  1274. | yy_current_state = (yy_start);
  1275. |
  1276. | (yy_state_ptr) = (yy_state_buf);
  1277. | *(yy_state_ptr)++ = yy_current_state;
  1278. |
  1279. | yy_match:
  1280. | do
  1281. | {
  1282. | register YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)];
  1283. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1284. | {
  1285. | yy_current_state = (int) yy_def[yy_current_state];
  1286. | if ( yy_current_state >= 13 )
  1287. | yy_c = yy_meta[(unsigned int) yy_c];
  1288. | }
  1289. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1290. | *(yy_state_ptr)++ = yy_current_state;
  1291. | ++yy_cp;
  1292. | }
  1293. | while ( yy_base[yy_current_state] != 10 );
  1294. |
  1295. | yy_find_action:
  1296. | yy_current_state = *--(yy_state_ptr);
  1297. | (yy_lp) = yy_accept[yy_current_state];
  1298. | find_rule: /* we branch to this label when backing up */
  1299. | for ( ; ; ) /* until we find what rule we matched */
  1300. | {
  1301. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  1302. | {
  1303. | yy_act = yy_acclist[(yy_lp)];
  1304. | {
  1305. | (yy_full_match) = yy_cp;
  1306. | break;
  1307. | }
  1308. | }
  1309. | --yy_cp;
  1310. | yy_current_state = *--(yy_state_ptr);
  1311. | (yy_lp) = yy_accept[yy_current_state];
  1312. | }
  1313. |
  1314. | YY_DO_BEFORE_ACTION;
  1315. |
  1316. | do_action: /* This label is used only to access EOF actions. */
  1317. |
  1318. | switch ( yy_act )
  1319. | { /* beginning of action switch */
  1320. | case 1:
  1321. | YY_RULE_SETUP
  1322. | #line 2 "conftest.l"
  1323. | { ECHO; }
  1324. | YY_BREAK
  1325. | case 2:
  1326. | YY_RULE_SETUP
  1327. | #line 3 "conftest.l"
  1328. | { REJECT; }
  1329. | YY_BREAK
  1330. | case 3:
  1331. | YY_RULE_SETUP
  1332. | #line 4 "conftest.l"
  1333. | { yymore (); }
  1334. | YY_BREAK
  1335. | case 4:
  1336. | YY_RULE_SETUP
  1337. | #line 5 "conftest.l"
  1338. | { yyless (1); }
  1339. | YY_BREAK
  1340. | case 5:
  1341. | YY_RULE_SETUP
  1342. | #line 6 "conftest.l"
  1343. | { yyless (input () != 0); }
  1344. | YY_BREAK
  1345. | case 6:
  1346. | YY_RULE_SETUP
  1347. | #line 7 "conftest.l"
  1348. | { unput (yytext[0]); }
  1349. | YY_BREAK
  1350. | case 7:
  1351. | YY_RULE_SETUP
  1352. | #line 8 "conftest.l"
  1353. | { BEGIN INITIAL; }
  1354. | YY_BREAK
  1355. | case 8:
  1356. | YY_RULE_SETUP
  1357. | #line 9 "conftest.l"
  1358. | ECHO;
  1359. | YY_BREAK
  1360. | #line 790 "lex.yy.c"
  1361. | case YY_STATE_EOF(INITIAL):
  1362. | yyterminate();
  1363. |
  1364. | case YY_END_OF_BUFFER:
  1365. | {
  1366. | /* Amount of text matched not including the EOB char. */
  1367. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  1368. |
  1369. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1370. | *yy_cp = (yy_hold_char);
  1371. | YY_RESTORE_YY_MORE_OFFSET
  1372. |
  1373. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  1374. | {
  1375. | /* We're scanning a new file or input source. It's
  1376. | * possible that this happened because the user
  1377. | * just pointed yyin at a new source and called
  1378. | * yylex(). If so, then we have to assure
  1379. | * consistency between YY_CURRENT_BUFFER and our
  1380. | * globals. Here is the right place to do so, because
  1381. | * this is the first action (other than possibly a
  1382. | * back-up) that will match for the new input source.
  1383. | */
  1384. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1385. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  1386. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  1387. | }
  1388. |
  1389. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1390. | * of the first EOB in the buffer, since yy_c_buf_p will
  1391. | * already have been incremented past the NUL character
  1392. | * (since all states make transitions on EOB to the
  1393. | * end-of-buffer state). Contrast this with the test
  1394. | * in input().
  1395. | */
  1396. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1397. | { /* This was really a NUL. */
  1398. | yy_state_type yy_next_state;
  1399. |
  1400. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  1401. |
  1402. | yy_current_state = yy_get_previous_state( );
  1403. |
  1404. | /* Okay, we're now positioned to make the NUL
  1405. | * transition. We couldn't have
  1406. | * yy_get_previous_state() go ahead and do it
  1407. | * for us because it doesn't know how to deal
  1408. | * with the possibility of jamming (and we don't
  1409. | * want to build jamming into it because then it
  1410. | * will run more slowly).
  1411. | */
  1412. |
  1413. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1414. |
  1415. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1416. |
  1417. | if ( yy_next_state )
  1418. | {
  1419. | /* Consume the NUL. */
  1420. | yy_cp = ++(yy_c_buf_p);
  1421. | yy_current_state = yy_next_state;
  1422. | goto yy_match;
  1423. | }
  1424. |
  1425. | else
  1426. | {
  1427. | yy_cp = (yy_c_buf_p);
  1428. | goto yy_find_action;
  1429. | }
  1430. | }
  1431. |
  1432. | else switch ( yy_get_next_buffer( ) )
  1433. | {
  1434. | case EOB_ACT_END_OF_FILE:
  1435. | {
  1436. | (yy_did_buffer_switch_on_eof) = 0;
  1437. |
  1438. | if ( yywrap( ) )
  1439. | {
  1440. | /* Note: because we've taken care in
  1441. | * yy_get_next_buffer() to have set up
  1442. | * yytext, we can now set up
  1443. | * yy_c_buf_p so that if some total
  1444. | * hoser (like flex itself) wants to
  1445. | * call the scanner after we return the
  1446. | * YY_NULL, it'll still work - another
  1447. | * YY_NULL will get returned.
  1448. | */
  1449. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  1450. |
  1451. | yy_act = YY_STATE_EOF(YY_START);
  1452. | goto do_action;
  1453. | }
  1454. |
  1455. | else
  1456. | {
  1457. | if ( ! (yy_did_buffer_switch_on_eof) )
  1458. | YY_NEW_FILE;
  1459. | }
  1460. | break;
  1461. | }
  1462. |
  1463. | case EOB_ACT_CONTINUE_SCAN:
  1464. | (yy_c_buf_p) =
  1465. | (yytext_ptr) + yy_amount_of_matched_text;
  1466. |
  1467. | yy_current_state = yy_get_previous_state( );
  1468. |
  1469. | yy_cp = (yy_c_buf_p);
  1470. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1471. | goto yy_match;
  1472. |
  1473. | case EOB_ACT_LAST_MATCH:
  1474. | (yy_c_buf_p) =
  1475. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  1476. |
  1477. | yy_current_state = yy_get_previous_state( );
  1478. |
  1479. | yy_cp = (yy_c_buf_p);
  1480. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1481. | goto yy_find_action;
  1482. | }
  1483. | break;
  1484. | }
  1485. |
  1486. | default:
  1487. | YY_FATAL_ERROR(
  1488. | "fatal flex scanner internal error--no action found" );
  1489. | } /* end of action switch */
  1490. | } /* end of scanning one token */
  1491. | } /* end of yylex */
  1492. |
  1493. | /* yy_get_next_buffer - try to read in a new buffer
  1494. | *
  1495. | * Returns a code representing an action:
  1496. | * EOB_ACT_LAST_MATCH -
  1497. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1498. | * EOB_ACT_END_OF_FILE - end of file
  1499. | */
  1500. | static int yy_get_next_buffer (void)
  1501. | {
  1502. | register char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  1503. | register char *source = (yytext_ptr);
  1504. | register int number_to_move, i;
  1505. | int ret_val;
  1506. |
  1507. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  1508. | YY_FATAL_ERROR(
  1509. | "fatal flex scanner internal error--end of buffer missed" );
  1510. |
  1511. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  1512. | { /* Don't try to fill the buffer, so this is an EOF. */
  1513. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  1514. | {
  1515. | /* We matched a single character, the EOB, so
  1516. | * treat this as a final EOF.
  1517. | */
  1518. | return EOB_ACT_END_OF_FILE;
  1519. | }
  1520. |
  1521. | else
  1522. | {
  1523. | /* We matched some text prior to the EOB, first
  1524. | * process it.
  1525. | */
  1526. | return EOB_ACT_LAST_MATCH;
  1527. | }
  1528. | }
  1529. |
  1530. | /* Try to read more data. */
  1531. |
  1532. | /* First move last chars to start of buffer. */
  1533. | number_to_move = (int) ((yy_c_buf_p) - (yytext_ptr)) - 1;
  1534. |
  1535. | for ( i = 0; i < number_to_move; ++i )
  1536. | *(dest++) = *(source++);
  1537. |
  1538. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1539. | /* don't do the read, it's not guaranteed to return an EOF,
  1540. | * just force an EOF
  1541. | */
  1542. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  1543. |
  1544. | else
  1545. | {
  1546. | int num_to_read =
  1547. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  1548. |
  1549. | while ( num_to_read <= 0 )
  1550. | { /* Not enough room in the buffer - grow it. */
  1551. |
  1552. | YY_FATAL_ERROR(
  1553. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1554. |
  1555. | }
  1556. |
  1557. | if ( num_to_read > YY_READ_BUF_SIZE )
  1558. | num_to_read = YY_READ_BUF_SIZE;
  1559. |
  1560. | /* Read in more data. */
  1561. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1562. | (yy_n_chars), (size_t) num_to_read );
  1563. |
  1564. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1565. | }
  1566. |
  1567. | if ( (yy_n_chars) == 0 )
  1568. | {
  1569. | if ( number_to_move == YY_MORE_ADJ )
  1570. | {
  1571. | ret_val = EOB_ACT_END_OF_FILE;
  1572. | yyrestart(yyin );
  1573. | }
  1574. |
  1575. | else
  1576. | {
  1577. | ret_val = EOB_ACT_LAST_MATCH;
  1578. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  1579. | YY_BUFFER_EOF_PENDING;
  1580. | }
  1581. | }
  1582. |
  1583. | else
  1584. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1585. |
  1586. | if ((yy_size_t) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1587. | /* Extend the array by 50%, plus the number we really need. */
  1588. | yy_size_t new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  1589. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
  1590. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1591. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  1592. | }
  1593. |
  1594. | (yy_n_chars) += number_to_move;
  1595. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  1596. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  1597. |
  1598. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  1599. |
  1600. | return ret_val;
  1601. | }
  1602. |
  1603. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1604. |
  1605. | static yy_state_type yy_get_previous_state (void)
  1606. | {
  1607. | register yy_state_type yy_current_state;
  1608. | register char *yy_cp;
  1609. |
  1610. | yy_current_state = (yy_start);
  1611. |
  1612. | (yy_state_ptr) = (yy_state_buf);
  1613. | *(yy_state_ptr)++ = yy_current_state;
  1614. |
  1615. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  1616. | {
  1617. | register YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1618. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1619. | {
  1620. | yy_current_state = (int) yy_def[yy_current_state];
  1621. | if ( yy_current_state >= 13 )
  1622. | yy_c = yy_meta[(unsigned int) yy_c];
  1623. | }
  1624. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1625. | *(yy_state_ptr)++ = yy_current_state;
  1626. | }
  1627. |
  1628. | return yy_current_state;
  1629. | }
  1630. |
  1631. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1632. | *
  1633. | * synopsis
  1634. | * next_state = yy_try_NUL_trans( current_state );
  1635. | */
  1636. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  1637. | {
  1638. | register int yy_is_jam;
  1639. |
  1640. | register YY_CHAR yy_c = 1;
  1641. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1642. | {
  1643. | yy_current_state = (int) yy_def[yy_current_state];
  1644. | if ( yy_current_state >= 13 )
  1645. | yy_c = yy_meta[(unsigned int) yy_c];
  1646. | }
  1647. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1648. | yy_is_jam = (yy_current_state == 12);
  1649. | if ( ! yy_is_jam )
  1650. | *(yy_state_ptr)++ = yy_current_state;
  1651. |
  1652. | return yy_is_jam ? 0 : yy_current_state;
  1653. | }
  1654. |
  1655. | static void yyunput (int c, register char * yy_bp )
  1656. | {
  1657. | register char *yy_cp;
  1658. |
  1659. | yy_cp = (yy_c_buf_p);
  1660. |
  1661. | /* undo effects of setting up yytext */
  1662. | *yy_cp = (yy_hold_char);
  1663. |
  1664. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1665. | { /* need to shift things up to make room */
  1666. | /* +2 for EOB chars. */
  1667. | register int number_to_move = (yy_n_chars) + 2;
  1668. | register char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  1669. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  1670. | register char *source =
  1671. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  1672. |
  1673. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1674. | *--dest = *--source;
  1675. |
  1676. | yy_cp += (int) (dest - source);
  1677. | yy_bp += (int) (dest - source);
  1678. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  1679. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  1680. |
  1681. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1682. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1683. | }
  1684. |
  1685. | *--yy_cp = (char) c;
  1686. |
  1687. | (yytext_ptr) = yy_bp;
  1688. | (yy_hold_char) = *yy_cp;
  1689. | (yy_c_buf_p) = yy_cp;
  1690. | }
  1691. |
  1692. | #ifndef YY_NO_INPUT
  1693. | #ifdef __cplusplus
  1694. | static int yyinput (void)
  1695. | #else
  1696. | static int input (void)
  1697. | #endif
  1698. |
  1699. | {
  1700. | int c;
  1701. |
  1702. | *(yy_c_buf_p) = (yy_hold_char);
  1703. |
  1704. | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  1705. | {
  1706. | /* yy_c_buf_p now points to the character we want to return.
  1707. | * If this occurs *before* the EOB characters, then it's a
  1708. | * valid NUL; if not, then we've hit the end of the buffer.
  1709. | */
  1710. | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1711. | /* This was really a NUL. */
  1712. | *(yy_c_buf_p) = '\0';
  1713. |
  1714. | else
  1715. | { /* need more input */
  1716. | int offset = (yy_c_buf_p) - (yytext_ptr);
  1717. | ++(yy_c_buf_p);
  1718. |
  1719. | switch ( yy_get_next_buffer( ) )
  1720. | {
  1721. | case EOB_ACT_LAST_MATCH:
  1722. | /* This happens because yy_g_n_b()
  1723. | * sees that we've accumulated a
  1724. | * token and flags that we need to
  1725. | * try matching the token before
  1726. | * proceeding. But for input(),
  1727. | * there's no matching to consider.
  1728. | * So convert the EOB_ACT_LAST_MATCH
  1729. | * to EOB_ACT_END_OF_FILE.
  1730. | */
  1731. |
  1732. | /* Reset buffer status. */
  1733. | yyrestart(yyin );
  1734. |
  1735. | /*FALLTHROUGH*/
  1736. |
  1737. | case EOB_ACT_END_OF_FILE:
  1738. | {
  1739. | if ( yywrap( ) )
  1740. | return EOF;
  1741. |
  1742. | if ( ! (yy_did_buffer_switch_on_eof) )
  1743. | YY_NEW_FILE;
  1744. | #ifdef __cplusplus
  1745. | return yyinput();
  1746. | #else
  1747. | return input();
  1748. | #endif
  1749. | }
  1750. |
  1751. | case EOB_ACT_CONTINUE_SCAN:
  1752. | (yy_c_buf_p) = (yytext_ptr) + offset;
  1753. | break;
  1754. | }
  1755. | }
  1756. | }
  1757. |
  1758. | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  1759. | *(yy_c_buf_p) = '\0'; /* preserve yytext */
  1760. | (yy_hold_char) = *++(yy_c_buf_p);
  1761. |
  1762. | return c;
  1763. | }
  1764. | #endif /* ifndef YY_NO_INPUT */
  1765. |
  1766. | /** Immediately switch to a different input stream.
  1767. | * @param input_file A readable stream.
  1768. | *
  1769. | * @note This function does not reset the start condition to @c INITIAL .
  1770. | */
  1771. | void yyrestart (FILE * input_file )
  1772. | {
  1773. |
  1774. | if ( ! YY_CURRENT_BUFFER ){
  1775. | yyensure_buffer_stack ();
  1776. | YY_CURRENT_BUFFER_LVALUE =
  1777. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1778. | }
  1779. |
  1780. | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
  1781. | yy_load_buffer_state( );
  1782. | }
  1783. |
  1784. | /** Switch to a different input buffer.
  1785. | * @param new_buffer The new input buffer.
  1786. | *
  1787. | */
  1788. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  1789. | {
  1790. |
  1791. | /* TODO. We should be able to replace this entire function body
  1792. | * with
  1793. | * yypop_buffer_state();
  1794. | * yypush_buffer_state(new_buffer);
  1795. | */
  1796. | yyensure_buffer_stack ();
  1797. | if ( YY_CURRENT_BUFFER == new_buffer )
  1798. | return;
  1799. |
  1800. | if ( YY_CURRENT_BUFFER )
  1801. | {
  1802. | /* Flush out information for old buffer. */
  1803. | *(yy_c_buf_p) = (yy_hold_char);
  1804. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1805. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1806. | }
  1807. |
  1808. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1809. | yy_load_buffer_state( );
  1810. |
  1811. | /* We don't actually know whether we did this switch during
  1812. | * EOF (yywrap()) processing, but the only time this flag
  1813. | * is looked at is after yywrap() is called, so it's safe
  1814. | * to go ahead and always set it.
  1815. | */
  1816. | (yy_did_buffer_switch_on_eof) = 1;
  1817. | }
  1818. |
  1819. | static void yy_load_buffer_state (void)
  1820. | {
  1821. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1822. | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  1823. | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  1824. | (yy_hold_char) = *(yy_c_buf_p);
  1825. | }
  1826. |
  1827. | /** Allocate and initialize an input buffer state.
  1828. | * @param file A readable stream.
  1829. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  1830. | *
  1831. | * @return the allocated buffer state.
  1832. | */
  1833. | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  1834. | {
  1835. | YY_BUFFER_STATE b;
  1836. |
  1837. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1838. | if ( ! b )
  1839. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1840. |
  1841. | b->yy_buf_size = size;
  1842. |
  1843. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1844. | * we need to put in 2 end-of-buffer characters.
  1845. | */
  1846. | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
  1847. | if ( ! b->yy_ch_buf )
  1848. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1849. |
  1850. | b->yy_is_our_buffer = 1;
  1851. |
  1852. | yy_init_buffer(b,file );
  1853. |
  1854. | return b;
  1855. | }
  1856. |
  1857. | /** Destroy the buffer.
  1858. | * @param b a buffer created with yy_create_buffer()
  1859. | *
  1860. | */
  1861. | void yy_delete_buffer (YY_BUFFER_STATE b )
  1862. | {
  1863. |
  1864. | if ( ! b )
  1865. | return;
  1866. |
  1867. | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  1868. | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  1869. |
  1870. | if ( b->yy_is_our_buffer )
  1871. | yyfree((void *) b->yy_ch_buf );
  1872. |
  1873. | yyfree((void *) b );
  1874. | }
  1875. |
  1876. | #ifndef __cplusplus
  1877. | extern int isatty (int );
  1878. | #endif /* __cplusplus */
  1879. |
  1880. | /* Initializes or reinitializes a buffer.
  1881. | * This function is sometimes called more than once on the same buffer,
  1882. | * such as during a yyrestart() or at EOF.
  1883. | */
  1884. | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  1885. |
  1886. | {
  1887. | int oerrno = errno;
  1888. |
  1889. | yy_flush_buffer(b );
  1890. |
  1891. | b->yy_input_file = file;
  1892. | b->yy_fill_buffer = 1;
  1893. |
  1894. | /* If b is the current buffer, then yy_init_buffer was _probably_
  1895. | * called from yyrestart() or through yy_get_next_buffer.
  1896. | * In that case, we don't want to reset the lineno or column.
  1897. | */
  1898. | if (b != YY_CURRENT_BUFFER){
  1899. | b->yy_bs_lineno = 1;
  1900. | b->yy_bs_column = 0;
  1901. | }
  1902. |
  1903. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1904. |
  1905. | errno = oerrno;
  1906. | }
  1907. |
  1908. | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  1909. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  1910. | *
  1911. | */
  1912. | void yy_flush_buffer (YY_BUFFER_STATE b )
  1913. | {
  1914. | if ( ! b )
  1915. | return;
  1916. |
  1917. | b->yy_n_chars = 0;
  1918. |
  1919. | /* We always need two end-of-buffer characters. The first causes
  1920. | * a transition to the end-of-buffer state. The second causes
  1921. | * a jam in that state.
  1922. | */
  1923. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  1924. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  1925. |
  1926. | b->yy_buf_pos = &b->yy_ch_buf[0];
  1927. |
  1928. | b->yy_at_bol = 1;
  1929. | b->yy_buffer_status = YY_BUFFER_NEW;
  1930. |
  1931. | if ( b == YY_CURRENT_BUFFER )
  1932. | yy_load_buffer_state( );
  1933. | }
  1934. |
  1935. | /** Pushes the new state onto the stack. The new state becomes
  1936. | * the current state. This function will allocate the stack
  1937. | * if necessary.
  1938. | * @param new_buffer The new state.
  1939. | *
  1940. | */
  1941. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  1942. | {
  1943. | if (new_buffer == NULL)
  1944. | return;
  1945. |
  1946. | yyensure_buffer_stack();
  1947. |
  1948. | /* This block is copied from yy_switch_to_buffer. */
  1949. | if ( YY_CURRENT_BUFFER )
  1950. | {
  1951. | /* Flush out information for old buffer. */
  1952. | *(yy_c_buf_p) = (yy_hold_char);
  1953. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1954. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1955. | }
  1956. |
  1957. | /* Only push if top exists. Otherwise, replace top. */
  1958. | if (YY_CURRENT_BUFFER)
  1959. | (yy_buffer_stack_top)++;
  1960. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1961. |
  1962. | /* copied from yy_switch_to_buffer. */
  1963. | yy_load_buffer_state( );
  1964. | (yy_did_buffer_switch_on_eof) = 1;
  1965. | }
  1966. |
  1967. | /** Removes and deletes the top of the stack, if present.
  1968. | * The next element becomes the new top.
  1969. | *
  1970. | */
  1971. | void yypop_buffer_state (void)
  1972. | {
  1973. | if (!YY_CURRENT_BUFFER)
  1974. | return;
  1975. |
  1976. | yy_delete_buffer(YY_CURRENT_BUFFER );
  1977. | YY_CURRENT_BUFFER_LVALUE = NULL;
  1978. | if ((yy_buffer_stack_top) > 0)
  1979. | --(yy_buffer_stack_top);
  1980. |
  1981. | if (YY_CURRENT_BUFFER) {
  1982. | yy_load_buffer_state( );
  1983. | (yy_did_buffer_switch_on_eof) = 1;
  1984. | }
  1985. | }
  1986. |
  1987. | /* Allocates the stack if it does not exist.
  1988. | * Guarantees space for at least one push.
  1989. | */
  1990. | static void yyensure_buffer_stack (void)
  1991. | {
  1992. | int num_to_alloc;
  1993. |
  1994. | if (!(yy_buffer_stack)) {
  1995. |
  1996. | /* First allocation is just for 2 elements, since we don't know if this
  1997. | * scanner will even need a stack. We use 2 instead of 1 to avoid an
  1998. | * immediate realloc on the next call.
  1999. | */
  2000. | num_to_alloc = 1;
  2001. | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  2002. | (num_to_alloc * sizeof(struct yy_buffer_state*)
  2003. | );
  2004. | if ( ! (yy_buffer_stack) )
  2005. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2006. |
  2007. | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  2008. |
  2009. | (yy_buffer_stack_max) = num_to_alloc;
  2010. | (yy_buffer_stack_top) = 0;
  2011. | return;
  2012. | }
  2013. |
  2014. | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  2015. |
  2016. | /* Increase the buffer to prepare for a possible push. */
  2017. | int grow_size = 8 /* arbitrary grow size */;
  2018. |
  2019. | num_to_alloc = (yy_buffer_stack_max) + grow_size;
  2020. | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  2021. | ((yy_buffer_stack),
  2022. | num_to_alloc * sizeof(struct yy_buffer_state*)
  2023. | );
  2024. | if ( ! (yy_buffer_stack) )
  2025. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2026. |
  2027. | /* zero only the new slots.*/
  2028. | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  2029. | (yy_buffer_stack_max) = num_to_alloc;
  2030. | }
  2031. | }
  2032. |
  2033. | /** Setup the input buffer state to scan directly from a user-specified character buffer.
  2034. | * @param base the character buffer
  2035. | * @param size the size in bytes of the character buffer
  2036. | *
  2037. | * @return the newly allocated buffer state object.
  2038. | */
  2039. | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  2040. | {
  2041. | YY_BUFFER_STATE b;
  2042. |
  2043. | if ( size < 2 ||
  2044. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  2045. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  2046. | /* They forgot to leave room for the EOB's. */
  2047. | return 0;
  2048. |
  2049. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  2050. | if ( ! b )
  2051. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  2052. |
  2053. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  2054. | b->yy_buf_pos = b->yy_ch_buf = base;
  2055. | b->yy_is_our_buffer = 0;
  2056. | b->yy_input_file = 0;
  2057. | b->yy_n_chars = b->yy_buf_size;
  2058. | b->yy_is_interactive = 0;
  2059. | b->yy_at_bol = 1;
  2060. | b->yy_fill_buffer = 0;
  2061. | b->yy_buffer_status = YY_BUFFER_NEW;
  2062. |
  2063. | yy_switch_to_buffer(b );
  2064. |
  2065. | return b;
  2066. | }
  2067. |
  2068. | /** Setup the input buffer state to scan a string. The next call to yylex() will
  2069. | * scan from a @e copy of @a str.
  2070. | * @param yystr a NUL-terminated string to scan
  2071. | *
  2072. | * @return the newly allocated buffer state object.
  2073. | * @note If you want to scan bytes that may contain NUL values, then use
  2074. | * yy_scan_bytes() instead.
  2075. | */
  2076. | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
  2077. | {
  2078. |
  2079. | return yy_scan_bytes(yystr,strlen(yystr) );
  2080. | }
  2081. |
  2082. | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  2083. | * scan from a @e copy of @a bytes.
  2084. | * @param bytes the byte buffer to scan
  2085. | * @param len the number of bytes in the buffer pointed to by @a bytes.
  2086. | *
  2087. | * @return the newly allocated buffer state object.
  2088. | */
  2089. | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, int _yybytes_len )
  2090. | {
  2091. | YY_BUFFER_STATE b;
  2092. | char *buf;
  2093. | yy_size_t n;
  2094. | int i;
  2095. |
  2096. | /* Get memory for full buffer, including space for trailing EOB's. */
  2097. | n = _yybytes_len + 2;
  2098. | buf = (char *) yyalloc(n );
  2099. | if ( ! buf )
  2100. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  2101. |
  2102. | for ( i = 0; i < _yybytes_len; ++i )
  2103. | buf[i] = yybytes[i];
  2104. |
  2105. | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  2106. |
  2107. | b = yy_scan_buffer(buf,n );
  2108. | if ( ! b )
  2109. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  2110. |
  2111. | /* It's okay to grow etc. this buffer, and we should throw it
  2112. | * away when we're done.
  2113. | */
  2114. | b->yy_is_our_buffer = 1;
  2115. |
  2116. | return b;
  2117. | }
  2118. |
  2119. | #ifndef YY_EXIT_FAILURE
  2120. | #define YY_EXIT_FAILURE 2
  2121. | #endif
  2122. |
  2123. | static void yy_fatal_error (yyconst char* msg )
  2124. | {
  2125. | (void) fprintf( stderr, "%s\n", msg );
  2126. | exit( YY_EXIT_FAILURE );
  2127. | }
  2128. |
  2129. | /* Redefine yyless() so it works in section 3 code. */
  2130. |
  2131. | #undef yyless
  2132. | #define yyless(n) \
  2133. | do \
  2134. | { \
  2135. | /* Undo effects of setting up yytext. */ \
  2136. | int yyless_macro_arg = (n); \
  2137. | YY_LESS_LINENO(yyless_macro_arg);\
  2138. | yytext[yyleng] = (yy_hold_char); \
  2139. | (yy_c_buf_p) = yytext + yyless_macro_arg; \
  2140. | (yy_hold_char) = *(yy_c_buf_p); \
  2141. | *(yy_c_buf_p) = '\0'; \
  2142. | yyleng = yyless_macro_arg; \
  2143. | } \
  2144. | while ( 0 )
  2145. |
  2146. | /* Accessor methods (get/set functions) to struct members. */
  2147. |
  2148. | /** Get the current line number.
  2149. | *
  2150. | */
  2151. | int yyget_lineno (void)
  2152. | {
  2153. |
  2154. | return yylineno;
  2155. | }
  2156. |
  2157. | /** Get the input stream.
  2158. | *
  2159. | */
  2160. | FILE *yyget_in (void)
  2161. | {
  2162. | return yyin;
  2163. | }
  2164. |
  2165. | /** Get the output stream.
  2166. | *
  2167. | */
  2168. | FILE *yyget_out (void)
  2169. | {
  2170. | return yyout;
  2171. | }
  2172. |
  2173. | /** Get the length of the current token.
  2174. | *
  2175. | */
  2176. | int yyget_leng (void)
  2177. | {
  2178. | return yyleng;
  2179. | }
  2180. |
  2181. | /** Get the current token.
  2182. | *
  2183. | */
  2184. |
  2185. | char *yyget_text (void)
  2186. | {
  2187. | return yytext;
  2188. | }
  2189. |
  2190. | /** Set the current line number.
  2191. | * @param line_number
  2192. | *
  2193. | */
  2194. | void yyset_lineno (int line_number )
  2195. | {
  2196. |
  2197. | yylineno = line_number;
  2198. | }
  2199. |
  2200. | /** Set the input stream. This does not discard the current
  2201. | * input buffer.
  2202. | * @param in_str A readable stream.
  2203. | *
  2204. | * @see yy_switch_to_buffer
  2205. | */
  2206. | void yyset_in (FILE * in_str )
  2207. | {
  2208. | yyin = in_str ;
  2209. | }
  2210. |
  2211. | void yyset_out (FILE * out_str )
  2212. | {
  2213. | yyout = out_str ;
  2214. | }
  2215. |
  2216. | int yyget_debug (void)
  2217. | {
  2218. | return yy_flex_debug;
  2219. | }
  2220. |
  2221. | void yyset_debug (int bdebug )
  2222. | {
  2223. | yy_flex_debug = bdebug ;
  2224. | }
  2225. |
  2226. | static int yy_init_globals (void)
  2227. | {
  2228. | /* Initialization is the same as for the non-reentrant scanner.
  2229. | * This function is called from yylex_destroy(), so don't allocate here.
  2230. | */
  2231. |
  2232. | (yy_buffer_stack) = 0;
  2233. | (yy_buffer_stack_top) = 0;
  2234. | (yy_buffer_stack_max) = 0;
  2235. | (yy_c_buf_p) = (char *) 0;
  2236. | (yy_init) = 0;
  2237. | (yy_start) = 0;
  2238. |
  2239. | (yy_state_buf) = 0;
  2240. | (yy_state_ptr) = 0;
  2241. | (yy_full_match) = 0;
  2242. | (yy_lp) = 0;
  2243. |
  2244. | /* Defined in main.c */
  2245. | #ifdef YY_STDINIT
  2246. | yyin = stdin;
  2247. | yyout = stdout;
  2248. | #else
  2249. | yyin = (FILE *) 0;
  2250. | yyout = (FILE *) 0;
  2251. | #endif
  2252. |
  2253. | /* For future reference: Set errno on error, since we are called by
  2254. | * yylex_init()
  2255. | */
  2256. | return 0;
  2257. | }
  2258. |
  2259. | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  2260. | int yylex_destroy (void)
  2261. | {
  2262. |
  2263. | /* Pop the buffer stack, destroying each element. */
  2264. | while(YY_CURRENT_BUFFER){
  2265. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2266. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2267. | yypop_buffer_state();
  2268. | }
  2269. |
  2270. | /* Destroy the stack itself. */
  2271. | yyfree((yy_buffer_stack) );
  2272. | (yy_buffer_stack) = NULL;
  2273. |
  2274. | yyfree ( (yy_state_buf) );
  2275. | (yy_state_buf) = NULL;
  2276. |
  2277. | /* Reset the globals. This is important in a non-reentrant scanner so the next time
  2278. | * yylex() is called, initialization will occur. */
  2279. | yy_init_globals( );
  2280. |
  2281. | return 0;
  2282. | }
  2283. |
  2284. | /*
  2285. | * Internal utility routines.
  2286. | */
  2287. |
  2288. | #ifndef yytext_ptr
  2289. | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
  2290. | {
  2291. | register int i;
  2292. | for ( i = 0; i < n; ++i )
  2293. | s1[i] = s2[i];
  2294. | }
  2295. | #endif
  2296. |
  2297. | #ifdef YY_NEED_STRLEN
  2298. | static int yy_flex_strlen (yyconst char * s )
  2299. | {
  2300. | register int n;
  2301. | for ( n = 0; s[n]; ++n )
  2302. | ;
  2303. |
  2304. | return n;
  2305. | }
  2306. | #endif
  2307. |
  2308. | void *yyalloc (yy_size_t size )
  2309. | {
  2310. | return (void *) malloc( size );
  2311. | }
  2312. |
  2313. | void *yyrealloc (void * ptr, yy_size_t size )
  2314. | {
  2315. | /* The cast to (char *) in the following accommodates both
  2316. | * implementations that use char* generic pointers, and those
  2317. | * that use void* generic pointers. It works with the latter
  2318. | * because both ANSI C and C++ allow castless assignment from
  2319. | * any pointer type to void*, and deal with argument conversions
  2320. | * as though doing an assignment.
  2321. | */
  2322. | return (void *) realloc( (char *) ptr, size );
  2323. | }
  2324. |
  2325. | void yyfree (void * ptr )
  2326. | {
  2327. | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  2328. | }
  2329. |
  2330. | #define YYTABLES_NAME "yytables"
  2331. |
  2332. | #line 9 "conftest.l"
  2333. |
  2334. |
  2335. | #ifdef YYTEXT_POINTER
  2336. | extern char *yytext;
  2337. | #endif
  2338. | int
  2339. | main (void)
  2340. | {
  2341. | return ! yylex () + ! yywrap ();
  2342. | }
  2343. configure:14052: gcc -o conftest conftest.c -lfl >&5
  2344. configure:14052: $? = 0
  2345. configure:14062: result: -lfl
  2346. configure:14068: checking whether yytext is a pointer
  2347. configure:14085: gcc -o conftest conftest.c -lfl >&5
  2348. configure:14085: $? = 0
  2349. configure:14093: result: yes
  2350. configure:14164: checking for g++
  2351. configure:14180: found /usr/bin/g++
  2352. configure:14191: result: g++
  2353. configure:14218: checking for C++ compiler version
  2354. configure:14227: g++ --version >&5
  2355. g++ (GCC) 4.5.2 20110127 (prerelease)
  2356. Copyright (C) 2010 Free Software Foundation, Inc.
  2357. This is free software; see the source for copying conditions. There is NO
  2358. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  2359.  
  2360. configure:14238: $? = 0
  2361. configure:14227: g++ -v >&5
  2362. Using built-in specs.
  2363. COLLECT_GCC=g++
  2364. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
  2365. Target: x86_64-unknown-linux-gnu
  2366. Configured with: /build/src/gcc-4.5-20110127/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --enable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
  2367. Thread model: posix
  2368. gcc version 4.5.2 20110127 (prerelease) (GCC)
  2369. configure:14238: $? = 0
  2370. configure:14227: g++ -V >&5
  2371. g++: '-V' option must have argument
  2372. configure:14238: $? = 1
  2373. configure:14227: g++ -qversion >&5
  2374. g++: unrecognized option '-qversion'
  2375. g++: no input files
  2376. configure:14238: $? = 1
  2377. configure:14242: checking whether we are using the GNU C++ compiler
  2378. configure:14261: g++ -c conftest.cpp >&5
  2379. configure:14261: $? = 0
  2380. configure:14270: result: yes
  2381. configure:14279: checking whether g++ accepts -g
  2382. configure:14299: g++ -c -g conftest.cpp >&5
  2383. configure:14299: $? = 0
  2384. configure:14340: result: yes
  2385. configure:14365: checking dependency style of g++
  2386. configure:14475: result: gcc3
  2387. configure:14492: checking dependency style of g++
  2388. configure:14602: result: gcc3
  2389. configure:14635: checking how to run the C++ preprocessor
  2390. configure:14662: g++ -E conftest.cpp
  2391. configure:14662: $? = 0
  2392. configure:14676: g++ -E conftest.cpp
  2393. conftest.cpp:33:28: fatal error: ac_nonexistent.h: No such file or directory
  2394. compilation terminated.
  2395. configure:14676: $? = 1
  2396. configure: failed program was:
  2397. | /* confdefs.h */
  2398. | #define PACKAGE_NAME "veejay"
  2399. | #define PACKAGE_TARNAME "veejay"
  2400. | #define PACKAGE_VERSION "1.5.9"
  2401. | #define PACKAGE_STRING "veejay 1.5.9"
  2402. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2403. | #define PACKAGE_URL ""
  2404. | #define PACKAGE "veejay"
  2405. | #define VERSION "1.5.9"
  2406. | #define PACKAGE "veejay"
  2407. | #define VERSION "1.5.9"
  2408. | #define VEEJAY 1
  2409. | #define HAVE_CONFIG_H 1
  2410. | #define STDC_HEADERS 1
  2411. | #define HAVE_SYS_TYPES_H 1
  2412. | #define HAVE_SYS_STAT_H 1
  2413. | #define HAVE_STDLIB_H 1
  2414. | #define HAVE_STRING_H 1
  2415. | #define HAVE_MEMORY_H 1
  2416. | #define HAVE_STRINGS_H 1
  2417. | #define HAVE_INTTYPES_H 1
  2418. | #define HAVE_STDINT_H 1
  2419. | #define HAVE_UNISTD_H 1
  2420. | #define __EXTENSIONS__ 1
  2421. | #define _ALL_SOURCE 1
  2422. | #define _GNU_SOURCE 1
  2423. | #define _POSIX_PTHREAD_SEMANTICS 1
  2424. | #define _TANDEM_SOURCE 1
  2425. | #define HAVE_DLFCN_H 1
  2426. | #define LT_OBJDIR ".libs/"
  2427. | #define YYTEXT_POINTER 1
  2428. | /* end confdefs.h. */
  2429. | #include <ac_nonexistent.h>
  2430. configure:14701: result: g++ -E
  2431. configure:14721: g++ -E conftest.cpp
  2432. configure:14721: $? = 0
  2433. configure:14735: g++ -E conftest.cpp
  2434. conftest.cpp:33:28: fatal error: ac_nonexistent.h: No such file or directory
  2435. compilation terminated.
  2436. configure:14735: $? = 1
  2437. configure: failed program was:
  2438. | /* confdefs.h */
  2439. | #define PACKAGE_NAME "veejay"
  2440. | #define PACKAGE_TARNAME "veejay"
  2441. | #define PACKAGE_VERSION "1.5.9"
  2442. | #define PACKAGE_STRING "veejay 1.5.9"
  2443. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2444. | #define PACKAGE_URL ""
  2445. | #define PACKAGE "veejay"
  2446. | #define VERSION "1.5.9"
  2447. | #define PACKAGE "veejay"
  2448. | #define VERSION "1.5.9"
  2449. | #define VEEJAY 1
  2450. | #define HAVE_CONFIG_H 1
  2451. | #define STDC_HEADERS 1
  2452. | #define HAVE_SYS_TYPES_H 1
  2453. | #define HAVE_SYS_STAT_H 1
  2454. | #define HAVE_STDLIB_H 1
  2455. | #define HAVE_STRING_H 1
  2456. | #define HAVE_MEMORY_H 1
  2457. | #define HAVE_STRINGS_H 1
  2458. | #define HAVE_INTTYPES_H 1
  2459. | #define HAVE_STDINT_H 1
  2460. | #define HAVE_UNISTD_H 1
  2461. | #define __EXTENSIONS__ 1
  2462. | #define _ALL_SOURCE 1
  2463. | #define _GNU_SOURCE 1
  2464. | #define _POSIX_PTHREAD_SEMANTICS 1
  2465. | #define _TANDEM_SOURCE 1
  2466. | #define HAVE_DLFCN_H 1
  2467. | #define LT_OBJDIR ".libs/"
  2468. | #define YYTEXT_POINTER 1
  2469. | /* end confdefs.h. */
  2470. | #include <ac_nonexistent.h>
  2471. configure:14905: checking for ld used by g++
  2472. configure:14972: result: /usr/bin/ld -m elf_x86_64
  2473. configure:14979: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  2474. configure:14994: result: yes
  2475. configure:15049: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  2476. configure:16053: result: yes
  2477. configure:16088: g++ -c -g -O2 conftest.cpp >&5
  2478. configure:16091: $? = 0
  2479. configure:16611: checking for g++ option to produce PIC
  2480. configure:16618: result: -fPIC -DPIC
  2481. configure:16626: checking if g++ PIC flag -fPIC -DPIC works
  2482. configure:16644: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  2483. configure:16648: $? = 0
  2484. configure:16661: result: yes
  2485. configure:16684: checking if g++ static flag -static works
  2486. configure:16712: result: yes
  2487. configure:16724: checking if g++ supports -c -o file.o
  2488. configure:16745: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  2489. configure:16749: $? = 0
  2490. configure:16771: result: yes
  2491. configure:16776: checking if g++ supports -c -o file.o
  2492. configure:16823: result: yes
  2493. configure:16853: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  2494. configure:16887: result: yes
  2495. configure:17030: checking dynamic linker characteristics
  2496. configure:17700: result: GNU/Linux ld.so
  2497. configure:17753: checking how to hardcode library paths into programs
  2498. configure:17778: result: immediate
  2499. configure:17819: checking whether ln -s works
  2500. configure:17823: result: yes
  2501. configure:17830: checking whether byte ordering is bigendian
  2502. configure:17845: gcc -c conftest.c >&5
  2503. conftest.c:34:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'a'
  2504. configure:17845: $? = 1
  2505. configure: failed program was:
  2506. | /* confdefs.h */
  2507. | #define PACKAGE_NAME "veejay"
  2508. | #define PACKAGE_TARNAME "veejay"
  2509. | #define PACKAGE_VERSION "1.5.9"
  2510. | #define PACKAGE_STRING "veejay 1.5.9"
  2511. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2512. | #define PACKAGE_URL ""
  2513. | #define PACKAGE "veejay"
  2514. | #define VERSION "1.5.9"
  2515. | #define PACKAGE "veejay"
  2516. | #define VERSION "1.5.9"
  2517. | #define VEEJAY 1
  2518. | #define HAVE_CONFIG_H 1
  2519. | #define STDC_HEADERS 1
  2520. | #define HAVE_SYS_TYPES_H 1
  2521. | #define HAVE_SYS_STAT_H 1
  2522. | #define HAVE_STDLIB_H 1
  2523. | #define HAVE_STRING_H 1
  2524. | #define HAVE_MEMORY_H 1
  2525. | #define HAVE_STRINGS_H 1
  2526. | #define HAVE_INTTYPES_H 1
  2527. | #define HAVE_STDINT_H 1
  2528. | #define HAVE_UNISTD_H 1
  2529. | #define __EXTENSIONS__ 1
  2530. | #define _ALL_SOURCE 1
  2531. | #define _GNU_SOURCE 1
  2532. | #define _POSIX_PTHREAD_SEMANTICS 1
  2533. | #define _TANDEM_SOURCE 1
  2534. | #define HAVE_DLFCN_H 1
  2535. | #define LT_OBJDIR ".libs/"
  2536. | #define YYTEXT_POINTER 1
  2537. | /* end confdefs.h. */
  2538. | #ifndef __APPLE_CC__
  2539. | not a universal capable compiler
  2540. | #endif
  2541. | typedef int dummy;
  2542. |
  2543. configure:17890: gcc -c conftest.c >&5
  2544. configure:17890: $? = 0
  2545. configure:17908: gcc -c conftest.c >&5
  2546. conftest.c: In function 'main':
  2547. conftest.c:40:4: error: 'not' undeclared (first use in this function)
  2548. conftest.c:40:4: note: each undeclared identifier is reported only once for each function it appears in
  2549. conftest.c:40:8: error: expected ';' before 'big'
  2550. configure:17908: $? = 1
  2551. configure: failed program was:
  2552. | /* confdefs.h */
  2553. | #define PACKAGE_NAME "veejay"
  2554. | #define PACKAGE_TARNAME "veejay"
  2555. | #define PACKAGE_VERSION "1.5.9"
  2556. | #define PACKAGE_STRING "veejay 1.5.9"
  2557. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2558. | #define PACKAGE_URL ""
  2559. | #define PACKAGE "veejay"
  2560. | #define VERSION "1.5.9"
  2561. | #define PACKAGE "veejay"
  2562. | #define VERSION "1.5.9"
  2563. | #define VEEJAY 1
  2564. | #define HAVE_CONFIG_H 1
  2565. | #define STDC_HEADERS 1
  2566. | #define HAVE_SYS_TYPES_H 1
  2567. | #define HAVE_SYS_STAT_H 1
  2568. | #define HAVE_STDLIB_H 1
  2569. | #define HAVE_STRING_H 1
  2570. | #define HAVE_MEMORY_H 1
  2571. | #define HAVE_STRINGS_H 1
  2572. | #define HAVE_INTTYPES_H 1
  2573. | #define HAVE_STDINT_H 1
  2574. | #define HAVE_UNISTD_H 1
  2575. | #define __EXTENSIONS__ 1
  2576. | #define _ALL_SOURCE 1
  2577. | #define _GNU_SOURCE 1
  2578. | #define _POSIX_PTHREAD_SEMANTICS 1
  2579. | #define _TANDEM_SOURCE 1
  2580. | #define HAVE_DLFCN_H 1
  2581. | #define LT_OBJDIR ".libs/"
  2582. | #define YYTEXT_POINTER 1
  2583. | /* end confdefs.h. */
  2584. | #include <sys/types.h>
  2585. | #include <sys/param.h>
  2586. |
  2587. | int
  2588. | main ()
  2589. | {
  2590. | #if BYTE_ORDER != BIG_ENDIAN
  2591. | not big endian
  2592. | #endif
  2593. |
  2594. | ;
  2595. | return 0;
  2596. | }
  2597. configure:18036: result: no
  2598. configure:18054: checking for an ANSI C-conforming const
  2599. configure:18119: gcc -c conftest.c >&5
  2600. configure:18119: $? = 0
  2601. configure:18126: result: yes
  2602. configure:18134: checking for inline
  2603. configure:18150: gcc -c conftest.c >&5
  2604. configure:18150: $? = 0
  2605. configure:18158: result: inline
  2606. configure:18183: checking for special C compiler options needed for large files
  2607. configure:18228: result: no
  2608. configure:18234: checking for _FILE_OFFSET_BITS value needed for large files
  2609. configure:18259: gcc -c conftest.c >&5
  2610. configure:18259: $? = 0
  2611. configure:18291: result: no
  2612. configure:18384: checking dependency style of gcc
  2613. configure:18492: result: gcc3
  2614. configure:18511: checking fenv.h usability
  2615. configure:18511: gcc -c conftest.c >&5
  2616. configure:18511: $? = 0
  2617. configure:18511: result: yes
  2618. configure:18511: checking fenv.h presence
  2619. configure:18511: gcc -E conftest.c
  2620. configure:18511: $? = 0
  2621. configure:18511: result: yes
  2622. configure:18511: checking for fenv.h
  2623. configure:18511: result: yes
  2624. configure:18511: checking for stdint.h
  2625. configure:18511: result: yes
  2626. configure:18511: checking for inttypes.h
  2627. configure:18511: result: yes
  2628. configure:18511: checking for sys/types.h
  2629. configure:18511: result: yes
  2630. configure:18511: checking alloca.h usability
  2631. configure:18511: gcc -c conftest.c >&5
  2632. configure:18511: $? = 0
  2633. configure:18511: result: yes
  2634. configure:18511: checking alloca.h presence
  2635. configure:18511: gcc -E conftest.c
  2636. configure:18511: $? = 0
  2637. configure:18511: result: yes
  2638. configure:18511: checking for alloca.h
  2639. configure:18511: result: yes
  2640. configure:18526: checking for posix_memalign
  2641. configure:18526: gcc -o conftest conftest.c >&5
  2642. configure:18526: $? = 0
  2643. configure:18526: result: yes
  2644. configure:18526: checking for memalign
  2645. configure:18526: gcc -o conftest conftest.c >&5
  2646. configure:18526: $? = 0
  2647. configure:18526: result: yes
  2648. configure:18526: checking for fmax
  2649. configure:18526: gcc -o conftest conftest.c >&5
  2650. conftest.c:63:6: warning: conflicting types for built-in function 'fmax'
  2651. /tmp/cckLlFd8.o: In function `main':
  2652. conftest.c:(.text+0xa): undefined reference to `fmax'
  2653. collect2: ld returned 1 exit status
  2654. configure:18526: $? = 1
  2655. configure: failed program was:
  2656. | /* confdefs.h */
  2657. | #define PACKAGE_NAME "veejay"
  2658. | #define PACKAGE_TARNAME "veejay"
  2659. | #define PACKAGE_VERSION "1.5.9"
  2660. | #define PACKAGE_STRING "veejay 1.5.9"
  2661. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2662. | #define PACKAGE_URL ""
  2663. | #define PACKAGE "veejay"
  2664. | #define VERSION "1.5.9"
  2665. | #define PACKAGE "veejay"
  2666. | #define VERSION "1.5.9"
  2667. | #define VEEJAY 1
  2668. | #define HAVE_CONFIG_H 1
  2669. | #define STDC_HEADERS 1
  2670. | #define HAVE_SYS_TYPES_H 1
  2671. | #define HAVE_SYS_STAT_H 1
  2672. | #define HAVE_STDLIB_H 1
  2673. | #define HAVE_STRING_H 1
  2674. | #define HAVE_MEMORY_H 1
  2675. | #define HAVE_STRINGS_H 1
  2676. | #define HAVE_INTTYPES_H 1
  2677. | #define HAVE_STDINT_H 1
  2678. | #define HAVE_UNISTD_H 1
  2679. | #define __EXTENSIONS__ 1
  2680. | #define _ALL_SOURCE 1
  2681. | #define _GNU_SOURCE 1
  2682. | #define _POSIX_PTHREAD_SEMANTICS 1
  2683. | #define _TANDEM_SOURCE 1
  2684. | #define HAVE_DLFCN_H 1
  2685. | #define LT_OBJDIR ".libs/"
  2686. | #define YYTEXT_POINTER 1
  2687. | #define HAVE_FENV_H 1
  2688. | #define HAVE_STDINT_H 1
  2689. | #define HAVE_INTTYPES_H 1
  2690. | #define HAVE_SYS_TYPES_H 1
  2691. | #define HAVE_ALLOCA_H 1
  2692. | #define HAVE_POSIX_MEMALIGN 1
  2693. | #define HAVE_MEMALIGN 1
  2694. | /* end confdefs.h. */
  2695. | /* Define fmax to an innocuous variant, in case <limits.h> declares fmax.
  2696. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2697. | #define fmax innocuous_fmax
  2698. |
  2699. | /* System header to define __stub macros and hopefully few prototypes,
  2700. | which can conflict with char fmax (); below.
  2701. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2702. | <limits.h> exists even on freestanding compilers. */
  2703. |
  2704. | #ifdef __STDC__
  2705. | # include <limits.h>
  2706. | #else
  2707. | # include <assert.h>
  2708. | #endif
  2709. |
  2710. | #undef fmax
  2711. |
  2712. | /* Override any GCC internal prototype to avoid an error.
  2713. | Use char because int might match the return type of a GCC
  2714. | builtin and then its argument prototype would still apply. */
  2715. | #ifdef __cplusplus
  2716. | extern "C"
  2717. | #endif
  2718. | char fmax ();
  2719. | /* The GNU C library defines this for functions which it implements
  2720. | to always fail with ENOSYS. Some functions are actually named
  2721. | something starting with __ and the normal name is an alias. */
  2722. | #if defined __stub_fmax || defined __stub___fmax
  2723. | choke me
  2724. | #endif
  2725. |
  2726. | int
  2727. | main ()
  2728. | {
  2729. | return fmax ();
  2730. | ;
  2731. | return 0;
  2732. | }
  2733. configure:18526: result: no
  2734. configure:18526: checking for lround
  2735. configure:18526: gcc -o conftest conftest.c >&5
  2736. conftest.c:63:6: warning: conflicting types for built-in function 'lround'
  2737. /tmp/ccoqabwf.o: In function `main':
  2738. conftest.c:(.text+0xa): undefined reference to `lround'
  2739. collect2: ld returned 1 exit status
  2740. configure:18526: $? = 1
  2741. configure: failed program was:
  2742. | /* confdefs.h */
  2743. | #define PACKAGE_NAME "veejay"
  2744. | #define PACKAGE_TARNAME "veejay"
  2745. | #define PACKAGE_VERSION "1.5.9"
  2746. | #define PACKAGE_STRING "veejay 1.5.9"
  2747. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2748. | #define PACKAGE_URL ""
  2749. | #define PACKAGE "veejay"
  2750. | #define VERSION "1.5.9"
  2751. | #define PACKAGE "veejay"
  2752. | #define VERSION "1.5.9"
  2753. | #define VEEJAY 1
  2754. | #define HAVE_CONFIG_H 1
  2755. | #define STDC_HEADERS 1
  2756. | #define HAVE_SYS_TYPES_H 1
  2757. | #define HAVE_SYS_STAT_H 1
  2758. | #define HAVE_STDLIB_H 1
  2759. | #define HAVE_STRING_H 1
  2760. | #define HAVE_MEMORY_H 1
  2761. | #define HAVE_STRINGS_H 1
  2762. | #define HAVE_INTTYPES_H 1
  2763. | #define HAVE_STDINT_H 1
  2764. | #define HAVE_UNISTD_H 1
  2765. | #define __EXTENSIONS__ 1
  2766. | #define _ALL_SOURCE 1
  2767. | #define _GNU_SOURCE 1
  2768. | #define _POSIX_PTHREAD_SEMANTICS 1
  2769. | #define _TANDEM_SOURCE 1
  2770. | #define HAVE_DLFCN_H 1
  2771. | #define LT_OBJDIR ".libs/"
  2772. | #define YYTEXT_POINTER 1
  2773. | #define HAVE_FENV_H 1
  2774. | #define HAVE_STDINT_H 1
  2775. | #define HAVE_INTTYPES_H 1
  2776. | #define HAVE_SYS_TYPES_H 1
  2777. | #define HAVE_ALLOCA_H 1
  2778. | #define HAVE_POSIX_MEMALIGN 1
  2779. | #define HAVE_MEMALIGN 1
  2780. | /* end confdefs.h. */
  2781. | /* Define lround to an innocuous variant, in case <limits.h> declares lround.
  2782. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2783. | #define lround innocuous_lround
  2784. |
  2785. | /* System header to define __stub macros and hopefully few prototypes,
  2786. | which can conflict with char lround (); below.
  2787. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2788. | <limits.h> exists even on freestanding compilers. */
  2789. |
  2790. | #ifdef __STDC__
  2791. | # include <limits.h>
  2792. | #else
  2793. | # include <assert.h>
  2794. | #endif
  2795. |
  2796. | #undef lround
  2797. |
  2798. | /* Override any GCC internal prototype to avoid an error.
  2799. | Use char because int might match the return type of a GCC
  2800. | builtin and then its argument prototype would still apply. */
  2801. | #ifdef __cplusplus
  2802. | extern "C"
  2803. | #endif
  2804. | char lround ();
  2805. | /* The GNU C library defines this for functions which it implements
  2806. | to always fail with ENOSYS. Some functions are actually named
  2807. | something starting with __ and the normal name is an alias. */
  2808. | #if defined __stub_lround || defined __stub___lround
  2809. | choke me
  2810. | #endif
  2811. |
  2812. | int
  2813. | main ()
  2814. | {
  2815. | return lround ();
  2816. | ;
  2817. | return 0;
  2818. | }
  2819. configure:18526: result: no
  2820. configure:18526: checking for pow
  2821. configure:18526: gcc -o conftest conftest.c >&5
  2822. conftest.c:63:6: warning: conflicting types for built-in function 'pow'
  2823. /tmp/ccOdmQgn.o: In function `main':
  2824. conftest.c:(.text+0xa): undefined reference to `pow'
  2825. collect2: ld returned 1 exit status
  2826. configure:18526: $? = 1
  2827. configure: failed program was:
  2828. | /* confdefs.h */
  2829. | #define PACKAGE_NAME "veejay"
  2830. | #define PACKAGE_TARNAME "veejay"
  2831. | #define PACKAGE_VERSION "1.5.9"
  2832. | #define PACKAGE_STRING "veejay 1.5.9"
  2833. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  2834. | #define PACKAGE_URL ""
  2835. | #define PACKAGE "veejay"
  2836. | #define VERSION "1.5.9"
  2837. | #define PACKAGE "veejay"
  2838. | #define VERSION "1.5.9"
  2839. | #define VEEJAY 1
  2840. | #define HAVE_CONFIG_H 1
  2841. | #define STDC_HEADERS 1
  2842. | #define HAVE_SYS_TYPES_H 1
  2843. | #define HAVE_SYS_STAT_H 1
  2844. | #define HAVE_STDLIB_H 1
  2845. | #define HAVE_STRING_H 1
  2846. | #define HAVE_MEMORY_H 1
  2847. | #define HAVE_STRINGS_H 1
  2848. | #define HAVE_INTTYPES_H 1
  2849. | #define HAVE_STDINT_H 1
  2850. | #define HAVE_UNISTD_H 1
  2851. | #define __EXTENSIONS__ 1
  2852. | #define _ALL_SOURCE 1
  2853. | #define _GNU_SOURCE 1
  2854. | #define _POSIX_PTHREAD_SEMANTICS 1
  2855. | #define _TANDEM_SOURCE 1
  2856. | #define HAVE_DLFCN_H 1
  2857. | #define LT_OBJDIR ".libs/"
  2858. | #define YYTEXT_POINTER 1
  2859. | #define HAVE_FENV_H 1
  2860. | #define HAVE_STDINT_H 1
  2861. | #define HAVE_INTTYPES_H 1
  2862. | #define HAVE_SYS_TYPES_H 1
  2863. | #define HAVE_ALLOCA_H 1
  2864. | #define HAVE_POSIX_MEMALIGN 1
  2865. | #define HAVE_MEMALIGN 1
  2866. | /* end confdefs.h. */
  2867. | /* Define pow to an innocuous variant, in case <limits.h> declares pow.
  2868. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  2869. | #define pow innocuous_pow
  2870. |
  2871. | /* System header to define __stub macros and hopefully few prototypes,
  2872. | which can conflict with char pow (); below.
  2873. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  2874. | <limits.h> exists even on freestanding compilers. */
  2875. |
  2876. | #ifdef __STDC__
  2877. | # include <limits.h>
  2878. | #else
  2879. | # include <assert.h>
  2880. | #endif
  2881. |
  2882. | #undef pow
  2883. |
  2884. | /* Override any GCC internal prototype to avoid an error.
  2885. | Use char because int might match the return type of a GCC
  2886. | builtin and then its argument prototype would still apply. */
  2887. | #ifdef __cplusplus
  2888. | extern "C"
  2889. | #endif
  2890. | char pow ();
  2891. | /* The GNU C library defines this for functions which it implements
  2892. | to always fail with ENOSYS. Some functions are actually named
  2893. | something starting with __ and the normal name is an alias. */
  2894. | #if defined __stub_pow || defined __stub___pow
  2895. | choke me
  2896. | #endif
  2897. |
  2898. | int
  2899. | main ()
  2900. | {
  2901. | return pow ();
  2902. | ;
  2903. | return 0;
  2904. | }
  2905. configure:18526: result: no
  2906. configure:18526: checking for bzero
  2907. configure:18526: gcc -o conftest conftest.c >&5
  2908. conftest.c:63:6: warning: conflicting types for built-in function 'bzero'
  2909. configure:18526: $? = 0
  2910. configure:18526: result: yes
  2911. configure:18526: checking for gettimeofday
  2912. configure:18526: gcc -o conftest conftest.c >&5
  2913. configure:18526: $? = 0
  2914. configure:18526: result: yes
  2915. configure:18526: checking for memset
  2916. configure:18526: gcc -o conftest conftest.c >&5
  2917. conftest.c:65:6: warning: conflicting types for built-in function 'memset'
  2918. configure:18526: $? = 0
  2919. configure:18526: result: yes
  2920. configure:18526: checking for mmap
  2921. configure:18526: gcc -o conftest conftest.c >&5
  2922. configure:18526: $? = 0
  2923. configure:18526: result: yes
  2924. configure:18526: checking for strndup
  2925. configure:18526: gcc -o conftest conftest.c >&5
  2926. conftest.c:67:6: warning: conflicting types for built-in function 'strndup'
  2927. configure:18526: $? = 0
  2928. configure:18526: result: yes
  2929. configure:18526: checking for strstr
  2930. configure:18526: gcc -o conftest conftest.c >&5
  2931. conftest.c:68:6: warning: conflicting types for built-in function 'strstr'
  2932. configure:18526: $? = 0
  2933. configure:18526: result: yes
  2934. configure:18526: checking for strncasecmp
  2935. configure:18526: gcc -o conftest conftest.c >&5
  2936. conftest.c:69:6: warning: conflicting types for built-in function 'strncasecmp'
  2937. configure:18526: $? = 0
  2938. configure:18526: result: yes
  2939. configure:18537: checking for sched_get_priority_max
  2940. configure:18537: gcc -o conftest conftest.c >&5
  2941. configure:18537: $? = 0
  2942. configure:18537: result: yes
  2943. configure:18549: checking for select
  2944. configure:18549: gcc -o conftest conftest.c >&5
  2945. configure:18549: $? = 0
  2946. configure:18549: result: yes
  2947. configure:18549: checking for socket
  2948. configure:18549: gcc -o conftest conftest.c >&5
  2949. configure:18549: $? = 0
  2950. configure:18549: result: yes
  2951. configure:18549: checking for getpagesize
  2952. configure:18549: gcc -o conftest conftest.c >&5
  2953. configure:18549: $? = 0
  2954. configure:18549: result: yes
  2955. configure:18549: checking for memcpy
  2956. configure:18549: gcc -o conftest conftest.c >&5
  2957. conftest.c:74:6: warning: conflicting types for built-in function 'memcpy'
  2958. configure:18549: $? = 0
  2959. configure:18549: result: yes
  2960. configure:18559: checking for getopt_long
  2961. configure:18559: gcc -o conftest conftest.c >&5
  2962. configure:18559: $? = 0
  2963. configure:18559: result: yes
  2964. configure:18617: checking size of int
  2965. configure:18622: gcc -o conftest conftest.c >&5
  2966. configure:18622: $? = 0
  2967. configure:18622: ./conftest
  2968. configure:18622: $? = 0
  2969. configure:18636: result: 4
  2970. configure:18650: checking size of long int
  2971. configure:18655: gcc -o conftest conftest.c >&5
  2972. configure:18655: $? = 0
  2973. configure:18655: ./conftest
  2974. configure:18655: $? = 0
  2975. configure:18669: result: 8
  2976. configure:18683: checking size of size_t
  2977. configure:18688: gcc -o conftest conftest.c >&5
  2978. configure:18688: $? = 0
  2979. configure:18688: ./conftest
  2980. configure:18688: $? = 0
  2981. configure:18702: result: 8
  2982. configure:18716: checking size of float
  2983. configure:18721: gcc -o conftest conftest.c >&5
  2984. configure:18721: $? = 0
  2985. configure:18721: ./conftest
  2986. configure:18721: $? = 0
  2987. configure:18735: result: 4
  2988. configure:18750: checking return type of signal handlers
  2989. configure:18768: gcc -c conftest.c >&5
  2990. conftest.c: In function 'main':
  2991. conftest.c:63:1: error: void value not ignored as it ought to be
  2992. configure:18768: $? = 1
  2993. configure: failed program was:
  2994. | /* confdefs.h */
  2995. | #define PACKAGE_NAME "veejay"
  2996. | #define PACKAGE_TARNAME "veejay"
  2997. | #define PACKAGE_VERSION "1.5.9"
  2998. | #define PACKAGE_STRING "veejay 1.5.9"
  2999. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  3000. | #define PACKAGE_URL ""
  3001. | #define PACKAGE "veejay"
  3002. | #define VERSION "1.5.9"
  3003. | #define PACKAGE "veejay"
  3004. | #define VERSION "1.5.9"
  3005. | #define VEEJAY 1
  3006. | #define HAVE_CONFIG_H 1
  3007. | #define STDC_HEADERS 1
  3008. | #define HAVE_SYS_TYPES_H 1
  3009. | #define HAVE_SYS_STAT_H 1
  3010. | #define HAVE_STDLIB_H 1
  3011. | #define HAVE_STRING_H 1
  3012. | #define HAVE_MEMORY_H 1
  3013. | #define HAVE_STRINGS_H 1
  3014. | #define HAVE_INTTYPES_H 1
  3015. | #define HAVE_STDINT_H 1
  3016. | #define HAVE_UNISTD_H 1
  3017. | #define __EXTENSIONS__ 1
  3018. | #define _ALL_SOURCE 1
  3019. | #define _GNU_SOURCE 1
  3020. | #define _POSIX_PTHREAD_SEMANTICS 1
  3021. | #define _TANDEM_SOURCE 1
  3022. | #define HAVE_DLFCN_H 1
  3023. | #define LT_OBJDIR ".libs/"
  3024. | #define YYTEXT_POINTER 1
  3025. | #define HAVE_FENV_H 1
  3026. | #define HAVE_STDINT_H 1
  3027. | #define HAVE_INTTYPES_H 1
  3028. | #define HAVE_SYS_TYPES_H 1
  3029. | #define HAVE_ALLOCA_H 1
  3030. | #define HAVE_POSIX_MEMALIGN 1
  3031. | #define HAVE_MEMALIGN 1
  3032. | #define HAVE_BZERO 1
  3033. | #define HAVE_GETTIMEOFDAY 1
  3034. | #define HAVE_MEMSET 1
  3035. | #define HAVE_MMAP 1
  3036. | #define HAVE_STRNDUP 1
  3037. | #define HAVE_STRSTR 1
  3038. | #define HAVE_STRNCASECMP 1
  3039. | #define HAVE_SCHED_GET_PRIORITY_MAX 1
  3040. | #define HAVE_SELECT 1
  3041. | #define HAVE_SOCKET 1
  3042. | #define HAVE_GETPAGESIZE 1
  3043. | #define HAVE_MEMCPY 1
  3044. | #define HAVE_GETOPT_LONG 1
  3045. | #define SIZEOF_INT 4
  3046. | #define SIZEOF_LONG_INT 8
  3047. | #define SIZEOF_SIZE_T 8
  3048. | #define SIZEOF_FLOAT 4
  3049. | /* end confdefs.h. */
  3050. | #include <sys/types.h>
  3051. | #include <signal.h>
  3052. |
  3053. | int
  3054. | main ()
  3055. | {
  3056. | return *(signal (0, 0)) (0) == 1;
  3057. | ;
  3058. | return 0;
  3059. | }
  3060. configure:18775: result: void
  3061. configure:18784: The host is x86_64-unknown-linux-gnu x86_64 unknown linux-gnu .
  3062. configure:18795: checking linux/version.h usability
  3063. configure:18795: gcc -c conftest.c >&5
  3064. configure:18795: $? = 0
  3065. configure:18795: result: yes
  3066. configure:18795: checking linux/version.h presence
  3067. configure:18795: gcc -E conftest.c
  3068. configure:18795: $? = 0
  3069. configure:18795: result: yes
  3070. configure:18795: checking for linux/version.h
  3071. configure:18795: result: yes
  3072. configure:18834: checking whether to compile in debugging information
  3073. configure:18843: result: no
  3074. configure:18846: checking whether to compile in profiling information
  3075. configure:18855: result: no
  3076. configure:18858: checking whether to compile in assertion checking
  3077. configure:18865: result: no
  3078. configure:18889: checking Architecture
  3079. configure:19002: checking for MMX on processor(s)
  3080. configure:19015: result: yes
  3081. configure:19028: checking for SSE on processor(s)
  3082. configure:19041: result: yes
  3083. configure:19055: checking for SSE2 on processor(s)
  3084. configure:19068: result: yes
  3085. configure:19081: checking for 3DNOW on processor(s)
  3086. configure:19094: result: no
  3087. configure:19104: checking for CMOV on processor(s)
  3088. configure:19117: result: yes
  3089. configure:19128: checking for MMX2 on processor(s)
  3090. configure:19141: result: yes
  3091. configure:19227: checking sub-architecture settings
  3092. configure:19237: result: -march=nocona -mtune=nocona
  3093. configure:19245: enable_debug =
  3094. configure:19249: debug koekje
  3095. configure:19253: cflags aangepast
  3096. configure:19266: result: -fPIC -DPIC -msse -mfpmath=sse
  3097. configure:19329: checking for pkg-config
  3098. configure:19347: found /usr/bin/pkg-config
  3099. configure:19359: result: /usr/bin/pkg-config
  3100. configure:19384: checking pkg-config is at least version 0.9.0
  3101. configure:19387: result: yes
  3102. configure:19397: checking for LIBAVUTIL
  3103. configure:19404: $PKG_CONFIG --exists --print-errors "libavutil >= 49.7.0"
  3104. configure:19407: $? = 0
  3105. configure:19420: $PKG_CONFIG --exists --print-errors "libavutil >= 49.7.0"
  3106. configure:19423: $? = 0
  3107. configure:19460: result: yes
  3108. configure:19466: checking for LIBAVCODEC
  3109. configure:19473: $PKG_CONFIG --exists --print-errors "libavcodec >= 51.57.2"
  3110. configure:19476: $? = 0
  3111. configure:19489: $PKG_CONFIG --exists --print-errors "libavcodec >= 51.57.2"
  3112. configure:19492: $? = 0
  3113. configure:19529: result: yes
  3114. configure:19535: checking for LIBAVFORMAT
  3115. configure:19542: $PKG_CONFIG --exists --print-errors "libavformat >= 52.14.0"
  3116. configure:19545: $? = 0
  3117. configure:19558: $PKG_CONFIG --exists --print-errors "libavformat >= 52.14.0"
  3118. configure:19561: $? = 0
  3119. configure:19598: result: yes
  3120. configure:19604: checking for LIBSWSCALE
  3121. configure:19611: $PKG_CONFIG --exists --print-errors "libswscale >= 0.7.1"
  3122. configure:19614: $? = 0
  3123. configure:19627: $PKG_CONFIG --exists --print-errors "libswscale >= 0.7.1"
  3124. configure:19630: $? = 0
  3125. configure:19667: result: yes
  3126. configure:19700: checking for X
  3127. configure:19808: gcc -E conftest.c
  3128. configure:19808: $? = 0
  3129. configure:19839: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -lX11 >&5
  3130. configure:19839: $? = 0
  3131. configure:19889: result: libraries , headers
  3132. configure:19988: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -lX11 >&5
  3133. configure:19988: $? = 0
  3134. configure:20086: checking for gethostbyname
  3135. configure:20086: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3136. configure:20086: $? = 0
  3137. configure:20086: result: yes
  3138. configure:20183: checking for connect
  3139. configure:20183: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3140. configure:20183: $? = 0
  3141. configure:20183: result: yes
  3142. configure:20232: checking for remove
  3143. configure:20232: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3144. configure:20232: $? = 0
  3145. configure:20232: result: yes
  3146. configure:20281: checking for shmat
  3147. configure:20281: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3148. configure:20281: $? = 0
  3149. configure:20281: result: yes
  3150. configure:20339: checking for IceConnectionNumber in -lICE
  3151. configure:20364: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -lICE >&5
  3152. configure:20364: $? = 0
  3153. configure:20373: result: yes
  3154. configure:20383: checking X11/Xlib.h usability
  3155. configure:20383: gcc -c -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3156. configure:20383: $? = 0
  3157. configure:20383: result: yes
  3158. configure:20383: checking X11/Xlib.h presence
  3159. configure:20383: gcc -E conftest.c
  3160. configure:20383: $? = 0
  3161. configure:20383: result: yes
  3162. configure:20383: checking for X11/Xlib.h
  3163. configure:20383: result: yes
  3164. configure:20412: checking for XineramaQueryExtension in -lXinerama
  3165. configure:20437: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -lXinerama -lXext >&5
  3166. configure:20437: $? = 0
  3167. configure:20446: result: yes
  3168. configure:20449: checking for X11/extensions/Xinerama.h
  3169. configure:20449: gcc -c -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3170. configure:20449: $? = 0
  3171. configure:20449: result: yes
  3172. configure:20469: checking for Xinerama support on XFree86
  3173. configure:20471: result: yes,
  3174. configure:20478: checking linux/videodev.h usability
  3175. configure:20478: gcc -c -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3176. configure:20478: $? = 0
  3177. configure:20478: result: yes
  3178. configure:20478: checking linux/videodev.h presence
  3179. configure:20478: gcc -E conftest.c
  3180. configure:20478: $? = 0
  3181. configure:20478: result: yes
  3182. configure:20478: checking for linux/videodev.h
  3183. configure:20478: result: yes
  3184. configure:20497: checking for pthread_create in -lpthread
  3185. configure:20522: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -lpthread >&5
  3186. configure:20522: $? = 0
  3187. configure:20531: result: yes
  3188. configure:20542: checking for pthread_attr_getstacksize
  3189. configure:20542: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3190. /tmp/ccZY28t4.o: In function `main':
  3191. conftest.c:(.text+0xa): undefined reference to `pthread_attr_getstacksize'
  3192. collect2: ld returned 1 exit status
  3193. configure:20542: $? = 1
  3194. configure: failed program was:
  3195. | /* confdefs.h */
  3196. | #define PACKAGE_NAME "veejay"
  3197. | #define PACKAGE_TARNAME "veejay"
  3198. | #define PACKAGE_VERSION "1.5.9"
  3199. | #define PACKAGE_STRING "veejay 1.5.9"
  3200. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  3201. | #define PACKAGE_URL ""
  3202. | #define PACKAGE "veejay"
  3203. | #define VERSION "1.5.9"
  3204. | #define PACKAGE "veejay"
  3205. | #define VERSION "1.5.9"
  3206. | #define VEEJAY 1
  3207. | #define HAVE_CONFIG_H 1
  3208. | #define STDC_HEADERS 1
  3209. | #define HAVE_SYS_TYPES_H 1
  3210. | #define HAVE_SYS_STAT_H 1
  3211. | #define HAVE_STDLIB_H 1
  3212. | #define HAVE_STRING_H 1
  3213. | #define HAVE_MEMORY_H 1
  3214. | #define HAVE_STRINGS_H 1
  3215. | #define HAVE_INTTYPES_H 1
  3216. | #define HAVE_STDINT_H 1
  3217. | #define HAVE_UNISTD_H 1
  3218. | #define __EXTENSIONS__ 1
  3219. | #define _ALL_SOURCE 1
  3220. | #define _GNU_SOURCE 1
  3221. | #define _POSIX_PTHREAD_SEMANTICS 1
  3222. | #define _TANDEM_SOURCE 1
  3223. | #define HAVE_DLFCN_H 1
  3224. | #define LT_OBJDIR ".libs/"
  3225. | #define YYTEXT_POINTER 1
  3226. | #define HAVE_FENV_H 1
  3227. | #define HAVE_STDINT_H 1
  3228. | #define HAVE_INTTYPES_H 1
  3229. | #define HAVE_SYS_TYPES_H 1
  3230. | #define HAVE_ALLOCA_H 1
  3231. | #define HAVE_POSIX_MEMALIGN 1
  3232. | #define HAVE_MEMALIGN 1
  3233. | #define HAVE_BZERO 1
  3234. | #define HAVE_GETTIMEOFDAY 1
  3235. | #define HAVE_MEMSET 1
  3236. | #define HAVE_MMAP 1
  3237. | #define HAVE_STRNDUP 1
  3238. | #define HAVE_STRSTR 1
  3239. | #define HAVE_STRNCASECMP 1
  3240. | #define HAVE_SCHED_GET_PRIORITY_MAX 1
  3241. | #define HAVE_SELECT 1
  3242. | #define HAVE_SOCKET 1
  3243. | #define HAVE_GETPAGESIZE 1
  3244. | #define HAVE_MEMCPY 1
  3245. | #define HAVE_GETOPT_LONG 1
  3246. | #define SIZEOF_INT 4
  3247. | #define SIZEOF_LONG_INT 8
  3248. | #define SIZEOF_SIZE_T 8
  3249. | #define SIZEOF_FLOAT 4
  3250. | #define RETSIGTYPE void
  3251. | #define HAVE_LINUX /**/
  3252. | #define HAVE_X86_CPU /**/
  3253. | #define ARCH_X86_64 1
  3254. | #define HAVE_ASM_MMX /**/
  3255. | #define HAVE_MMX /**/
  3256. | #define HAVE_ASM_SSE /**/
  3257. | #define HAVE_SSE /**/
  3258. | #define HAVE_ASM_SSE2 /**/
  3259. | #define HAVE_SSE2 /**/
  3260. | #define HAVE_CMOV /**/
  3261. | #define HAVE_ASM_MMX2 /**/
  3262. | #define HAVE_MMX2 /**/
  3263. | #define HAVE_ASM_MMXEXT /**/
  3264. | #define HAVE_FFMPEG_UNINSTALLED /**/
  3265. | #define HAVE_XINERAMA 1
  3266. | #define HAVE_V4L 1
  3267. | #define HAVE_LIBPTHREAD /**/
  3268. | /* end confdefs.h. */
  3269. | /* Define pthread_attr_getstacksize to an innocuous variant, in case <limits.h> declares pthread_attr_getstacksize.
  3270. | For example, HP-UX 11i <limits.h> declares gettimeofday. */
  3271. | #define pthread_attr_getstacksize innocuous_pthread_attr_getstacksize
  3272. |
  3273. | /* System header to define __stub macros and hopefully few prototypes,
  3274. | which can conflict with char pthread_attr_getstacksize (); below.
  3275. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
  3276. | <limits.h> exists even on freestanding compilers. */
  3277. |
  3278. | #ifdef __STDC__
  3279. | # include <limits.h>
  3280. | #else
  3281. | # include <assert.h>
  3282. | #endif
  3283. |
  3284. | #undef pthread_attr_getstacksize
  3285. |
  3286. | /* Override any GCC internal prototype to avoid an error.
  3287. | Use char because int might match the return type of a GCC
  3288. | builtin and then its argument prototype would still apply. */
  3289. | #ifdef __cplusplus
  3290. | extern "C"
  3291. | #endif
  3292. | char pthread_attr_getstacksize ();
  3293. | /* The GNU C library defines this for functions which it implements
  3294. | to always fail with ENOSYS. Some functions are actually named
  3295. | something starting with __ and the normal name is an alias. */
  3296. | #if defined __stub_pthread_attr_getstacksize || defined __stub___pthread_attr_getstacksize
  3297. | choke me
  3298. | #endif
  3299. |
  3300. | int
  3301. | main ()
  3302. | {
  3303. | return pthread_attr_getstacksize ();
  3304. | ;
  3305. | return 0;
  3306. | }
  3307. configure:20542: result: no
  3308. configure:20557: checking for dlopen in -ldl
  3309. configure:20582: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -ldl >&5
  3310. configure:20582: $? = 0
  3311. configure:20591: result: yes
  3312. configure:20634: checking for jpeg_start_compress in -ljpeg-mmx
  3313. configure:20659: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse -I/usr/local/src/jpeg-mmx conftest.c -ljpeg-mmx -ldl -L/usr/local/src/jpeg-mmx >&5
  3314. /usr/bin/ld: cannot find -ljpeg-mmx
  3315. collect2: ld returned 1 exit status
  3316. configure:20659: $? = 1
  3317. configure: failed program was:
  3318. | /* confdefs.h */
  3319. | #define PACKAGE_NAME "veejay"
  3320. | #define PACKAGE_TARNAME "veejay"
  3321. | #define PACKAGE_VERSION "1.5.9"
  3322. | #define PACKAGE_STRING "veejay 1.5.9"
  3323. | #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  3324. | #define PACKAGE_URL ""
  3325. | #define PACKAGE "veejay"
  3326. | #define VERSION "1.5.9"
  3327. | #define PACKAGE "veejay"
  3328. | #define VERSION "1.5.9"
  3329. | #define VEEJAY 1
  3330. | #define HAVE_CONFIG_H 1
  3331. | #define STDC_HEADERS 1
  3332. | #define HAVE_SYS_TYPES_H 1
  3333. | #define HAVE_SYS_STAT_H 1
  3334. | #define HAVE_STDLIB_H 1
  3335. | #define HAVE_STRING_H 1
  3336. | #define HAVE_MEMORY_H 1
  3337. | #define HAVE_STRINGS_H 1
  3338. | #define HAVE_INTTYPES_H 1
  3339. | #define HAVE_STDINT_H 1
  3340. | #define HAVE_UNISTD_H 1
  3341. | #define __EXTENSIONS__ 1
  3342. | #define _ALL_SOURCE 1
  3343. | #define _GNU_SOURCE 1
  3344. | #define _POSIX_PTHREAD_SEMANTICS 1
  3345. | #define _TANDEM_SOURCE 1
  3346. | #define HAVE_DLFCN_H 1
  3347. | #define LT_OBJDIR ".libs/"
  3348. | #define YYTEXT_POINTER 1
  3349. | #define HAVE_FENV_H 1
  3350. | #define HAVE_STDINT_H 1
  3351. | #define HAVE_INTTYPES_H 1
  3352. | #define HAVE_SYS_TYPES_H 1
  3353. | #define HAVE_ALLOCA_H 1
  3354. | #define HAVE_POSIX_MEMALIGN 1
  3355. | #define HAVE_MEMALIGN 1
  3356. | #define HAVE_BZERO 1
  3357. | #define HAVE_GETTIMEOFDAY 1
  3358. | #define HAVE_MEMSET 1
  3359. | #define HAVE_MMAP 1
  3360. | #define HAVE_STRNDUP 1
  3361. | #define HAVE_STRSTR 1
  3362. | #define HAVE_STRNCASECMP 1
  3363. | #define HAVE_SCHED_GET_PRIORITY_MAX 1
  3364. | #define HAVE_SELECT 1
  3365. | #define HAVE_SOCKET 1
  3366. | #define HAVE_GETPAGESIZE 1
  3367. | #define HAVE_MEMCPY 1
  3368. | #define HAVE_GETOPT_LONG 1
  3369. | #define SIZEOF_INT 4
  3370. | #define SIZEOF_LONG_INT 8
  3371. | #define SIZEOF_SIZE_T 8
  3372. | #define SIZEOF_FLOAT 4
  3373. | #define RETSIGTYPE void
  3374. | #define HAVE_LINUX /**/
  3375. | #define HAVE_X86_CPU /**/
  3376. | #define ARCH_X86_64 1
  3377. | #define HAVE_ASM_MMX /**/
  3378. | #define HAVE_MMX /**/
  3379. | #define HAVE_ASM_SSE /**/
  3380. | #define HAVE_SSE /**/
  3381. | #define HAVE_ASM_SSE2 /**/
  3382. | #define HAVE_SSE2 /**/
  3383. | #define HAVE_CMOV /**/
  3384. | #define HAVE_ASM_MMX2 /**/
  3385. | #define HAVE_MMX2 /**/
  3386. | #define HAVE_ASM_MMXEXT /**/
  3387. | #define HAVE_FFMPEG_UNINSTALLED /**/
  3388. | #define HAVE_XINERAMA 1
  3389. | #define HAVE_V4L 1
  3390. | #define HAVE_LIBPTHREAD /**/
  3391. | #define HAVE_LIBDL 1
  3392. | #define HAVE_DL_DLOPEN /**/
  3393. | /* end confdefs.h. */
  3394. |
  3395. | /* Override any GCC internal prototype to avoid an error.
  3396. | Use char because int might match the return type of a GCC
  3397. | builtin and then its argument prototype would still apply. */
  3398. | #ifdef __cplusplus
  3399. | extern "C"
  3400. | #endif
  3401. | char jpeg_start_compress ();
  3402. | int
  3403. | main ()
  3404. | {
  3405. | return jpeg_start_compress ();
  3406. | ;
  3407. | return 0;
  3408. | }
  3409. configure:20668: result: no
  3410. configure:20680: checking jpeglib.h usability
  3411. configure:20680: gcc -c -fPIC -DPIC -msse -mfpmath=sse conftest.c >&5
  3412. configure:20680: $? = 0
  3413. configure:20680: result: yes
  3414. configure:20680: checking jpeglib.h presence
  3415. configure:20680: gcc -E conftest.c
  3416. configure:20680: $? = 0
  3417. configure:20680: result: yes
  3418. configure:20680: checking for jpeglib.h
  3419. configure:20680: result: yes
  3420. configure:20689: checking for jpeg_start_compress in -ljpeg
  3421. configure:20714: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -ljpeg -ldl >&5
  3422. configure:20714: $? = 0
  3423. configure:20723: result: yes
  3424. configure:20743: checking for PIXBUF
  3425. configure:20750: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gdk-pixbuf-2.0"
  3426. configure:20753: $? = 0
  3427. configure:20766: $PKG_CONFIG --exists --print-errors "gtk+-2.0 >= 2.0 gdk-pixbuf-2.0"
  3428. configure:20769: $? = 0
  3429. configure:20806: result: yes
  3430. configure:20829: checking for LIBDV
  3431. configure:20836: $PKG_CONFIG --exists --print-errors "libdv >= 0.102"
  3432. configure:20839: $? = 0
  3433. configure:20852: $PKG_CONFIG --exists --print-errors "libdv >= 0.102"
  3434. configure:20855: $? = 0
  3435. configure:20892: result: yes
  3436. configure:20905: checking for LIBQUICKTIME
  3437. configure:20912: $PKG_CONFIG --exists --print-errors "libquicktime >= 1.0.0"
  3438. Package libquicktime was not found in the pkg-config search path.
  3439. Perhaps you should add the directory containing `libquicktime.pc'
  3440. to the PKG_CONFIG_PATH environment variable
  3441. No package 'libquicktime' found
  3442. configure:20915: $? = 1
  3443. configure:20928: $PKG_CONFIG --exists --print-errors "libquicktime >= 1.0.0"
  3444. Package libquicktime was not found in the pkg-config search path.
  3445. Perhaps you should add the directory containing `libquicktime.pc'
  3446. to the PKG_CONFIG_PATH environment variable
  3447. No package 'libquicktime' found
  3448. configure:20931: $? = 1
  3449. configure:20944: result: no
  3450. No package 'libquicktime' found
  3451. configure:20987: checking for __progname
  3452. configure:21004: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse conftest.c -ldl >&5
  3453. configure:21004: $? = 0
  3454. configure:21012: result: yes
  3455. configure:21065: checking for sdl-config
  3456. configure:21083: found /usr/bin/sdl-config
  3457. configure:21096: result: /usr/bin/sdl-config
  3458. configure:21106: checking for SDL - version >= 1.2.3
  3459. configure:21193: gcc -o conftest -fPIC -DPIC -msse -mfpmath=sse -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT conftest.c -ldl -L/usr/lib -lSDL -lpthread >&5
  3460. configure:21193: $? = 0
  3461. configure:21193: ./conftest
  3462. configure:21193: $? = 0
  3463. configure:21208: result: yes
  3464. configure:21286: checking for LIBLO
  3465. configure:21293: $PKG_CONFIG --exists --print-errors "liblo >= 0.26"
  3466. configure:21296: $? = 0
  3467. configure:21309: $PKG_CONFIG --exists --print-errors "liblo >= 0.26"
  3468. configure:21312: $? = 0
  3469. configure:21349: result: yes
  3470. configure:21368: checking for UNICAP
  3471. configure:21375: $PKG_CONFIG --exists --print-errors "libunicap >= 0.1.0"
  3472. configure:21378: $? = 0
  3473. configure:21391: $PKG_CONFIG --exists --print-errors "libunicap >= 0.1.0"
  3474. configure:21394: $? = 0
  3475. configure:21431: result: yes
  3476. configure:21456: checking for DIRECTFB
  3477. configure:21463: $PKG_CONFIG --exists --print-errors "directfb >= 0.9.17"
  3478. Package directfb was not found in the pkg-config search path.
  3479. Perhaps you should add the directory containing `directfb.pc'
  3480. to the PKG_CONFIG_PATH environment variable
  3481. No package 'directfb' found
  3482. configure:21466: $? = 1
  3483. configure:21479: $PKG_CONFIG --exists --print-errors "directfb >= 0.9.17"
  3484. Package directfb was not found in the pkg-config search path.
  3485. Perhaps you should add the directory containing `directfb.pc'
  3486. to the PKG_CONFIG_PATH environment variable
  3487. No package 'directfb' found
  3488. configure:21482: $? = 1
  3489. configure:21495: result: no
  3490. No package 'directfb' found
  3491. configure:21538: checking for JACK
  3492. configure:21545: $PKG_CONFIG --exists --print-errors "jack >= 0.1"
  3493. configure:21548: $? = 0
  3494. configure:21561: $PKG_CONFIG --exists --print-errors "jack >= 0.1"
  3495. configure:21564: $? = 0
  3496. configure:21601: result: yes
  3497. configure:21619: checking for XML2
  3498. configure:21626: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5.4"
  3499. configure:21629: $? = 0
  3500. configure:21642: $PKG_CONFIG --exists --print-errors "libxml-2.0 >= 2.5.4"
  3501. configure:21645: $? = 0
  3502. configure:21682: result: yes
  3503. configure:21702: checking for freetype-config
  3504. configure:21718: found /usr/bin/freetype-config
  3505. configure:21730: result: yes
  3506. configure:21979: checking what warning flags to pass to the C compiler
  3507. configure:22326: creating ./config.status
  3508.  
  3509. ## ---------------------- ##
  3510. ## Running config.status. ##
  3511. ## ---------------------- ##
  3512.  
  3513. This file was extended by veejay config.status 1.5.9, which was
  3514. generated by GNU Autoconf 2.68. Invocation command line was
  3515.  
  3516. CONFIG_FILES =
  3517. CONFIG_HEADERS =
  3518. CONFIG_LINKS =
  3519. CONFIG_COMMANDS =
  3520. $ ./config.status
  3521.  
  3522. on abby
  3523.  
  3524. config.status:1374: creating Makefile
  3525. config.status:1374: creating mjpegtools/Makefile
  3526. config.status:1374: creating aclib/Makefile
  3527. config.status:1374: creating libOSC/Makefile
  3528. config.status:1374: creating libhash/Makefile
  3529. config.status:1374: creating libvjmsg/Makefile
  3530. config.status:1374: creating libvevo/Makefile
  3531. config.status:1374: creating liblzo/Makefile
  3532. config.status:1374: creating libvjmem/Makefile
  3533. config.status:1374: creating libvje/Makefile
  3534. config.status:1374: creating libplugger/Makefile
  3535. config.status:1374: creating libsample/Makefile
  3536. config.status:1374: creating libvjnet/Makefile
  3537. config.status:1374: creating libyuv/Makefile
  3538. config.status:1374: creating libel/Makefile
  3539. config.status:1374: creating libstream/Makefile
  3540. config.status:1374: creating libsamplerec/Makefile
  3541. config.status:1374: creating bio2jack/Makefile
  3542. config.status:1374: creating veejay/Makefile
  3543. config.status:1374: creating man/Makefile
  3544. config.status:1374: creating veejay.pc
  3545. config.status:1374: creating config.h
  3546. config.status:1555: config.h is unchanged
  3547. config.status:1603: executing depfiles commands
  3548. config.status:1603: executing libtool commands
  3549. configure:24860:
  3550. configure:24862: Veejay 1.5.9 build configuration :
  3551. configure:24864:
  3552. configure:24866: Compiler flags: -march=nocona -mtune=nocona -fPIC -DPIC -msse -mfpmath=sse -fno-stack-protector
  3553. configure:24868: -fif-conversion
  3554. configure:24870:
  3555. configure:24872:
  3556. configure:24874: Architecture: x86_64
  3557. configure:24876:
  3558. configure:24879: x86
  3559. configure:24881: MMX enabled : yes
  3560. configure:24883: MMX2 enabled : yes
  3561. configure:24885: SSE enabled : yes
  3562. configure:24887: SSE2 enabled : yes
  3563. configure:24889: 3DNOW enabled : no
  3564. configure:24891: CMOV enabled : yes
  3565. configure:24908:
  3566. configure:24911: Platform: Linux
  3567. configure:24921:
  3568. configure:24923: Required dependencies:
  3569. configure:24925: - POSIX Threads (pthread) : true
  3570. configure:24927: - FFmpeg AVFormat : true
  3571. configure:24929: - FFmpeg AVCodec : true
  3572. configure:24931: - FFmpeg Swscaler : true
  3573. configure:24933: - FFmpeg avutil : true
  3574. configure:24935: - SDL support : true
  3575. configure:24937: - Freetype support : true
  3576. configure:24939: - XML c library for Gnome : true
  3577. configure:24941: - JPEG support : true
  3578. configure:24943: - GDK Pixbuf support : true
  3579. configure:24946: Optional dependencies
  3580. configure:24948: - DirectFB support : false
  3581. configure:24950: - libDV (digital video) support : true
  3582. configure:24952: - QuickTime support : false
  3583. configure:24954: - Jack Audio Connection Kit : true
  3584. configure:24956: - Unicap Imaging : true
  3585. configure:24958: - Liblo OSC client : true
  3586.  
  3587. ## ---------------- ##
  3588. ## Cache variables. ##
  3589. ## ---------------- ##
  3590.  
  3591. ac_cv_build=x86_64-unknown-linux-gnu
  3592. ac_cv_c_bigendian=no
  3593. ac_cv_c_compiler_gnu=yes
  3594. ac_cv_c_const=yes
  3595. ac_cv_c_inline=inline
  3596. ac_cv_cxx_compiler_gnu=yes
  3597. ac_cv_env_CCASFLAGS_set=
  3598. ac_cv_env_CCASFLAGS_value=
  3599. ac_cv_env_CCAS_set=
  3600. ac_cv_env_CCAS_value=
  3601. ac_cv_env_CCC_set=
  3602. ac_cv_env_CCC_value=
  3603. ac_cv_env_CC_set=
  3604. ac_cv_env_CC_value=
  3605. ac_cv_env_CFLAGS_set=
  3606. ac_cv_env_CFLAGS_value=
  3607. ac_cv_env_CPPFLAGS_set=
  3608. ac_cv_env_CPPFLAGS_value=
  3609. ac_cv_env_CPP_set=
  3610. ac_cv_env_CPP_value=
  3611. ac_cv_env_CXXCPP_set=
  3612. ac_cv_env_CXXCPP_value=
  3613. ac_cv_env_CXXFLAGS_set=
  3614. ac_cv_env_CXXFLAGS_value=
  3615. ac_cv_env_CXX_set=
  3616. ac_cv_env_CXX_value=
  3617. ac_cv_env_DIRECTFB_CFLAGS_set=
  3618. ac_cv_env_DIRECTFB_CFLAGS_value=
  3619. ac_cv_env_DIRECTFB_LIBS_set=
  3620. ac_cv_env_DIRECTFB_LIBS_value=
  3621. ac_cv_env_JACK_CFLAGS_set=
  3622. ac_cv_env_JACK_CFLAGS_value=
  3623. ac_cv_env_JACK_LIBS_set=
  3624. ac_cv_env_JACK_LIBS_value=
  3625. ac_cv_env_LDFLAGS_set=
  3626. ac_cv_env_LDFLAGS_value=
  3627. ac_cv_env_LIBAVCODEC_CFLAGS_set=
  3628. ac_cv_env_LIBAVCODEC_CFLAGS_value=
  3629. ac_cv_env_LIBAVCODEC_LIBS_set=
  3630. ac_cv_env_LIBAVCODEC_LIBS_value=
  3631. ac_cv_env_LIBAVFORMAT_CFLAGS_set=
  3632. ac_cv_env_LIBAVFORMAT_CFLAGS_value=
  3633. ac_cv_env_LIBAVFORMAT_LIBS_set=
  3634. ac_cv_env_LIBAVFORMAT_LIBS_value=
  3635. ac_cv_env_LIBAVUTIL_CFLAGS_set=
  3636. ac_cv_env_LIBAVUTIL_CFLAGS_value=
  3637. ac_cv_env_LIBAVUTIL_LIBS_set=
  3638. ac_cv_env_LIBAVUTIL_LIBS_value=
  3639. ac_cv_env_LIBDV_CFLAGS_set=
  3640. ac_cv_env_LIBDV_CFLAGS_value=
  3641. ac_cv_env_LIBDV_LIBS_set=
  3642. ac_cv_env_LIBDV_LIBS_value=
  3643. ac_cv_env_LIBLO_CFLAGS_set=
  3644. ac_cv_env_LIBLO_CFLAGS_value=
  3645. ac_cv_env_LIBLO_LIBS_set=
  3646. ac_cv_env_LIBLO_LIBS_value=
  3647. ac_cv_env_LIBQUICKTIME_CFLAGS_set=
  3648. ac_cv_env_LIBQUICKTIME_CFLAGS_value=
  3649. ac_cv_env_LIBQUICKTIME_LIBS_set=
  3650. ac_cv_env_LIBQUICKTIME_LIBS_value=
  3651. ac_cv_env_LIBSWSCALE_CFLAGS_set=
  3652. ac_cv_env_LIBSWSCALE_CFLAGS_value=
  3653. ac_cv_env_LIBSWSCALE_LIBS_set=
  3654. ac_cv_env_LIBSWSCALE_LIBS_value=
  3655. ac_cv_env_LIBS_set=
  3656. ac_cv_env_LIBS_value=
  3657. ac_cv_env_PIXBUF_CFLAGS_set=
  3658. ac_cv_env_PIXBUF_CFLAGS_value=
  3659. ac_cv_env_PIXBUF_LIBS_set=
  3660. ac_cv_env_PIXBUF_LIBS_value=
  3661. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3662. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3663. ac_cv_env_PKG_CONFIG_PATH_set=set
  3664. ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib/pkgconfig
  3665. ac_cv_env_PKG_CONFIG_set=
  3666. ac_cv_env_PKG_CONFIG_value=
  3667. ac_cv_env_UNICAP_CFLAGS_set=
  3668. ac_cv_env_UNICAP_CFLAGS_value=
  3669. ac_cv_env_UNICAP_LIBS_set=
  3670. ac_cv_env_UNICAP_LIBS_value=
  3671. ac_cv_env_XMKMF_set=
  3672. ac_cv_env_XMKMF_value=
  3673. ac_cv_env_XML2_CFLAGS_set=
  3674. ac_cv_env_XML2_CFLAGS_value=
  3675. ac_cv_env_XML2_LIBS_set=
  3676. ac_cv_env_XML2_LIBS_value=
  3677. ac_cv_env_YACC_set=
  3678. ac_cv_env_YACC_value=
  3679. ac_cv_env_YFLAGS_set=
  3680. ac_cv_env_YFLAGS_value=
  3681. ac_cv_env_build_alias_set=
  3682. ac_cv_env_build_alias_value=
  3683. ac_cv_env_host_alias_set=
  3684. ac_cv_env_host_alias_value=
  3685. ac_cv_env_target_alias_set=
  3686. ac_cv_env_target_alias_value=
  3687. ac_cv_flag_3dnow=no
  3688. ac_cv_flag_cmov=yes
  3689. ac_cv_flag_mmx2=yes
  3690. ac_cv_flag_mmx=yes
  3691. ac_cv_flag_sse2=yes
  3692. ac_cv_flag_sse=yes
  3693. ac_cv_func_bzero=yes
  3694. ac_cv_func_connect=yes
  3695. ac_cv_func_fmax=no
  3696. ac_cv_func_gethostbyname=yes
  3697. ac_cv_func_getopt_long=yes
  3698. ac_cv_func_getpagesize=yes
  3699. ac_cv_func_gettimeofday=yes
  3700. ac_cv_func_lround=no
  3701. ac_cv_func_memalign=yes
  3702. ac_cv_func_memcpy=yes
  3703. ac_cv_func_memset=yes
  3704. ac_cv_func_mmap=yes
  3705. ac_cv_func_posix_memalign=yes
  3706. ac_cv_func_pow=no
  3707. ac_cv_func_pthread_attr_getstacksize=no
  3708. ac_cv_func_remove=yes
  3709. ac_cv_func_sched_get_priority_max=yes
  3710. ac_cv_func_select=yes
  3711. ac_cv_func_shmat=yes
  3712. ac_cv_func_socket=yes
  3713. ac_cv_func_strncasecmp=yes
  3714. ac_cv_func_strndup=yes
  3715. ac_cv_func_strstr=yes
  3716. ac_cv_have_x='have_x=yes ac_x_includes='\'''\'' ac_x_libraries='\'''\'''
  3717. ac_cv_header_X11_Xlib_h=yes
  3718. ac_cv_header_X11_extensions_Xinerama_h=yes
  3719. ac_cv_header_alloca_h=yes
  3720. ac_cv_header_dlfcn_h=yes
  3721. ac_cv_header_fenv_h=yes
  3722. ac_cv_header_inttypes_h=yes
  3723. ac_cv_header_jpeglib_h=yes
  3724. ac_cv_header_linux_version_h=yes
  3725. ac_cv_header_linux_videodev_h=yes
  3726. ac_cv_header_memory_h=yes
  3727. ac_cv_header_minix_config_h=no
  3728. ac_cv_header_stdc=yes
  3729. ac_cv_header_stdint_h=yes
  3730. ac_cv_header_stdlib_h=yes
  3731. ac_cv_header_string_h=yes
  3732. ac_cv_header_strings_h=yes
  3733. ac_cv_header_sys_stat_h=yes
  3734. ac_cv_header_sys_types_h=yes
  3735. ac_cv_header_unistd_h=yes
  3736. ac_cv_host=x86_64-unknown-linux-gnu
  3737. ac_cv_lib_ICE_IceConnectionNumber=yes
  3738. ac_cv_lib_Xinerama_XineramaQueryExtension=yes
  3739. ac_cv_lib_dl_dlopen=yes
  3740. ac_cv_lib_jpeg_jpeg_start_compress=yes
  3741. ac_cv_lib_jpeg_mmx_jpeg_start_compress=no
  3742. ac_cv_lib_lex=-lfl
  3743. ac_cv_lib_pthread_pthread_create=yes
  3744. ac_cv_objext=o
  3745. ac_cv_path_EGREP='/bin/grep -E'
  3746. ac_cv_path_FGREP='/bin/grep -F'
  3747. ac_cv_path_GREP=/bin/grep
  3748. ac_cv_path_SDL_CONFIG=/usr/bin/sdl-config
  3749. ac_cv_path_SED=/bin/sed
  3750. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3751. ac_cv_path_install='/bin/install -c'
  3752. ac_cv_path_mkdir=/bin/mkdir
  3753. ac_cv_prog_AWK=gawk
  3754. ac_cv_prog_CPP='gcc -E'
  3755. ac_cv_prog_CXXCPP='g++ -E'
  3756. ac_cv_prog_FREETYPE_CONFIG=yes
  3757. ac_cv_prog_LEX=flex
  3758. ac_cv_prog_YACC='bison -y'
  3759. ac_cv_prog_ac_ct_AR=ar
  3760. ac_cv_prog_ac_ct_CC=gcc
  3761. ac_cv_prog_ac_ct_CXX=g++
  3762. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3763. ac_cv_prog_ac_ct_RANLIB=ranlib
  3764. ac_cv_prog_ac_ct_STRIP=strip
  3765. ac_cv_prog_cc_c89=
  3766. ac_cv_prog_cc_g=yes
  3767. ac_cv_prog_cxx_g=yes
  3768. ac_cv_prog_lex_root=lex.yy
  3769. ac_cv_prog_lex_yytext_pointer=yes
  3770. ac_cv_prog_make_make_set=yes
  3771. ac_cv_safe_to_define___extensions__=yes
  3772. ac_cv_sizeof_float=4
  3773. ac_cv_sizeof_int=4
  3774. ac_cv_sizeof_long_int=8
  3775. ac_cv_sizeof_size_t=8
  3776. ac_cv_sys_file_offset_bits=no
  3777. ac_cv_sys_largefile_CC=no
  3778. ac_cv_target=x86_64-unknown-linux-gnu
  3779. ac_cv_type_signal=void
  3780. am_cv_CCAS_dependencies_compiler_type=gcc3
  3781. am_cv_CC_dependencies_compiler_type=gcc3
  3782. am_cv_CXX_dependencies_compiler_type=gcc3
  3783. am_cv_prog_cc_stdc=
  3784. lt_cv_ar_at_file=@
  3785. lt_cv_archive_cmds_need_lc=no
  3786. lt_cv_deplibs_check_method=pass_all
  3787. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3788. lt_cv_file_magic_test_file=
  3789. lt_cv_ld_reload_flag=-r
  3790. lt_cv_nm_interface='BSD nm'
  3791. lt_cv_objdir=.libs
  3792. lt_cv_path_LD=/usr/bin/ld
  3793. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  3794. lt_cv_path_NM='/usr/bin/nm -B'
  3795. lt_cv_path_mainfest_tool=no
  3796. lt_cv_prog_compiler_c_o=yes
  3797. lt_cv_prog_compiler_c_o_CXX=yes
  3798. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  3799. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  3800. lt_cv_prog_compiler_pic_works=yes
  3801. lt_cv_prog_compiler_pic_works_CXX=yes
  3802. lt_cv_prog_compiler_rtti_exceptions=no
  3803. lt_cv_prog_compiler_static_works=yes
  3804. lt_cv_prog_compiler_static_works_CXX=yes
  3805. lt_cv_prog_gnu_ld=yes
  3806. lt_cv_prog_gnu_ldcxx=yes
  3807. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  3808. lt_cv_shlibpath_overrides_runpath=no
  3809. 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'\'''
  3810. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3811. lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/ {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"lib\2", (void *) \&\2},/p'\'''
  3812. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3813. lt_cv_sys_max_cmd_len=1572864
  3814. lt_cv_to_host_file_cmd=func_convert_file_noop
  3815. lt_cv_to_tool_file_cmd=func_convert_file_noop
  3816. mjt_cv_extern___progname=yes
  3817. pkg_cv_JACK_CFLAGS=' '
  3818. pkg_cv_JACK_LIBS='-ljack -lpthread -lrt '
  3819. pkg_cv_LIBAVCODEC_CFLAGS=' '
  3820. pkg_cv_LIBAVCODEC_LIBS='-lavcodec '
  3821. pkg_cv_LIBAVFORMAT_CFLAGS=' '
  3822. pkg_cv_LIBAVFORMAT_LIBS='-lavformat '
  3823. pkg_cv_LIBAVUTIL_CFLAGS=' '
  3824. pkg_cv_LIBAVUTIL_LIBS='-lavutil '
  3825. pkg_cv_LIBDV_CFLAGS=' '
  3826. pkg_cv_LIBDV_LIBS='-ldv -lm '
  3827. pkg_cv_LIBLO_CFLAGS=' '
  3828. pkg_cv_LIBLO_LIBS='-llo -lpthread '
  3829. pkg_cv_LIBSWSCALE_CFLAGS=' '
  3830. pkg_cv_LIBSWSCALE_LIBS='-lswscale '
  3831. pkg_cv_PIXBUF_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
  3832. pkg_cv_PIXBUF_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 '
  3833. pkg_cv_UNICAP_CFLAGS='-I/usr/include/unicap '
  3834. pkg_cv_UNICAP_LIBS='-lunicap -lrt '
  3835. pkg_cv_XML2_CFLAGS='-I/usr/include/libxml2 '
  3836. pkg_cv_XML2_LIBS='-lxml2 '
  3837.  
  3838. ## ----------------- ##
  3839. ## Output variables. ##
  3840. ## ----------------- ##
  3841.  
  3842. ACLOCAL='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run aclocal-1.11'
  3843. ALTIVEC_CFLAGS=''
  3844. AMDEPBACKSLASH='\'
  3845. AMDEP_FALSE='#'
  3846. AMDEP_TRUE=''
  3847. AMTAR='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run tar'
  3848. AR='ar'
  3849. ARCH_PPC_FALSE=''
  3850. ARCH_PPC_TRUE='#'
  3851. ARCH_X86_FALSE='#'
  3852. ARCH_X86_TRUE=''
  3853. AUTOCONF='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run autoconf'
  3854. AUTOHEADER='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run autoheader'
  3855. AUTOMAKE='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run automake-1.11'
  3856. AWK='gawk'
  3857. BUILD_CPU='x86_64'
  3858. BUILD_OS='linux-gnu'
  3859. BUILD_PLATFORM='x86_64-unknown-linux-gnu'
  3860. BUILD_VENDOR='unknown'
  3861. CC='gcc'
  3862. CCAS='gcc'
  3863. CCASDEPMODE='depmode=gcc3'
  3864. CCASFLAGS=''
  3865. CCDEPMODE='depmode=gcc3'
  3866. CFLAGS='-march=nocona -mtune=nocona -fPIC -DPIC -msse -mfpmath=sse -fno-stack-protector'
  3867. CPP='gcc -E'
  3868. CPPFLAGS=''
  3869. CXX='g++'
  3870. CXXCPP='g++ -E'
  3871. CXXDEPMODE='depmode=gcc3'
  3872. CXXFLAGS='-march=nocona -mtune=nocona -g -O2 '
  3873. CYGPATH_W='echo'
  3874. DEBUGLIBS=''
  3875. DEFS='-DHAVE_CONFIG_H'
  3876. DEPDIR='.deps'
  3877. DIRECTFB_CFLAGS=''
  3878. DIRECTFB_LIBS=''
  3879. DLLTOOL='false'
  3880. DSYMUTIL=''
  3881. DUMPBIN=''
  3882. ECHO_C=''
  3883. ECHO_N='-n'
  3884. ECHO_T=''
  3885. EGREP='/bin/grep -E'
  3886. EXEEXT=''
  3887. FFMPEG_CFLAGS=' '
  3888. FFMPEG_LIBS='-lavformat -lavcodec -lavutil -lswscale '
  3889. FGREP='/bin/grep -F'
  3890. FREEFRAME_CFLAGS='-freg-struct-return -Wno-unknown-pragmas -DLINUX'
  3891. FREETYPE_CONFIG='yes'
  3892. FT_CFLAGS='-I/usr/include/freetype2'
  3893. FT_LDFLAGS=''
  3894. FT_LIBS=' -lfreetype -lz'
  3895. GREP='/bin/grep'
  3896. HAVE_ALTIVEC_FALSE=''
  3897. HAVE_ALTIVEC_TRUE='#'
  3898. HAVE_ASM_MMX2_FALSE='#'
  3899. HAVE_ASM_MMX2_TRUE=''
  3900. HAVE_ASM_MMX_FALSE='#'
  3901. HAVE_ASM_MMX_TRUE=''
  3902. HAVE_ASM_NASM_FALSE=''
  3903. HAVE_ASM_NASM_TRUE='#'
  3904. HAVE_ASM_SSE2_FALSE='#'
  3905. HAVE_ASM_SSE2_TRUE=''
  3906. HAVE_ASM_SSE_FALSE='#'
  3907. HAVE_ASM_SSE_TRUE=''
  3908. HAVE_DIRECTFB_FALSE=''
  3909. HAVE_DIRECTFB_TRUE='#'
  3910. HAVE_DL_DLOPEN_FALSE='#'
  3911. HAVE_DL_DLOPEN_TRUE=''
  3912. HAVE_FREETYPE_FALSE='#'
  3913. HAVE_FREETYPE_TRUE=''
  3914. HAVE_JACK_FALSE='#'
  3915. HAVE_JACK_TRUE=''
  3916. HAVE_JPEG_FALSE='#'
  3917. HAVE_JPEG_TRUE=''
  3918. HAVE_LIBLO=''
  3919. HAVE_LIBLO_FALSE='#'
  3920. HAVE_LIBLO_TRUE=''
  3921. HAVE_LIBQUICKTIME_FALSE=''
  3922. HAVE_LIBQUICKTIME_TRUE='#'
  3923. HAVE_MMX2_FALSE='#'
  3924. HAVE_MMX2_TRUE=''
  3925. HAVE_MMX_FALSE='#'
  3926. HAVE_MMX_TRUE=''
  3927. HAVE_PPCCPU_FALSE=''
  3928. HAVE_PPCCPU_TRUE='#'
  3929. HAVE_SAMPLERATE_FALSE=''
  3930. HAVE_SAMPLERATE_TRUE='#'
  3931. HAVE_SDL_FALSE='#'
  3932. HAVE_SDL_TRUE=''
  3933. HAVE_SSE2_FALSE='#'
  3934. HAVE_SSE2_TRUE=''
  3935. HAVE_SSE_FALSE='#'
  3936. HAVE_SSE_TRUE=''
  3937. HAVE_UNICAP=''
  3938. HAVE_UNICAP_FALSE='#'
  3939. HAVE_UNICAP_TRUE=''
  3940. HAVE_V4L_FALSE='#'
  3941. HAVE_V4L_TRUE=''
  3942. HAVE_X86CPU_FALSE='#'
  3943. HAVE_X86CPU_TRUE=''
  3944. HAVE_X='yes'
  3945. HAVE_XML2_FALSE='#'
  3946. HAVE_XML2_TRUE=''
  3947. HAVE_X_FALSE='#'
  3948. HAVE_X_TRUE=''
  3949. INSTALL_DATA='${INSTALL} -m 644'
  3950. INSTALL_PROGRAM='${INSTALL}'
  3951. INSTALL_SCRIPT='${INSTALL}'
  3952. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3953. JACK_CFLAGS=' '
  3954. JACK_LIBS='-ljack -lpthread -lrt '
  3955. JPEG_CFLAGS=''
  3956. JPEG_LIBS='-ljpeg'
  3957. LD='/usr/bin/ld -m elf_x86_64'
  3958. LDFLAGS=''
  3959. LEX='flex'
  3960. LEXLIB='-lfl'
  3961. LEX_OUTPUT_ROOT='lex.yy'
  3962. LIBAVCODEC_CFLAGS=' '
  3963. LIBAVCODEC_LIBS='-lavcodec '
  3964. LIBAVFORMAT_CFLAGS=' '
  3965. LIBAVFORMAT_LIBS='-lavformat '
  3966. LIBAVUTIL_CFLAGS=' '
  3967. LIBAVUTIL_LIBS='-lavutil '
  3968. LIBDV_CFLAGS=' '
  3969. LIBDV_LIBS='-ldv -lm '
  3970. LIBGETOPT_LIB=''
  3971. LIBLO_CFLAGS=' '
  3972. LIBLO_LIBS='-llo -lpthread '
  3973. LIBM_LIBS='-lm'
  3974. LIBOBJS=''
  3975. LIBQUICKTIME_CFLAGS=''
  3976. LIBQUICKTIME_LIBS=''
  3977. LIBS='-ldl '
  3978. LIBSWSCALE_CFLAGS=' '
  3979. LIBSWSCALE_LIBS='-lswscale '
  3980. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3981. LIPO=''
  3982. LN_S='ln -s'
  3983. LTLIBOBJS=''
  3984. LT_AGE='1'
  3985. LT_CURRENT='1'
  3986. LT_RELEASE='1.5'
  3987. LT_REVISION='5'
  3988. MAINT='#'
  3989. MAINTAINER_MODE_FALSE=''
  3990. MAINTAINER_MODE_TRUE='#'
  3991. MAKEINFO='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/missing --run makeinfo'
  3992. MANIFEST_TOOL=':'
  3993. MKDIR_P='/bin/mkdir -p'
  3994. NM='/usr/bin/nm -B'
  3995. NMEDIT=''
  3996. OBJDUMP='objdump'
  3997. OBJEXT='o'
  3998. OP_CFLAGS=''
  3999. OTOOL64=''
  4000. OTOOL=''
  4001. PACKAGE='veejay'
  4002. PACKAGE_BUGREPORT='veejay-users@lists.sourceforge.net'
  4003. PACKAGE_NAME='veejay'
  4004. PACKAGE_STRING='veejay 1.5.9'
  4005. PACKAGE_TARNAME='veejay'
  4006. PACKAGE_URL=''
  4007. PACKAGE_VERSION='1.5.9'
  4008. PATH_SEPARATOR=':'
  4009. PIXBUF_CFLAGS='-pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 '
  4010. PIXBUF_LIBS='-pthread -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgdk_pixbuf-2.0 -lm -lgobject-2.0 -lgmodule-2.0 -lpng14 -lgthread-2.0 -lrt -lglib-2.0 '
  4011. PKG_CONFIG='/usr/bin/pkg-config'
  4012. PKG_CONFIG_LIBDIR=''
  4013. PKG_CONFIG_PATH='/usr/lib/pkgconfig'
  4014. PROGRAM_NOPIC=''
  4015. PTHREAD_LIBS='-lpthread'
  4016. RANLIB='ranlib'
  4017. SDL_CFLAGS='-I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT'
  4018. SDL_CONFIG='/usr/bin/sdl-config'
  4019. SDL_LIBS='-L/usr/lib -lSDL -lpthread'
  4020. SED='/bin/sed'
  4021. SET_MAKE=''
  4022. SHELL='/bin/sh'
  4023. STRIP='strip'
  4024. SUPPORT_READ_DV2_FALSE='#'
  4025. SUPPORT_READ_DV2_TRUE=''
  4026. UNICAP_CFLAGS='-I/usr/include/unicap '
  4027. UNICAP_LIBS='-lunicap -lrt '
  4028. VERSION='1.5.9'
  4029. XINERAMA_LIBS='-lXext -lX11 -lXinerama'
  4030. XMKMF=''
  4031. XML2_CFLAGS='-I/usr/include/libxml2 '
  4032. XML2_LIBS='-lxml2 '
  4033. X_CFLAGS=''
  4034. X_EXTRA_LIBS=''
  4035. X_LIBS=' -lSM -lICE -lX11'
  4036. X_PRE_LIBS=' -lSM -lICE'
  4037. YACC='bison -y'
  4038. YFLAGS=''
  4039. YUVCFLAGS='-fif-conversion'
  4040. ac_ct_AR='ar'
  4041. ac_ct_CC='gcc'
  4042. ac_ct_CXX='g++'
  4043. ac_ct_DUMPBIN=''
  4044. am__EXEEXT_FALSE=''
  4045. am__EXEEXT_TRUE='#'
  4046. am__fastdepCCAS_FALSE='#'
  4047. am__fastdepCCAS_TRUE=''
  4048. am__fastdepCC_FALSE='#'
  4049. am__fastdepCC_TRUE=''
  4050. am__fastdepCXX_FALSE='#'
  4051. am__fastdepCXX_TRUE=''
  4052. am__include='include'
  4053. am__isrc=''
  4054. am__leading_dot='.'
  4055. am__quote=''
  4056. am__tar='${AMTAR} chof - "$$tardir"'
  4057. am__untar='${AMTAR} xf -'
  4058. bindir='${exec_prefix}/bin'
  4059. build='x86_64-unknown-linux-gnu'
  4060. build_alias=''
  4061. build_cpu='x86_64'
  4062. build_os='linux-gnu'
  4063. build_vendor='unknown'
  4064. datadir='${datarootdir}'
  4065. datarootdir='${prefix}/share'
  4066. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  4067. dvidir='${docdir}'
  4068. exec_prefix='${prefix}'
  4069. host='x86_64-unknown-linux-gnu'
  4070. host_alias=''
  4071. host_cpu='x86_64'
  4072. host_os='linux-gnu'
  4073. host_vendor='unknown'
  4074. htmldir='${docdir}'
  4075. includedir='${prefix}/include'
  4076. infodir='${datarootdir}/info'
  4077. install_sh='${SHELL} /home/gary/tmp/yaourt-tmp-gary/aur-veejay-server/src/veejay/veejay-current/veejay-server/install-sh'
  4078. libdir='${exec_prefix}/lib'
  4079. libexecdir='${exec_prefix}/libexec'
  4080. localedir='${datarootdir}/locale'
  4081. localstatedir='${prefix}/var'
  4082. mandir='${datarootdir}/man'
  4083. mkdir_p='/bin/mkdir -p'
  4084. oldincludedir='/usr/include'
  4085. pdfdir='${docdir}'
  4086. prefix='/tmp'
  4087. program_transform_name='s,x,x,'
  4088. psdir='${docdir}'
  4089. sbindir='${exec_prefix}/sbin'
  4090. sharedstatedir='${prefix}/com'
  4091. sysconfdir='${prefix}/etc'
  4092. target='x86_64-unknown-linux-gnu'
  4093. target_alias=''
  4094. target_cpu='x86_64'
  4095. target_os='linux-gnu'
  4096. target_vendor='unknown'
  4097.  
  4098. ## ----------- ##
  4099. ## confdefs.h. ##
  4100. ## ----------- ##
  4101.  
  4102. /* confdefs.h */
  4103. #define PACKAGE_NAME "veejay"
  4104. #define PACKAGE_TARNAME "veejay"
  4105. #define PACKAGE_VERSION "1.5.9"
  4106. #define PACKAGE_STRING "veejay 1.5.9"
  4107. #define PACKAGE_BUGREPORT "veejay-users@lists.sourceforge.net"
  4108. #define PACKAGE_URL ""
  4109. #define PACKAGE "veejay"
  4110. #define VERSION "1.5.9"
  4111. #define PACKAGE "veejay"
  4112. #define VERSION "1.5.9"
  4113. #define VEEJAY 1
  4114. #define HAVE_CONFIG_H 1
  4115. #define STDC_HEADERS 1
  4116. #define HAVE_SYS_TYPES_H 1
  4117. #define HAVE_SYS_STAT_H 1
  4118. #define HAVE_STDLIB_H 1
  4119. #define HAVE_STRING_H 1
  4120. #define HAVE_MEMORY_H 1
  4121. #define HAVE_STRINGS_H 1
  4122. #define HAVE_INTTYPES_H 1
  4123. #define HAVE_STDINT_H 1
  4124. #define HAVE_UNISTD_H 1
  4125. #define __EXTENSIONS__ 1
  4126. #define _ALL_SOURCE 1
  4127. #define _GNU_SOURCE 1
  4128. #define _POSIX_PTHREAD_SEMANTICS 1
  4129. #define _TANDEM_SOURCE 1
  4130. #define HAVE_DLFCN_H 1
  4131. #define LT_OBJDIR ".libs/"
  4132. #define YYTEXT_POINTER 1
  4133. #define HAVE_FENV_H 1
  4134. #define HAVE_STDINT_H 1
  4135. #define HAVE_INTTYPES_H 1
  4136. #define HAVE_SYS_TYPES_H 1
  4137. #define HAVE_ALLOCA_H 1
  4138. #define HAVE_POSIX_MEMALIGN 1
  4139. #define HAVE_MEMALIGN 1
  4140. #define HAVE_BZERO 1
  4141. #define HAVE_GETTIMEOFDAY 1
  4142. #define HAVE_MEMSET 1
  4143. #define HAVE_MMAP 1
  4144. #define HAVE_STRNDUP 1
  4145. #define HAVE_STRSTR 1
  4146. #define HAVE_STRNCASECMP 1
  4147. #define HAVE_SCHED_GET_PRIORITY_MAX 1
  4148. #define HAVE_SELECT 1
  4149. #define HAVE_SOCKET 1
  4150. #define HAVE_GETPAGESIZE 1
  4151. #define HAVE_MEMCPY 1
  4152. #define HAVE_GETOPT_LONG 1
  4153. #define SIZEOF_INT 4
  4154. #define SIZEOF_LONG_INT 8
  4155. #define SIZEOF_SIZE_T 8
  4156. #define SIZEOF_FLOAT 4
  4157. #define RETSIGTYPE void
  4158. #define HAVE_LINUX /**/
  4159. #define HAVE_X86_CPU /**/
  4160. #define ARCH_X86_64 1
  4161. #define HAVE_ASM_MMX /**/
  4162. #define HAVE_MMX /**/
  4163. #define HAVE_ASM_SSE /**/
  4164. #define HAVE_SSE /**/
  4165. #define HAVE_ASM_SSE2 /**/
  4166. #define HAVE_SSE2 /**/
  4167. #define HAVE_CMOV /**/
  4168. #define HAVE_ASM_MMX2 /**/
  4169. #define HAVE_MMX2 /**/
  4170. #define HAVE_ASM_MMXEXT /**/
  4171. #define HAVE_FFMPEG_UNINSTALLED /**/
  4172. #define HAVE_XINERAMA 1
  4173. #define HAVE_V4L 1
  4174. #define HAVE_LIBPTHREAD /**/
  4175. #define HAVE_LIBDL 1
  4176. #define HAVE_DL_DLOPEN /**/
  4177. #define HAVE_JPEG /**/
  4178. #define USE_GDK_PIXBUF 1
  4179. #define SUPPORT_READ_DV2 1
  4180. #define HAVE___PROGNAME 1
  4181. #define HAVE_SDL /**/
  4182. #define HAVE_LIBLO /**/
  4183. #define HAVE_UNICAP /**/
  4184. #define HAVE_JACK /**/
  4185. #define HAVE_XML2 1
  4186. #define HAVE_FREETYPE /**/
  4187. #define VERSION ${VERSION}
  4188.  
  4189. configure: exit 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement