Guest User

Untitled

a guest
Nov 28th, 2017
510
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 105.81 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 kconfig-frontends configure 3.12.0.0, which was
  5. generated by GNU Autoconf 2.69. Invocation command line was
  6.  
  7. $ ./configure --no-create --no-recursion
  8.  
  9. ## --------- ##
  10. ## Platform. ##
  11. ## --------- ##
  12.  
  13. hostname = pc
  14. uname -m = x86_64
  15. uname -r = 4.4.0-31-generic
  16. uname -s = Linux
  17. uname -v = #50-Ubuntu SMP Wed Jul 13 00:07:12 UTC 2016
  18.  
  19. /usr/bin/uname -p = unknown
  20. /bin/uname -X = unknown
  21.  
  22. /bin/arch = unknown
  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: /usr/local/sbin
  31. PATH: /usr/local/bin
  32. PATH: /usr/sbin
  33. PATH: /usr/bin
  34. PATH: /sbin
  35. PATH: /bin
  36. PATH: /usr/games
  37. PATH: /usr/local/games
  38. PATH: /snap/bin
  39.  
  40.  
  41. ## ----------- ##
  42. ## Core tests. ##
  43. ## ----------- ##
  44.  
  45. configure:2592: checking for a BSD-compatible install
  46. configure:2660: result: /usr/bin/install -c
  47. configure:2671: checking whether build environment is sane
  48. configure:2721: result: yes
  49. configure:2862: checking for a thread-safe mkdir -p
  50. configure:2901: result: /bin/mkdir -p
  51. configure:2914: checking for gawk
  52. configure:2944: result: no
  53. configure:2914: checking for mawk
  54. configure:2930: found /usr/bin/mawk
  55. configure:2941: result: mawk
  56. configure:2952: checking whether make sets $(MAKE)
  57. configure:2974: result: yes
  58. configure:3111: checking whether make supports nested variables
  59. configure:3128: result: yes
  60. configure:3162: checking for style of include used by make
  61. configure:3190: result: GNU
  62. configure:3261: checking for gcc
  63. configure:3277: found /usr/bin/gcc
  64. configure:3288: result: gcc
  65. configure:3517: checking for C compiler version
  66. configure:3526: gcc --version >&5
  67. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
  68. Copyright (C) 2015 Free Software Foundation, Inc.
  69. This is free software; see the source for copying conditions. There is NO
  70. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  71.  
  72. configure:3537: $? = 0
  73. configure:3526: gcc -v >&5
  74. Using built-in specs.
  75. COLLECT_GCC=gcc
  76. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  77. Target: x86_64-linux-gnu
  78. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  79. Thread model: posix
  80. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  81. configure:3537: $? = 0
  82. configure:3526: gcc -V >&5
  83. gcc: error: unrecognized command line option '-V'
  84. gcc: fatal error: no input files
  85. compilation terminated.
  86. configure:3537: $? = 1
  87. configure:3526: gcc -qversion >&5
  88. gcc: error: unrecognized command line option '-qversion'
  89. gcc: fatal error: no input files
  90. compilation terminated.
  91. configure:3537: $? = 1
  92. configure:3557: checking whether the C compiler works
  93. configure:3579: gcc conftest.c >&5
  94. configure:3583: $? = 0
  95. configure:3631: result: yes
  96. configure:3634: checking for C compiler default output file name
  97. configure:3636: result: a.out
  98. configure:3642: checking for suffix of executables
  99. configure:3649: gcc -o conftest conftest.c >&5
  100. configure:3653: $? = 0
  101. configure:3675: result:
  102. configure:3697: checking whether we are cross compiling
  103. configure:3705: gcc -o conftest conftest.c >&5
  104. configure:3709: $? = 0
  105. configure:3716: ./conftest
  106. configure:3720: $? = 0
  107. configure:3735: result: no
  108. configure:3740: checking for suffix of object files
  109. configure:3762: gcc -c conftest.c >&5
  110. configure:3766: $? = 0
  111. configure:3787: result: o
  112. configure:3791: checking whether we are using the GNU C compiler
  113. configure:3810: gcc -c conftest.c >&5
  114. configure:3810: $? = 0
  115. configure:3819: result: yes
  116. configure:3828: checking whether gcc accepts -g
  117. configure:3848: gcc -c -g conftest.c >&5
  118. configure:3848: $? = 0
  119. configure:3889: result: yes
  120. configure:3906: checking for gcc option to accept ISO C89
  121. configure:3969: gcc -c -g -O2 conftest.c >&5
  122. configure:3969: $? = 0
  123. configure:3982: result: none needed
  124. configure:4004: checking dependency style of gcc
  125. configure:4115: result: gcc3
  126. configure:4180: checking for ar
  127. configure:4196: found /usr/bin/ar
  128. configure:4207: result: ar
  129. configure:4233: checking the archiver (ar) interface
  130. configure:4243: gcc -c -g -O2 conftest.c >&5
  131. configure:4243: $? = 0
  132. configure:4245: ar cru libconftest.a conftest.o >&5
  133. ar: `u' modifier ignored since `D' is the default (see `U')
  134. configure:4248: $? = 0
  135. configure:4271: result: ar
  136. configure:4320: checking build system type
  137. configure:4334: result: x86_64-unknown-linux-gnu
  138. configure:4354: checking host system type
  139. configure:4367: result: x86_64-unknown-linux-gnu
  140. configure:4408: checking how to print strings
  141. configure:4435: result: printf
  142. configure:4456: checking for a sed that does not truncate output
  143. configure:4520: result: /bin/sed
  144. configure:4538: checking for grep that handles long lines and -e
  145. configure:4596: result: /bin/grep
  146. configure:4601: checking for egrep
  147. configure:4663: result: /bin/grep -E
  148. configure:4668: checking for fgrep
  149. configure:4730: result: /bin/grep -F
  150. configure:4765: checking for ld used by gcc
  151. configure:4832: result: /usr/bin/ld
  152. configure:4839: checking if the linker (/usr/bin/ld) is GNU ld
  153. configure:4854: result: yes
  154. configure:4866: checking for BSD- or MS-compatible name lister (nm)
  155. configure:4915: result: /usr/bin/nm -B
  156. configure:5045: checking the name lister (/usr/bin/nm -B) interface
  157. configure:5052: gcc -c -g -O2 conftest.c >&5
  158. configure:5055: /usr/bin/nm -B "conftest.o"
  159. configure:5058: output
  160. 0000000000000000 B some_variable
  161. configure:5065: result: BSD nm
  162. configure:5068: checking whether ln -s works
  163. configure:5072: result: yes
  164. configure:5080: checking the maximum length of command line arguments
  165. configure:5211: result: 1572864
  166. configure:5228: checking whether the shell understands some XSI constructs
  167. configure:5238: result: yes
  168. configure:5242: checking whether the shell understands "+="
  169. configure:5248: result: yes
  170. configure:5283: checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format
  171. configure:5323: result: func_convert_file_noop
  172. configure:5330: checking how to convert x86_64-unknown-linux-gnu file names to toolchain format
  173. configure:5350: result: func_convert_file_noop
  174. configure:5357: checking for /usr/bin/ld option to reload object files
  175. configure:5364: result: -r
  176. configure:5438: checking for objdump
  177. configure:5454: found /usr/bin/objdump
  178. configure:5465: result: objdump
  179. configure:5497: checking how to recognize dependent libraries
  180. configure:5695: result: pass_all
  181. configure:5780: checking for dlltool
  182. configure:5810: result: no
  183. configure:5840: checking how to associate runtime and link libraries
  184. configure:5867: result: printf %s\n
  185. configure:5991: checking for archiver @FILE support
  186. configure:6008: gcc -c -g -O2 conftest.c >&5
  187. configure:6008: $? = 0
  188. configure:6011: ar cru libconftest.a @conftest.lst >&5
  189. ar: `u' modifier ignored since `D' is the default (see `U')
  190. configure:6014: $? = 0
  191. configure:6019: ar cru libconftest.a @conftest.lst >&5
  192. ar: `u' modifier ignored since `D' is the default (see `U')
  193. ar: conftest.o: No such file or directory
  194. configure:6022: $? = 1
  195. configure:6034: result: @
  196. configure:6092: checking for strip
  197. configure:6108: found /usr/bin/strip
  198. configure:6119: result: strip
  199. configure:6191: checking for ranlib
  200. configure:6207: found /usr/bin/ranlib
  201. configure:6218: result: ranlib
  202. configure:6320: checking command to parse /usr/bin/nm -B output from gcc object
  203. configure:6440: gcc -c -g -O2 conftest.c >&5
  204. configure:6443: $? = 0
  205. configure:6447: /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
  206. configure:6450: $? = 0
  207. configure:6516: gcc -o conftest -g -O2 conftest.c conftstm.o >&5
  208. configure:6519: $? = 0
  209. configure:6557: result: ok
  210. configure:6594: checking for sysroot
  211. configure:6624: result: no
  212. configure:6701: gcc -c -g -O2 conftest.c >&5
  213. configure:6704: $? = 0
  214. configure:6887: checking for mt
  215. configure:6903: found /bin/mt
  216. configure:6914: result: mt
  217. configure:6937: checking if mt is a manifest tool
  218. configure:6943: mt '-?'
  219. configure:6951: result: no
  220. configure:7593: checking how to run the C preprocessor
  221. configure:7624: gcc -E conftest.c
  222. configure:7624: $? = 0
  223. configure:7638: gcc -E conftest.c
  224. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  225. compilation terminated.
  226. configure:7638: $? = 1
  227. configure: failed program was:
  228. | /* confdefs.h */
  229. | #define PACKAGE_NAME "kconfig-frontends"
  230. | #define PACKAGE_TARNAME "kconfig-frontends"
  231. | #define PACKAGE_VERSION "3.12.0.0"
  232. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  233. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  234. | #define PACKAGE_URL ""
  235. | #define PACKAGE "kconfig-frontends"
  236. | #define VERSION "3.12.0.0"
  237. | /* end confdefs.h. */
  238. | #include <ac_nonexistent.h>
  239. configure:7663: result: gcc -E
  240. configure:7683: gcc -E conftest.c
  241. configure:7683: $? = 0
  242. configure:7697: gcc -E conftest.c
  243. conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
  244. compilation terminated.
  245. configure:7697: $? = 1
  246. configure: failed program was:
  247. | /* confdefs.h */
  248. | #define PACKAGE_NAME "kconfig-frontends"
  249. | #define PACKAGE_TARNAME "kconfig-frontends"
  250. | #define PACKAGE_VERSION "3.12.0.0"
  251. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  252. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  253. | #define PACKAGE_URL ""
  254. | #define PACKAGE "kconfig-frontends"
  255. | #define VERSION "3.12.0.0"
  256. | /* end confdefs.h. */
  257. | #include <ac_nonexistent.h>
  258. configure:7726: checking for ANSI C header files
  259. configure:7746: gcc -c -g -O2 conftest.c >&5
  260. configure:7746: $? = 0
  261. configure:7819: gcc -o conftest -g -O2 conftest.c >&5
  262. configure:7819: $? = 0
  263. configure:7819: ./conftest
  264. configure:7819: $? = 0
  265. configure:7830: result: yes
  266. configure:7843: checking for sys/types.h
  267. configure:7843: gcc -c -g -O2 conftest.c >&5
  268. configure:7843: $? = 0
  269. configure:7843: result: yes
  270. configure:7843: checking for sys/stat.h
  271. configure:7843: gcc -c -g -O2 conftest.c >&5
  272. configure:7843: $? = 0
  273. configure:7843: result: yes
  274. configure:7843: checking for stdlib.h
  275. configure:7843: gcc -c -g -O2 conftest.c >&5
  276. configure:7843: $? = 0
  277. configure:7843: result: yes
  278. configure:7843: checking for string.h
  279. configure:7843: gcc -c -g -O2 conftest.c >&5
  280. configure:7843: $? = 0
  281. configure:7843: result: yes
  282. configure:7843: checking for memory.h
  283. configure:7843: gcc -c -g -O2 conftest.c >&5
  284. configure:7843: $? = 0
  285. configure:7843: result: yes
  286. configure:7843: checking for strings.h
  287. configure:7843: gcc -c -g -O2 conftest.c >&5
  288. configure:7843: $? = 0
  289. configure:7843: result: yes
  290. configure:7843: checking for inttypes.h
  291. configure:7843: gcc -c -g -O2 conftest.c >&5
  292. configure:7843: $? = 0
  293. configure:7843: result: yes
  294. configure:7843: checking for stdint.h
  295. configure:7843: gcc -c -g -O2 conftest.c >&5
  296. configure:7843: $? = 0
  297. configure:7843: result: yes
  298. configure:7843: checking for unistd.h
  299. configure:7843: gcc -c -g -O2 conftest.c >&5
  300. configure:7843: $? = 0
  301. configure:7843: result: yes
  302. configure:7857: checking for dlfcn.h
  303. configure:7857: gcc -c -g -O2 conftest.c >&5
  304. configure:7857: $? = 0
  305. configure:7857: result: yes
  306. configure:8062: checking for objdir
  307. configure:8077: result: .libs
  308. configure:8348: checking if gcc supports -fno-rtti -fno-exceptions
  309. configure:8366: gcc -c -g -O2 -fno-rtti -fno-exceptions conftest.c >&5
  310. cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not for C
  311. configure:8370: $? = 0
  312. configure:8383: result: no
  313. configure:8710: checking for gcc option to produce PIC
  314. configure:8717: result: -fPIC -DPIC
  315. configure:8725: checking if gcc PIC flag -fPIC -DPIC works
  316. configure:8743: gcc -c -g -O2 -fPIC -DPIC -DPIC conftest.c >&5
  317. configure:8747: $? = 0
  318. configure:8760: result: yes
  319. configure:8789: checking if gcc static flag -static works
  320. configure:8817: result: yes
  321. configure:8832: checking if gcc supports -c -o file.o
  322. configure:8853: gcc -c -g -O2 -o out/conftest2.o conftest.c >&5
  323. configure:8857: $? = 0
  324. configure:8879: result: yes
  325. configure:8887: checking if gcc supports -c -o file.o
  326. configure:8934: result: yes
  327. configure:8967: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  328. configure:10124: result: yes
  329. configure:10161: checking whether -lc should be explicitly linked in
  330. configure:10169: gcc -c -g -O2 conftest.c >&5
  331. configure:10172: $? = 0
  332. configure:10187: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /bin/grep -lc \>/dev/null 2\>\&1
  333. configure:10190: $? = 0
  334. configure:10204: result: no
  335. configure:10364: checking dynamic linker characteristics
  336. configure:10864: gcc -o conftest -g -O2 -Wl,-rpath -Wl,/foo conftest.c >&5
  337. configure:10864: $? = 0
  338. configure:11098: result: GNU/Linux ld.so
  339. configure:11205: checking how to hardcode library paths into programs
  340. configure:11230: result: immediate
  341. configure:11770: checking whether stripping libraries is possible
  342. configure:11775: result: yes
  343. configure:11810: checking if libtool supports shared libraries
  344. configure:11812: result: yes
  345. configure:11815: checking whether to build shared libraries
  346. configure:11836: result: yes
  347. configure:11839: checking whether to build static libraries
  348. configure:11843: result: no
  349. configure:12115: checking for gcc
  350. configure:12142: result: gcc
  351. configure:12371: checking for C compiler version
  352. configure:12380: gcc --version >&5
  353. gcc (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
  354. Copyright (C) 2015 Free Software Foundation, Inc.
  355. This is free software; see the source for copying conditions. There is NO
  356. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  357.  
  358. configure:12391: $? = 0
  359. configure:12380: gcc -v >&5
  360. Using built-in specs.
  361. COLLECT_GCC=gcc
  362. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  363. Target: x86_64-linux-gnu
  364. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  365. Thread model: posix
  366. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  367. configure:12391: $? = 0
  368. configure:12380: gcc -V >&5
  369. gcc: error: unrecognized command line option '-V'
  370. gcc: fatal error: no input files
  371. compilation terminated.
  372. configure:12391: $? = 1
  373. configure:12380: gcc -qversion >&5
  374. gcc: error: unrecognized command line option '-qversion'
  375. gcc: fatal error: no input files
  376. compilation terminated.
  377. configure:12391: $? = 1
  378. configure:12395: checking whether we are using the GNU C compiler
  379. configure:12423: result: yes
  380. configure:12432: checking whether gcc accepts -g
  381. configure:12493: result: yes
  382. configure:12510: checking for gcc option to accept ISO C89
  383. configure:12586: result: none needed
  384. configure:12608: checking dependency style of gcc
  385. configure:12719: result: gcc3
  386. configure:12735: checking whether gcc and cc understand -c and -o together
  387. configure:12766: gcc -c conftest.c -o conftest2.o >&5
  388. configure:12770: $? = 0
  389. configure:12776: gcc -c conftest.c -o conftest2.o >&5
  390. configure:12780: $? = 0
  391. configure:12791: cc -c conftest.c >&5
  392. configure:12795: $? = 0
  393. configure:12803: cc -c conftest.c -o conftest2.o >&5
  394. configure:12807: $? = 0
  395. configure:12813: cc -c conftest.c -o conftest2.o >&5
  396. configure:12817: $? = 0
  397. configure:12835: result: yes
  398. configure:12918: checking for g++
  399. configure:12934: found /usr/bin/g++
  400. configure:12945: result: g++
  401. configure:12972: checking for C++ compiler version
  402. configure:12981: g++ --version >&5
  403. g++ (Ubuntu 5.4.0-6ubuntu1~16.04.2) 5.4.0 20160609
  404. Copyright (C) 2015 Free Software Foundation, Inc.
  405. This is free software; see the source for copying conditions. There is NO
  406. warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
  407.  
  408. configure:12992: $? = 0
  409. configure:12981: g++ -v >&5
  410. Using built-in specs.
  411. COLLECT_GCC=g++
  412. COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper
  413. Target: x86_64-linux-gnu
  414. Configured with: ../src/configure -v --with-pkgversion='Ubuntu 5.4.0-6ubuntu1~16.04.2' --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr --program-suffix=-5 --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --enable-objc-gc --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
  415. Thread model: posix
  416. gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.2)
  417. configure:12992: $? = 0
  418. configure:12981: g++ -V >&5
  419. g++: error: unrecognized command line option '-V'
  420. g++: fatal error: no input files
  421. compilation terminated.
  422. configure:12992: $? = 1
  423. configure:12981: g++ -qversion >&5
  424. g++: error: unrecognized command line option '-qversion'
  425. g++: fatal error: no input files
  426. compilation terminated.
  427. configure:12992: $? = 1
  428. configure:12996: checking whether we are using the GNU C++ compiler
  429. configure:13015: g++ -c conftest.cpp >&5
  430. configure:13015: $? = 0
  431. configure:13024: result: yes
  432. configure:13033: checking whether g++ accepts -g
  433. configure:13053: g++ -c -g conftest.cpp >&5
  434. configure:13053: $? = 0
  435. configure:13094: result: yes
  436. configure:13119: checking dependency style of g++
  437. configure:13230: result: gcc3
  438. configure:13263: checking how to run the C++ preprocessor
  439. configure:13290: g++ -E conftest.cpp
  440. configure:13290: $? = 0
  441. configure:13304: g++ -E conftest.cpp
  442. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  443. compilation terminated.
  444. configure:13304: $? = 1
  445. configure: failed program was:
  446. | /* confdefs.h */
  447. | #define PACKAGE_NAME "kconfig-frontends"
  448. | #define PACKAGE_TARNAME "kconfig-frontends"
  449. | #define PACKAGE_VERSION "3.12.0.0"
  450. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  451. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  452. | #define PACKAGE_URL ""
  453. | #define PACKAGE "kconfig-frontends"
  454. | #define VERSION "3.12.0.0"
  455. | #define STDC_HEADERS 1
  456. | #define HAVE_SYS_TYPES_H 1
  457. | #define HAVE_SYS_STAT_H 1
  458. | #define HAVE_STDLIB_H 1
  459. | #define HAVE_STRING_H 1
  460. | #define HAVE_MEMORY_H 1
  461. | #define HAVE_STRINGS_H 1
  462. | #define HAVE_INTTYPES_H 1
  463. | #define HAVE_STDINT_H 1
  464. | #define HAVE_UNISTD_H 1
  465. | #define HAVE_DLFCN_H 1
  466. | #define LT_OBJDIR ".libs/"
  467. | /* end confdefs.h. */
  468. | #include <ac_nonexistent.h>
  469. configure:13329: result: g++ -E
  470. configure:13349: g++ -E conftest.cpp
  471. configure:13349: $? = 0
  472. configure:13363: g++ -E conftest.cpp
  473. conftest.cpp:23:28: fatal error: ac_nonexistent.h: No such file or directory
  474. compilation terminated.
  475. configure:13363: $? = 1
  476. configure: failed program was:
  477. | /* confdefs.h */
  478. | #define PACKAGE_NAME "kconfig-frontends"
  479. | #define PACKAGE_TARNAME "kconfig-frontends"
  480. | #define PACKAGE_VERSION "3.12.0.0"
  481. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  482. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  483. | #define PACKAGE_URL ""
  484. | #define PACKAGE "kconfig-frontends"
  485. | #define VERSION "3.12.0.0"
  486. | #define STDC_HEADERS 1
  487. | #define HAVE_SYS_TYPES_H 1
  488. | #define HAVE_SYS_STAT_H 1
  489. | #define HAVE_STDLIB_H 1
  490. | #define HAVE_STRING_H 1
  491. | #define HAVE_MEMORY_H 1
  492. | #define HAVE_STRINGS_H 1
  493. | #define HAVE_INTTYPES_H 1
  494. | #define HAVE_STDINT_H 1
  495. | #define HAVE_UNISTD_H 1
  496. | #define HAVE_DLFCN_H 1
  497. | #define LT_OBJDIR ".libs/"
  498. | /* end confdefs.h. */
  499. | #include <ac_nonexistent.h>
  500. configure:13532: checking for ld used by g++
  501. configure:13599: result: /usr/bin/ld -m elf_x86_64
  502. configure:13606: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
  503. configure:13621: result: yes
  504. configure:13676: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  505. configure:14678: result: yes
  506. configure:14714: g++ -c -g -O2 conftest.cpp >&5
  507. configure:14717: $? = 0
  508. configure:15237: checking for g++ option to produce PIC
  509. configure:15244: result: -fPIC -DPIC
  510. configure:15252: checking if g++ PIC flag -fPIC -DPIC works
  511. configure:15270: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
  512. configure:15274: $? = 0
  513. configure:15287: result: yes
  514. configure:15310: checking if g++ static flag -static works
  515. configure:15338: result: yes
  516. configure:15350: checking if g++ supports -c -o file.o
  517. configure:15371: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
  518. configure:15375: $? = 0
  519. configure:15397: result: yes
  520. configure:15402: checking if g++ supports -c -o file.o
  521. configure:15449: result: yes
  522. configure:15479: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
  523. configure:15518: result: yes
  524. configure:15659: checking dynamic linker characteristics
  525. configure:16327: result: GNU/Linux ld.so
  526. configure:16380: checking how to hardcode library paths into programs
  527. configure:16405: result: immediate
  528. configure:16445: checking for inline
  529. configure:16461: gcc -c -g -O2 conftest.c >&5
  530. configure:16461: $? = 0
  531. configure:16469: result: inline
  532. configure:16487: checking whether make sets $(MAKE)
  533. configure:16509: result: yes
  534. configure:16522: checking for gperf
  535. configure:16538: found /usr/bin/gperf
  536. configure:16549: result: gperf
  537. configure:16618: checking for pkg-config
  538. configure:16636: found /usr/bin/pkg-config
  539. configure:16648: result: /usr/bin/pkg-config
  540. configure:16673: checking pkg-config is at least version 0.9.0
  541. configure:16676: result: yes
  542. configure:16690: checking for flex
  543. configure:16706: found /usr/bin/flex
  544. configure:16717: result: flex
  545. configure:16755: flex conftest.l
  546. configure:16759: $? = 0
  547. configure:16761: checking lex output file root
  548. configure:16775: result: lex.yy
  549. configure:16780: checking lex library
  550. configure:16794: gcc -o conftest -g -O2 conftest.c >&5
  551. /tmp/ccAAoQwd.o: In function `input':
  552. /home/alan/nuttxspace/tools/kconfig-frontends/lex.yy.c:1200: undefined reference to `yywrap'
  553. /tmp/ccAAoQwd.o: In function `yylex':
  554. /home/alan/nuttxspace/tools/kconfig-frontends/lex.yy.c:894: undefined reference to `yywrap'
  555. /tmp/ccAAoQwd.o: In function `main':
  556. /home/alan/nuttxspace/tools/kconfig-frontends/conftest.l:18: undefined reference to `yywrap'
  557. collect2: error: ld returned 1 exit status
  558. configure:16794: $? = 1
  559. configure: failed program was:
  560. | /* confdefs.h */
  561. | #define PACKAGE_NAME "kconfig-frontends"
  562. | #define PACKAGE_TARNAME "kconfig-frontends"
  563. | #define PACKAGE_VERSION "3.12.0.0"
  564. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  565. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  566. | #define PACKAGE_URL ""
  567. | #define PACKAGE "kconfig-frontends"
  568. | #define VERSION "3.12.0.0"
  569. | #define STDC_HEADERS 1
  570. | #define HAVE_SYS_TYPES_H 1
  571. | #define HAVE_SYS_STAT_H 1
  572. | #define HAVE_STDLIB_H 1
  573. | #define HAVE_STRING_H 1
  574. | #define HAVE_MEMORY_H 1
  575. | #define HAVE_STRINGS_H 1
  576. | #define HAVE_INTTYPES_H 1
  577. | #define HAVE_STDINT_H 1
  578. | #define HAVE_UNISTD_H 1
  579. | #define HAVE_DLFCN_H 1
  580. | #define LT_OBJDIR ".libs/"
  581. | /* end confdefs.h. */
  582. |
  583. | #line 3 "lex.yy.c"
  584. |
  585. | #define YY_INT_ALIGNED short int
  586. |
  587. | /* A lexical scanner generated by flex */
  588. |
  589. | #define FLEX_SCANNER
  590. | #define YY_FLEX_MAJOR_VERSION 2
  591. | #define YY_FLEX_MINOR_VERSION 6
  592. | #define YY_FLEX_SUBMINOR_VERSION 0
  593. | #if YY_FLEX_SUBMINOR_VERSION > 0
  594. | #define FLEX_BETA
  595. | #endif
  596. |
  597. | /* First, we deal with platform-specific or compiler-specific issues. */
  598. |
  599. | /* begin standard C headers. */
  600. | #include <stdio.h>
  601. | #include <string.h>
  602. | #include <errno.h>
  603. | #include <stdlib.h>
  604. |
  605. | /* end standard C headers. */
  606. |
  607. | /* flex integer type definitions */
  608. |
  609. | #ifndef FLEXINT_H
  610. | #define FLEXINT_H
  611. |
  612. | /* C99 systems have <inttypes.h>. Non-C99 systems may or may not. */
  613. |
  614. | #if defined (__STDC_VERSION__) && __STDC_VERSION__ >= 199901L
  615. |
  616. | /* C99 says to define __STDC_LIMIT_MACROS before including stdint.h,
  617. | * if you want the limit (max/min) macros for int types.
  618. | */
  619. | #ifndef __STDC_LIMIT_MACROS
  620. | #define __STDC_LIMIT_MACROS 1
  621. | #endif
  622. |
  623. | #include <inttypes.h>
  624. | typedef int8_t flex_int8_t;
  625. | typedef uint8_t flex_uint8_t;
  626. | typedef int16_t flex_int16_t;
  627. | typedef uint16_t flex_uint16_t;
  628. | typedef int32_t flex_int32_t;
  629. | typedef uint32_t flex_uint32_t;
  630. | #else
  631. | typedef signed char flex_int8_t;
  632. | typedef short int flex_int16_t;
  633. | typedef int flex_int32_t;
  634. | typedef unsigned char flex_uint8_t;
  635. | typedef unsigned short int flex_uint16_t;
  636. | typedef unsigned int flex_uint32_t;
  637. |
  638. | /* Limits of integral types. */
  639. | #ifndef INT8_MIN
  640. | #define INT8_MIN (-128)
  641. | #endif
  642. | #ifndef INT16_MIN
  643. | #define INT16_MIN (-32767-1)
  644. | #endif
  645. | #ifndef INT32_MIN
  646. | #define INT32_MIN (-2147483647-1)
  647. | #endif
  648. | #ifndef INT8_MAX
  649. | #define INT8_MAX (127)
  650. | #endif
  651. | #ifndef INT16_MAX
  652. | #define INT16_MAX (32767)
  653. | #endif
  654. | #ifndef INT32_MAX
  655. | #define INT32_MAX (2147483647)
  656. | #endif
  657. | #ifndef UINT8_MAX
  658. | #define UINT8_MAX (255U)
  659. | #endif
  660. | #ifndef UINT16_MAX
  661. | #define UINT16_MAX (65535U)
  662. | #endif
  663. | #ifndef UINT32_MAX
  664. | #define UINT32_MAX (4294967295U)
  665. | #endif
  666. |
  667. | #endif /* ! C99 */
  668. |
  669. | #endif /* ! FLEXINT_H */
  670. |
  671. | #ifdef __cplusplus
  672. |
  673. | /* The "const" storage-class-modifier is valid. */
  674. | #define YY_USE_CONST
  675. |
  676. | #else /* ! __cplusplus */
  677. |
  678. | /* C99 requires __STDC__ to be defined as 1. */
  679. | #if defined (__STDC__)
  680. |
  681. | #define YY_USE_CONST
  682. |
  683. | #endif /* defined (__STDC__) */
  684. | #endif /* ! __cplusplus */
  685. |
  686. | #ifdef YY_USE_CONST
  687. | #define yyconst const
  688. | #else
  689. | #define yyconst
  690. | #endif
  691. |
  692. | /* Returned upon end-of-file. */
  693. | #define YY_NULL 0
  694. |
  695. | /* Promotes a possibly negative, possibly signed char to an unsigned
  696. | * integer for use as an array index. If the signed char is negative,
  697. | * we want to instead treat it as an 8-bit unsigned char, hence the
  698. | * double cast.
  699. | */
  700. | #define YY_SC_TO_UI(c) ((unsigned int) (unsigned char) c)
  701. |
  702. | /* Enter a start condition. This macro really ought to take a parameter,
  703. | * but we do it the disgusting crufty way forced on us by the ()-less
  704. | * definition of BEGIN.
  705. | */
  706. | #define BEGIN (yy_start) = 1 + 2 *
  707. |
  708. | /* Translate the current start state into a value that can be later handed
  709. | * to BEGIN to return to the state. The YYSTATE alias is for lex
  710. | * compatibility.
  711. | */
  712. | #define YY_START (((yy_start) - 1) / 2)
  713. | #define YYSTATE YY_START
  714. |
  715. | /* Action number for EOF rule of a given start state. */
  716. | #define YY_STATE_EOF(state) (YY_END_OF_BUFFER + state + 1)
  717. |
  718. | /* Special action meaning "start processing a new file". */
  719. | #define YY_NEW_FILE yyrestart(yyin )
  720. |
  721. | #define YY_END_OF_BUFFER_CHAR 0
  722. |
  723. | /* Size of default input buffer. */
  724. | #ifndef YY_BUF_SIZE
  725. | #ifdef __ia64__
  726. | /* On IA-64, the buffer size is 16k, not 8k.
  727. | * Moreover, YY_BUF_SIZE is 2*YY_READ_BUF_SIZE in the general case.
  728. | * Ditto for the __ia64__ case accordingly.
  729. | */
  730. | #define YY_BUF_SIZE 32768
  731. | #else
  732. | #define YY_BUF_SIZE 16384
  733. | #endif /* __ia64__ */
  734. | #endif
  735. |
  736. | /* The state buf must be large enough to hold one state per character in the main buffer.
  737. | */
  738. | #define YY_STATE_BUF_SIZE ((YY_BUF_SIZE + 2) * sizeof(yy_state_type))
  739. |
  740. | #ifndef YY_TYPEDEF_YY_BUFFER_STATE
  741. | #define YY_TYPEDEF_YY_BUFFER_STATE
  742. | typedef struct yy_buffer_state *YY_BUFFER_STATE;
  743. | #endif
  744. |
  745. | #ifndef YY_TYPEDEF_YY_SIZE_T
  746. | #define YY_TYPEDEF_YY_SIZE_T
  747. | typedef size_t yy_size_t;
  748. | #endif
  749. |
  750. | extern yy_size_t yyleng;
  751. |
  752. | extern FILE *yyin, *yyout;
  753. |
  754. | #define EOB_ACT_CONTINUE_SCAN 0
  755. | #define EOB_ACT_END_OF_FILE 1
  756. | #define EOB_ACT_LAST_MATCH 2
  757. |
  758. | #define YY_LESS_LINENO(n)
  759. | #define YY_LINENO_REWIND_TO(ptr)
  760. |
  761. | /* Return all but the first "n" matched characters back to the input stream. */
  762. | #define yyless(n) \
  763. | do \
  764. | { \
  765. | /* Undo effects of setting up yytext. */ \
  766. | int yyless_macro_arg = (n); \
  767. | YY_LESS_LINENO(yyless_macro_arg);\
  768. | *yy_cp = (yy_hold_char); \
  769. | YY_RESTORE_YY_MORE_OFFSET \
  770. | (yy_c_buf_p) = yy_cp = yy_bp + yyless_macro_arg - YY_MORE_ADJ; \
  771. | YY_DO_BEFORE_ACTION; /* set up yytext again */ \
  772. | } \
  773. | while ( 0 )
  774. |
  775. | #define unput(c) yyunput( c, (yytext_ptr) )
  776. |
  777. | #ifndef YY_STRUCT_YY_BUFFER_STATE
  778. | #define YY_STRUCT_YY_BUFFER_STATE
  779. | struct yy_buffer_state
  780. | {
  781. | FILE *yy_input_file;
  782. |
  783. | char *yy_ch_buf; /* input buffer */
  784. | char *yy_buf_pos; /* current position in input buffer */
  785. |
  786. | /* Size of input buffer in bytes, not including room for EOB
  787. | * characters.
  788. | */
  789. | yy_size_t yy_buf_size;
  790. |
  791. | /* Number of characters read into yy_ch_buf, not including EOB
  792. | * characters.
  793. | */
  794. | int yy_n_chars;
  795. |
  796. | /* Whether we "own" the buffer - i.e., we know we created it,
  797. | * and can realloc() it to grow it, and should free() it to
  798. | * delete it.
  799. | */
  800. | int yy_is_our_buffer;
  801. |
  802. | /* Whether this is an "interactive" input source; if so, and
  803. | * if we're using stdio for input, then we want to use getc()
  804. | * instead of fread(), to make sure we stop fetching input after
  805. | * each newline.
  806. | */
  807. | int yy_is_interactive;
  808. |
  809. | /* Whether we're considered to be at the beginning of a line.
  810. | * If so, '^' rules will be active on the next match, otherwise
  811. | * not.
  812. | */
  813. | int yy_at_bol;
  814. |
  815. | int yy_bs_lineno; /**< The line count. */
  816. | int yy_bs_column; /**< The column count. */
  817. |
  818. | /* Whether to try to fill the input buffer when we reach the
  819. | * end of it.
  820. | */
  821. | int yy_fill_buffer;
  822. |
  823. | int yy_buffer_status;
  824. |
  825. | #define YY_BUFFER_NEW 0
  826. | #define YY_BUFFER_NORMAL 1
  827. | /* When an EOF's been seen but there's still some text to process
  828. | * then we mark the buffer as YY_EOF_PENDING, to indicate that we
  829. | * shouldn't try reading from the input source any more. We might
  830. | * still have a bunch of tokens to match, though, because of
  831. | * possible backing-up.
  832. | *
  833. | * When we actually see the EOF, we change the status to "new"
  834. | * (via yyrestart()), so that the user can continue scanning by
  835. | * just pointing yyin at a new input file.
  836. | */
  837. | #define YY_BUFFER_EOF_PENDING 2
  838. |
  839. | };
  840. | #endif /* !YY_STRUCT_YY_BUFFER_STATE */
  841. |
  842. | /* Stack of input buffers. */
  843. | static size_t yy_buffer_stack_top = 0; /**< index of top of stack. */
  844. | static size_t yy_buffer_stack_max = 0; /**< capacity of stack. */
  845. | static YY_BUFFER_STATE * yy_buffer_stack = 0; /**< Stack as an array. */
  846. |
  847. | /* We provide macros for accessing buffer states in case in the
  848. | * future we want to put the buffer states in a more general
  849. | * "scanner state".
  850. | *
  851. | * Returns the top of the stack, or NULL.
  852. | */
  853. | #define YY_CURRENT_BUFFER ( (yy_buffer_stack) \
  854. | ? (yy_buffer_stack)[(yy_buffer_stack_top)] \
  855. | : NULL)
  856. |
  857. | /* Same as previous macro, but useful when we know that the buffer stack is not
  858. | * NULL or when we need an lvalue. For internal use only.
  859. | */
  860. | #define YY_CURRENT_BUFFER_LVALUE (yy_buffer_stack)[(yy_buffer_stack_top)]
  861. |
  862. | /* yy_hold_char holds the character lost when yytext is formed. */
  863. | static char yy_hold_char;
  864. | static int yy_n_chars; /* number of characters read into yy_ch_buf */
  865. | yy_size_t yyleng;
  866. |
  867. | /* Points to current character in buffer. */
  868. | static char *yy_c_buf_p = (char *) 0;
  869. | static int yy_init = 0; /* whether we need to initialize */
  870. | static int yy_start = 0; /* start state number */
  871. |
  872. | /* Flag which is used to allow yywrap()'s to do buffer switches
  873. | * instead of setting up a fresh yyin. A bit of a hack ...
  874. | */
  875. | static int yy_did_buffer_switch_on_eof;
  876. |
  877. | void yyrestart (FILE *input_file );
  878. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer );
  879. | YY_BUFFER_STATE yy_create_buffer (FILE *file,int size );
  880. | void yy_delete_buffer (YY_BUFFER_STATE b );
  881. | void yy_flush_buffer (YY_BUFFER_STATE b );
  882. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer );
  883. | void yypop_buffer_state (void );
  884. |
  885. | static void yyensure_buffer_stack (void );
  886. | static void yy_load_buffer_state (void );
  887. | static void yy_init_buffer (YY_BUFFER_STATE b,FILE *file );
  888. |
  889. | #define YY_FLUSH_BUFFER yy_flush_buffer(YY_CURRENT_BUFFER )
  890. |
  891. | YY_BUFFER_STATE yy_scan_buffer (char *base,yy_size_t size );
  892. | YY_BUFFER_STATE yy_scan_string (yyconst char *yy_str );
  893. | YY_BUFFER_STATE yy_scan_bytes (yyconst char *bytes,yy_size_t len );
  894. |
  895. | void *yyalloc (yy_size_t );
  896. | void *yyrealloc (void *,yy_size_t );
  897. | void yyfree (void * );
  898. |
  899. | #define yy_new_buffer yy_create_buffer
  900. |
  901. | #define yy_set_interactive(is_interactive) \
  902. | { \
  903. | if ( ! YY_CURRENT_BUFFER ){ \
  904. | yyensure_buffer_stack (); \
  905. | YY_CURRENT_BUFFER_LVALUE = \
  906. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  907. | } \
  908. | YY_CURRENT_BUFFER_LVALUE->yy_is_interactive = is_interactive; \
  909. | }
  910. |
  911. | #define yy_set_bol(at_bol) \
  912. | { \
  913. | if ( ! YY_CURRENT_BUFFER ){\
  914. | yyensure_buffer_stack (); \
  915. | YY_CURRENT_BUFFER_LVALUE = \
  916. | yy_create_buffer(yyin,YY_BUF_SIZE ); \
  917. | } \
  918. | YY_CURRENT_BUFFER_LVALUE->yy_at_bol = at_bol; \
  919. | }
  920. |
  921. | #define YY_AT_BOL() (YY_CURRENT_BUFFER_LVALUE->yy_at_bol)
  922. |
  923. | /* Begin user sect3 */
  924. |
  925. | typedef unsigned char YY_CHAR;
  926. |
  927. | FILE *yyin = (FILE *) 0, *yyout = (FILE *) 0;
  928. |
  929. | typedef int yy_state_type;
  930. |
  931. | extern int yylineno;
  932. |
  933. | int yylineno = 1;
  934. |
  935. | extern char *yytext;
  936. | #ifdef yytext_ptr
  937. | #undef yytext_ptr
  938. | #endif
  939. | #define yytext_ptr yytext
  940. |
  941. | static yy_state_type yy_get_previous_state (void );
  942. | static yy_state_type yy_try_NUL_trans (yy_state_type current_state );
  943. | static int yy_get_next_buffer (void );
  944. | #if defined(__GNUC__) && __GNUC__ >= 3
  945. | __attribute__((__noreturn__))
  946. | #endif
  947. | static void yy_fatal_error (yyconst char msg[] );
  948. |
  949. | /* Done after the current pattern has been matched and before the
  950. | * corresponding action - sets up yytext.
  951. | */
  952. | #define YY_DO_BEFORE_ACTION \
  953. | (yytext_ptr) = yy_bp; \
  954. | (yytext_ptr) -= (yy_more_len); \
  955. | yyleng = (size_t) (yy_cp - (yytext_ptr)); \
  956. | (yy_hold_char) = *yy_cp; \
  957. | *yy_cp = '\0'; \
  958. | (yy_c_buf_p) = yy_cp;
  959. |
  960. | #define YY_NUM_RULES 8
  961. | #define YY_END_OF_BUFFER 9
  962. | /* This struct is not used in this scanner,
  963. | but its presence is necessary. */
  964. | struct yy_trans_info
  965. | {
  966. | flex_int32_t yy_verify;
  967. | flex_int32_t yy_nxt;
  968. | };
  969. | static yyconst flex_int16_t yy_acclist[23] =
  970. | { 0,
  971. | 9, 7, 8, 8, 1, 7, 8, 2, 7, 8,
  972. | 3, 7, 8, 4, 7, 8, 5, 7, 8, 6,
  973. | 7, 8
  974. | } ;
  975. |
  976. | static yyconst flex_int16_t yy_accept[14] =
  977. | { 0,
  978. | 1, 1, 1, 2, 4, 5, 8, 11, 14, 17,
  979. | 20, 23, 23
  980. | } ;
  981. |
  982. | static yyconst YY_CHAR yy_ec[256] =
  983. | { 0,
  984. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 2,
  985. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  986. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  987. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  988. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  989. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  990. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  991. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  992. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  993. | 1, 1, 1, 1, 1, 1, 3, 4, 5, 6,
  994. |
  995. | 7, 8, 1, 1, 1, 1, 1, 1, 1, 1,
  996. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  997. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  998. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  999. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1000. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1001. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1002. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1003. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1004. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1005. |
  1006. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1007. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1008. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1009. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1010. | 1, 1, 1, 1, 1, 1, 1, 1, 1, 1,
  1011. | 1, 1, 1, 1, 1
  1012. | } ;
  1013. |
  1014. | static yyconst YY_CHAR yy_meta[9] =
  1015. | { 0,
  1016. | 1, 1, 1, 1, 1, 1, 1, 1
  1017. | } ;
  1018. |
  1019. | static yyconst flex_uint16_t yy_base[13] =
  1020. | { 0,
  1021. | 0, 0, 9, 10, 10, 10, 10, 10, 10, 10,
  1022. | 10, 10
  1023. | } ;
  1024. |
  1025. | static yyconst flex_int16_t yy_def[13] =
  1026. | { 0,
  1027. | 12, 1, 12, 12, 12, 12, 12, 12, 12, 12,
  1028. | 12, 0
  1029. | } ;
  1030. |
  1031. | static yyconst flex_uint16_t yy_nxt[19] =
  1032. | { 0,
  1033. | 4, 5, 6, 7, 8, 9, 10, 11, 12, 3,
  1034. | 12, 12, 12, 12, 12, 12, 12, 12
  1035. | } ;
  1036. |
  1037. | static yyconst flex_int16_t yy_chk[19] =
  1038. | { 0,
  1039. | 1, 1, 1, 1, 1, 1, 1, 1, 3, 12,
  1040. | 12, 12, 12, 12, 12, 12, 12, 12
  1041. | } ;
  1042. |
  1043. | extern int yy_flex_debug;
  1044. | int yy_flex_debug = 0;
  1045. |
  1046. | static yy_state_type *yy_state_buf=0, *yy_state_ptr=0;
  1047. | static char *yy_full_match;
  1048. | static int yy_lp;
  1049. | #define REJECT \
  1050. | { \
  1051. | *yy_cp = (yy_hold_char); /* undo effects of setting up yytext */ \
  1052. | yy_cp = (yy_full_match); /* restore poss. backed-over text */ \
  1053. | ++(yy_lp); \
  1054. | goto find_rule; \
  1055. | }
  1056. |
  1057. | static int yy_more_flag = 0;
  1058. | static int yy_more_len = 0;
  1059. | #define yymore() ((yy_more_flag) = 1)
  1060. | #define YY_MORE_ADJ (yy_more_len)
  1061. | #define YY_RESTORE_YY_MORE_OFFSET
  1062. | char *yytext;
  1063. | #line 1 "conftest.l"
  1064. | #line 484 "lex.yy.c"
  1065. |
  1066. | #define INITIAL 0
  1067. |
  1068. | #ifndef YY_NO_UNISTD_H
  1069. | /* Special case for "unistd.h", since it is non-ANSI. We include it way
  1070. | * down here because we want the user's section 1 to have been scanned first.
  1071. | * The user has a chance to override it with an option.
  1072. | */
  1073. | #include <unistd.h>
  1074. | #endif
  1075. |
  1076. | #ifndef YY_EXTRA_TYPE
  1077. | #define YY_EXTRA_TYPE void *
  1078. | #endif
  1079. |
  1080. | static int yy_init_globals (void );
  1081. |
  1082. | /* Accessor methods to globals.
  1083. | These are made visible to non-reentrant scanners for convenience. */
  1084. |
  1085. | int yylex_destroy (void );
  1086. |
  1087. | int yyget_debug (void );
  1088. |
  1089. | void yyset_debug (int debug_flag );
  1090. |
  1091. | YY_EXTRA_TYPE yyget_extra (void );
  1092. |
  1093. | void yyset_extra (YY_EXTRA_TYPE user_defined );
  1094. |
  1095. | FILE *yyget_in (void );
  1096. |
  1097. | void yyset_in (FILE * _in_str );
  1098. |
  1099. | FILE *yyget_out (void );
  1100. |
  1101. | void yyset_out (FILE * _out_str );
  1102. |
  1103. | yy_size_t yyget_leng (void );
  1104. |
  1105. | char *yyget_text (void );
  1106. |
  1107. | int yyget_lineno (void );
  1108. |
  1109. | void yyset_lineno (int _line_number );
  1110. |
  1111. | /* Macros after this point can all be overridden by user definitions in
  1112. | * section 1.
  1113. | */
  1114. |
  1115. | #ifndef YY_SKIP_YYWRAP
  1116. | #ifdef __cplusplus
  1117. | extern "C" int yywrap (void );
  1118. | #else
  1119. | extern int yywrap (void );
  1120. | #endif
  1121. | #endif
  1122. |
  1123. | #ifndef YY_NO_UNPUT
  1124. |
  1125. | static void yyunput (int c,char *buf_ptr );
  1126. |
  1127. | #endif
  1128. |
  1129. | #ifndef yytext_ptr
  1130. | static void yy_flex_strncpy (char *,yyconst char *,int );
  1131. | #endif
  1132. |
  1133. | #ifdef YY_NEED_STRLEN
  1134. | static int yy_flex_strlen (yyconst char * );
  1135. | #endif
  1136. |
  1137. | #ifndef YY_NO_INPUT
  1138. |
  1139. | #ifdef __cplusplus
  1140. | static int yyinput (void );
  1141. | #else
  1142. | static int input (void );
  1143. | #endif
  1144. |
  1145. | #endif
  1146. |
  1147. | /* Amount of stuff to slurp up with each read. */
  1148. | #ifndef YY_READ_BUF_SIZE
  1149. | #ifdef __ia64__
  1150. | /* On IA-64, the buffer size is 16k, not 8k */
  1151. | #define YY_READ_BUF_SIZE 16384
  1152. | #else
  1153. | #define YY_READ_BUF_SIZE 8192
  1154. | #endif /* __ia64__ */
  1155. | #endif
  1156. |
  1157. | /* Copy whatever the last rule matched to the standard output. */
  1158. | #ifndef ECHO
  1159. | /* This used to be an fputs(), but since the string might contain NUL's,
  1160. | * we now use fwrite().
  1161. | */
  1162. | #define ECHO do { if (fwrite( yytext, yyleng, 1, yyout )) {} } while (0)
  1163. | #endif
  1164. |
  1165. | /* Gets input and stuffs it into "buf". number of characters read, or YY_NULL,
  1166. | * is returned in "result".
  1167. | */
  1168. | #ifndef YY_INPUT
  1169. | #define YY_INPUT(buf,result,max_size) \
  1170. | if ( YY_CURRENT_BUFFER_LVALUE->yy_is_interactive ) \
  1171. | { \
  1172. | int c = '*'; \
  1173. | size_t n; \
  1174. | for ( n = 0; n < max_size && \
  1175. | (c = getc( yyin )) != EOF && c != '\n'; ++n ) \
  1176. | buf[n] = (char) c; \
  1177. | if ( c == '\n' ) \
  1178. | buf[n++] = (char) c; \
  1179. | if ( c == EOF && ferror( yyin ) ) \
  1180. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1181. | result = n; \
  1182. | } \
  1183. | else \
  1184. | { \
  1185. | errno=0; \
  1186. | while ( (result = fread(buf, 1, max_size, yyin))==0 && ferror(yyin)) \
  1187. | { \
  1188. | if( errno != EINTR) \
  1189. | { \
  1190. | YY_FATAL_ERROR( "input in flex scanner failed" ); \
  1191. | break; \
  1192. | } \
  1193. | errno=0; \
  1194. | clearerr(yyin); \
  1195. | } \
  1196. | }\
  1197. | \
  1198. |
  1199. | #endif
  1200. |
  1201. | /* No semi-colon after return; correct usage is to write "yyterminate();" -
  1202. | * we don't want an extra ';' after the "return" because that will cause
  1203. | * some compilers to complain about unreachable statements.
  1204. | */
  1205. | #ifndef yyterminate
  1206. | #define yyterminate() return YY_NULL
  1207. | #endif
  1208. |
  1209. | /* Number of entries by which start-condition stack grows. */
  1210. | #ifndef YY_START_STACK_INCR
  1211. | #define YY_START_STACK_INCR 25
  1212. | #endif
  1213. |
  1214. | /* Report a fatal error. */
  1215. | #ifndef YY_FATAL_ERROR
  1216. | #define YY_FATAL_ERROR(msg) yy_fatal_error( msg )
  1217. | #endif
  1218. |
  1219. | /* end tables serialization structures and prototypes */
  1220. |
  1221. | /* Default declaration of generated scanner - a define so the user can
  1222. | * easily add parameters.
  1223. | */
  1224. | #ifndef YY_DECL
  1225. | #define YY_DECL_IS_OURS 1
  1226. |
  1227. | extern int yylex (void);
  1228. |
  1229. | #define YY_DECL int yylex (void)
  1230. | #endif /* !YY_DECL */
  1231. |
  1232. | /* Code executed at the beginning of each rule, after yytext and yyleng
  1233. | * have been set up.
  1234. | */
  1235. | #ifndef YY_USER_ACTION
  1236. | #define YY_USER_ACTION
  1237. | #endif
  1238. |
  1239. | /* Code executed at the end of each rule. */
  1240. | #ifndef YY_BREAK
  1241. | #define YY_BREAK /*LINTED*/break;
  1242. | #endif
  1243. |
  1244. | #define YY_RULE_SETUP \
  1245. | YY_USER_ACTION
  1246. |
  1247. | /** The main scanner function which does all the work.
  1248. | */
  1249. | YY_DECL
  1250. | {
  1251. | yy_state_type yy_current_state;
  1252. | char *yy_cp, *yy_bp;
  1253. | int yy_act;
  1254. |
  1255. | if ( !(yy_init) )
  1256. | {
  1257. | (yy_init) = 1;
  1258. |
  1259. | #ifdef YY_USER_INIT
  1260. | YY_USER_INIT;
  1261. | #endif
  1262. |
  1263. | /* Create the reject buffer large enough to save one state per allowed character. */
  1264. | if ( ! (yy_state_buf) )
  1265. | (yy_state_buf) = (yy_state_type *)yyalloc(YY_STATE_BUF_SIZE );
  1266. | if ( ! (yy_state_buf) )
  1267. | YY_FATAL_ERROR( "out of dynamic memory in yylex()" );
  1268. |
  1269. | if ( ! (yy_start) )
  1270. | (yy_start) = 1; /* first start state */
  1271. |
  1272. | if ( ! yyin )
  1273. | yyin = stdin;
  1274. |
  1275. | if ( ! yyout )
  1276. | yyout = stdout;
  1277. |
  1278. | if ( ! YY_CURRENT_BUFFER ) {
  1279. | yyensure_buffer_stack ();
  1280. | YY_CURRENT_BUFFER_LVALUE =
  1281. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1282. | }
  1283. |
  1284. | yy_load_buffer_state( );
  1285. | }
  1286. |
  1287. | {
  1288. | #line 1 "conftest.l"
  1289. |
  1290. | #line 710 "lex.yy.c"
  1291. |
  1292. | while ( /*CONSTCOND*/1 ) /* loops until end-of-file is reached */
  1293. | {
  1294. | (yy_more_len) = 0;
  1295. | if ( (yy_more_flag) )
  1296. | {
  1297. | (yy_more_len) = (yy_c_buf_p) - (yytext_ptr);
  1298. | (yy_more_flag) = 0;
  1299. | }
  1300. | yy_cp = (yy_c_buf_p);
  1301. |
  1302. | /* Support of yytext. */
  1303. | *yy_cp = (yy_hold_char);
  1304. |
  1305. | /* yy_bp points to the position in yy_ch_buf of the start of
  1306. | * the current run.
  1307. | */
  1308. | yy_bp = yy_cp;
  1309. |
  1310. | yy_current_state = (yy_start);
  1311. |
  1312. | (yy_state_ptr) = (yy_state_buf);
  1313. | *(yy_state_ptr)++ = yy_current_state;
  1314. |
  1315. | yy_match:
  1316. | do
  1317. | {
  1318. | YY_CHAR yy_c = yy_ec[YY_SC_TO_UI(*yy_cp)] ;
  1319. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1320. | {
  1321. | yy_current_state = (int) yy_def[yy_current_state];
  1322. | if ( yy_current_state >= 13 )
  1323. | yy_c = yy_meta[(unsigned int) yy_c];
  1324. | }
  1325. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1326. | *(yy_state_ptr)++ = yy_current_state;
  1327. | ++yy_cp;
  1328. | }
  1329. | while ( yy_base[yy_current_state] != 10 );
  1330. |
  1331. | yy_find_action:
  1332. | yy_current_state = *--(yy_state_ptr);
  1333. | (yy_lp) = yy_accept[yy_current_state];
  1334. | find_rule: /* we branch to this label when backing up */
  1335. | for ( ; ; ) /* until we find what rule we matched */
  1336. | {
  1337. | if ( (yy_lp) && (yy_lp) < yy_accept[yy_current_state + 1] )
  1338. | {
  1339. | yy_act = yy_acclist[(yy_lp)];
  1340. | {
  1341. | (yy_full_match) = yy_cp;
  1342. | break;
  1343. | }
  1344. | }
  1345. | --yy_cp;
  1346. | yy_current_state = *--(yy_state_ptr);
  1347. | (yy_lp) = yy_accept[yy_current_state];
  1348. | }
  1349. |
  1350. | YY_DO_BEFORE_ACTION;
  1351. |
  1352. | do_action: /* This label is used only to access EOF actions. */
  1353. |
  1354. | switch ( yy_act )
  1355. | { /* beginning of action switch */
  1356. | case 1:
  1357. | YY_RULE_SETUP
  1358. | #line 2 "conftest.l"
  1359. | { ECHO; }
  1360. | YY_BREAK
  1361. | case 2:
  1362. | YY_RULE_SETUP
  1363. | #line 3 "conftest.l"
  1364. | { REJECT; }
  1365. | YY_BREAK
  1366. | case 3:
  1367. | YY_RULE_SETUP
  1368. | #line 4 "conftest.l"
  1369. | { yymore (); }
  1370. | YY_BREAK
  1371. | case 4:
  1372. | YY_RULE_SETUP
  1373. | #line 5 "conftest.l"
  1374. | { yyless (1); }
  1375. | YY_BREAK
  1376. | case 5:
  1377. | YY_RULE_SETUP
  1378. | #line 6 "conftest.l"
  1379. | { /* IRIX 6.5 flex 2.5.4 underquotes its yyless argument. */
  1380. | yyless ((input () != 0)); }
  1381. | YY_BREAK
  1382. | case 6:
  1383. | YY_RULE_SETUP
  1384. | #line 8 "conftest.l"
  1385. | { unput (yytext[0]); }
  1386. | YY_BREAK
  1387. | case 7:
  1388. | YY_RULE_SETUP
  1389. | #line 9 "conftest.l"
  1390. | { BEGIN INITIAL; }
  1391. | YY_BREAK
  1392. | case 8:
  1393. | YY_RULE_SETUP
  1394. | #line 10 "conftest.l"
  1395. | ECHO;
  1396. | YY_BREAK
  1397. | #line 817 "lex.yy.c"
  1398. | case YY_STATE_EOF(INITIAL):
  1399. | yyterminate();
  1400. |
  1401. | case YY_END_OF_BUFFER:
  1402. | {
  1403. | /* Amount of text matched not including the EOB char. */
  1404. | int yy_amount_of_matched_text = (int) (yy_cp - (yytext_ptr)) - 1;
  1405. |
  1406. | /* Undo the effects of YY_DO_BEFORE_ACTION. */
  1407. | *yy_cp = (yy_hold_char);
  1408. | YY_RESTORE_YY_MORE_OFFSET
  1409. |
  1410. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_NEW )
  1411. | {
  1412. | /* We're scanning a new file or input source. It's
  1413. | * possible that this happened because the user
  1414. | * just pointed yyin at a new source and called
  1415. | * yylex(). If so, then we have to assure
  1416. | * consistency between YY_CURRENT_BUFFER and our
  1417. | * globals. Here is the right place to do so, because
  1418. | * this is the first action (other than possibly a
  1419. | * back-up) that will match for the new input source.
  1420. | */
  1421. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1422. | YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin;
  1423. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status = YY_BUFFER_NORMAL;
  1424. | }
  1425. |
  1426. | /* Note that here we test for yy_c_buf_p "<=" to the position
  1427. | * of the first EOB in the buffer, since yy_c_buf_p will
  1428. | * already have been incremented past the NUL character
  1429. | * (since all states make transitions on EOB to the
  1430. | * end-of-buffer state). Contrast this with the test
  1431. | * in input().
  1432. | */
  1433. | if ( (yy_c_buf_p) <= &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1434. | { /* This was really a NUL. */
  1435. | yy_state_type yy_next_state;
  1436. |
  1437. | (yy_c_buf_p) = (yytext_ptr) + yy_amount_of_matched_text;
  1438. |
  1439. | yy_current_state = yy_get_previous_state( );
  1440. |
  1441. | /* Okay, we're now positioned to make the NUL
  1442. | * transition. We couldn't have
  1443. | * yy_get_previous_state() go ahead and do it
  1444. | * for us because it doesn't know how to deal
  1445. | * with the possibility of jamming (and we don't
  1446. | * want to build jamming into it because then it
  1447. | * will run more slowly).
  1448. | */
  1449. |
  1450. | yy_next_state = yy_try_NUL_trans( yy_current_state );
  1451. |
  1452. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1453. |
  1454. | if ( yy_next_state )
  1455. | {
  1456. | /* Consume the NUL. */
  1457. | yy_cp = ++(yy_c_buf_p);
  1458. | yy_current_state = yy_next_state;
  1459. | goto yy_match;
  1460. | }
  1461. |
  1462. | else
  1463. | {
  1464. | yy_cp = (yy_c_buf_p);
  1465. | goto yy_find_action;
  1466. | }
  1467. | }
  1468. |
  1469. | else switch ( yy_get_next_buffer( ) )
  1470. | {
  1471. | case EOB_ACT_END_OF_FILE:
  1472. | {
  1473. | (yy_did_buffer_switch_on_eof) = 0;
  1474. |
  1475. | if ( yywrap( ) )
  1476. | {
  1477. | /* Note: because we've taken care in
  1478. | * yy_get_next_buffer() to have set up
  1479. | * yytext, we can now set up
  1480. | * yy_c_buf_p so that if some total
  1481. | * hoser (like flex itself) wants to
  1482. | * call the scanner after we return the
  1483. | * YY_NULL, it'll still work - another
  1484. | * YY_NULL will get returned.
  1485. | */
  1486. | (yy_c_buf_p) = (yytext_ptr) + YY_MORE_ADJ;
  1487. |
  1488. | yy_act = YY_STATE_EOF(YY_START);
  1489. | goto do_action;
  1490. | }
  1491. |
  1492. | else
  1493. | {
  1494. | if ( ! (yy_did_buffer_switch_on_eof) )
  1495. | YY_NEW_FILE;
  1496. | }
  1497. | break;
  1498. | }
  1499. |
  1500. | case EOB_ACT_CONTINUE_SCAN:
  1501. | (yy_c_buf_p) =
  1502. | (yytext_ptr) + yy_amount_of_matched_text;
  1503. |
  1504. | yy_current_state = yy_get_previous_state( );
  1505. |
  1506. | yy_cp = (yy_c_buf_p);
  1507. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1508. | goto yy_match;
  1509. |
  1510. | case EOB_ACT_LAST_MATCH:
  1511. | (yy_c_buf_p) =
  1512. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)];
  1513. |
  1514. | yy_current_state = yy_get_previous_state( );
  1515. |
  1516. | yy_cp = (yy_c_buf_p);
  1517. | yy_bp = (yytext_ptr) + YY_MORE_ADJ;
  1518. | goto yy_find_action;
  1519. | }
  1520. | break;
  1521. | }
  1522. |
  1523. | default:
  1524. | YY_FATAL_ERROR(
  1525. | "fatal flex scanner internal error--no action found" );
  1526. | } /* end of action switch */
  1527. | } /* end of scanning one token */
  1528. | } /* end of user's declarations */
  1529. | } /* end of yylex */
  1530. |
  1531. | /* yy_get_next_buffer - try to read in a new buffer
  1532. | *
  1533. | * Returns a code representing an action:
  1534. | * EOB_ACT_LAST_MATCH -
  1535. | * EOB_ACT_CONTINUE_SCAN - continue scanning from current position
  1536. | * EOB_ACT_END_OF_FILE - end of file
  1537. | */
  1538. | static int yy_get_next_buffer (void)
  1539. | {
  1540. | char *dest = YY_CURRENT_BUFFER_LVALUE->yy_ch_buf;
  1541. | char *source = (yytext_ptr);
  1542. | yy_size_t number_to_move, i;
  1543. | int ret_val;
  1544. |
  1545. | if ( (yy_c_buf_p) > &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] )
  1546. | YY_FATAL_ERROR(
  1547. | "fatal flex scanner internal error--end of buffer missed" );
  1548. |
  1549. | if ( YY_CURRENT_BUFFER_LVALUE->yy_fill_buffer == 0 )
  1550. | { /* Don't try to fill the buffer, so this is an EOF. */
  1551. | if ( (yy_c_buf_p) - (yytext_ptr) - YY_MORE_ADJ == 1 )
  1552. | {
  1553. | /* We matched a single character, the EOB, so
  1554. | * treat this as a final EOF.
  1555. | */
  1556. | return EOB_ACT_END_OF_FILE;
  1557. | }
  1558. |
  1559. | else
  1560. | {
  1561. | /* We matched some text prior to the EOB, first
  1562. | * process it.
  1563. | */
  1564. | return EOB_ACT_LAST_MATCH;
  1565. | }
  1566. | }
  1567. |
  1568. | /* Try to read more data. */
  1569. |
  1570. | /* First move last chars to start of buffer. */
  1571. | number_to_move = (yy_size_t) ((yy_c_buf_p) - (yytext_ptr)) - 1;
  1572. |
  1573. | for ( i = 0; i < number_to_move; ++i )
  1574. | *(dest++) = *(source++);
  1575. |
  1576. | if ( YY_CURRENT_BUFFER_LVALUE->yy_buffer_status == YY_BUFFER_EOF_PENDING )
  1577. | /* don't do the read, it's not guaranteed to return an EOF,
  1578. | * just force an EOF
  1579. | */
  1580. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars) = 0;
  1581. |
  1582. | else
  1583. | {
  1584. | yy_size_t num_to_read =
  1585. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size - number_to_move - 1;
  1586. |
  1587. | while ( num_to_read <= 0 )
  1588. | { /* Not enough room in the buffer - grow it. */
  1589. |
  1590. | YY_FATAL_ERROR(
  1591. | "input buffer overflow, can't enlarge buffer because scanner uses REJECT" );
  1592. |
  1593. | }
  1594. |
  1595. | if ( num_to_read > YY_READ_BUF_SIZE )
  1596. | num_to_read = YY_READ_BUF_SIZE;
  1597. |
  1598. | /* Read in more data. */
  1599. | YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
  1600. | (yy_n_chars), num_to_read );
  1601. |
  1602. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1603. | }
  1604. |
  1605. | if ( (yy_n_chars) == 0 )
  1606. | {
  1607. | if ( number_to_move == YY_MORE_ADJ )
  1608. | {
  1609. | ret_val = EOB_ACT_END_OF_FILE;
  1610. | yyrestart(yyin );
  1611. | }
  1612. |
  1613. | else
  1614. | {
  1615. | ret_val = EOB_ACT_LAST_MATCH;
  1616. | YY_CURRENT_BUFFER_LVALUE->yy_buffer_status =
  1617. | YY_BUFFER_EOF_PENDING;
  1618. | }
  1619. | }
  1620. |
  1621. | else
  1622. | ret_val = EOB_ACT_CONTINUE_SCAN;
  1623. |
  1624. | if ((int) ((yy_n_chars) + number_to_move) > YY_CURRENT_BUFFER_LVALUE->yy_buf_size) {
  1625. | /* Extend the array by 50%, plus the number we really need. */
  1626. | int new_size = (yy_n_chars) + number_to_move + ((yy_n_chars) >> 1);
  1627. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf = (char *) yyrealloc((void *) YY_CURRENT_BUFFER_LVALUE->yy_ch_buf,new_size );
  1628. | if ( ! YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1629. | YY_FATAL_ERROR( "out of dynamic memory in yy_get_next_buffer()" );
  1630. | }
  1631. |
  1632. | (yy_n_chars) += number_to_move;
  1633. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] = YY_END_OF_BUFFER_CHAR;
  1634. | YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars) + 1] = YY_END_OF_BUFFER_CHAR;
  1635. |
  1636. | (yytext_ptr) = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[0];
  1637. |
  1638. | return ret_val;
  1639. | }
  1640. |
  1641. | /* yy_get_previous_state - get the state just before the EOB char was reached */
  1642. |
  1643. | static yy_state_type yy_get_previous_state (void)
  1644. | {
  1645. | yy_state_type yy_current_state;
  1646. | char *yy_cp;
  1647. |
  1648. | yy_current_state = (yy_start);
  1649. |
  1650. | (yy_state_ptr) = (yy_state_buf);
  1651. | *(yy_state_ptr)++ = yy_current_state;
  1652. |
  1653. | for ( yy_cp = (yytext_ptr) + YY_MORE_ADJ; yy_cp < (yy_c_buf_p); ++yy_cp )
  1654. | {
  1655. | YY_CHAR yy_c = (*yy_cp ? yy_ec[YY_SC_TO_UI(*yy_cp)] : 1);
  1656. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1657. | {
  1658. | yy_current_state = (int) yy_def[yy_current_state];
  1659. | if ( yy_current_state >= 13 )
  1660. | yy_c = yy_meta[(unsigned int) yy_c];
  1661. | }
  1662. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1663. | *(yy_state_ptr)++ = yy_current_state;
  1664. | }
  1665. |
  1666. | return yy_current_state;
  1667. | }
  1668. |
  1669. | /* yy_try_NUL_trans - try to make a transition on the NUL character
  1670. | *
  1671. | * synopsis
  1672. | * next_state = yy_try_NUL_trans( current_state );
  1673. | */
  1674. | static yy_state_type yy_try_NUL_trans (yy_state_type yy_current_state )
  1675. | {
  1676. | int yy_is_jam;
  1677. |
  1678. | YY_CHAR yy_c = 1;
  1679. | while ( yy_chk[yy_base[yy_current_state] + yy_c] != yy_current_state )
  1680. | {
  1681. | yy_current_state = (int) yy_def[yy_current_state];
  1682. | if ( yy_current_state >= 13 )
  1683. | yy_c = yy_meta[(unsigned int) yy_c];
  1684. | }
  1685. | yy_current_state = yy_nxt[yy_base[yy_current_state] + (unsigned int) yy_c];
  1686. | yy_is_jam = (yy_current_state == 12);
  1687. | if ( ! yy_is_jam )
  1688. | *(yy_state_ptr)++ = yy_current_state;
  1689. |
  1690. | return yy_is_jam ? 0 : yy_current_state;
  1691. | }
  1692. |
  1693. | #ifndef YY_NO_UNPUT
  1694. |
  1695. | static void yyunput (int c, char * yy_bp )
  1696. | {
  1697. | char *yy_cp;
  1698. |
  1699. | yy_cp = (yy_c_buf_p);
  1700. |
  1701. | /* undo effects of setting up yytext */
  1702. | *yy_cp = (yy_hold_char);
  1703. |
  1704. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1705. | { /* need to shift things up to make room */
  1706. | /* +2 for EOB chars. */
  1707. | yy_size_t number_to_move = (yy_n_chars) + 2;
  1708. | char *dest = &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[
  1709. | YY_CURRENT_BUFFER_LVALUE->yy_buf_size + 2];
  1710. | char *source =
  1711. | &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move];
  1712. |
  1713. | while ( source > YY_CURRENT_BUFFER_LVALUE->yy_ch_buf )
  1714. | *--dest = *--source;
  1715. |
  1716. | yy_cp += (int) (dest - source);
  1717. | yy_bp += (int) (dest - source);
  1718. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars =
  1719. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_buf_size;
  1720. |
  1721. | if ( yy_cp < YY_CURRENT_BUFFER_LVALUE->yy_ch_buf + 2 )
  1722. | YY_FATAL_ERROR( "flex scanner push-back overflow" );
  1723. | }
  1724. |
  1725. | *--yy_cp = (char) c;
  1726. |
  1727. | (yytext_ptr) = yy_bp;
  1728. | (yy_hold_char) = *yy_cp;
  1729. | (yy_c_buf_p) = yy_cp;
  1730. | }
  1731. |
  1732. | #endif
  1733. |
  1734. | #ifndef YY_NO_INPUT
  1735. | #ifdef __cplusplus
  1736. | static int yyinput (void)
  1737. | #else
  1738. | static int input (void)
  1739. | #endif
  1740. |
  1741. | {
  1742. | int c;
  1743. |
  1744. | *(yy_c_buf_p) = (yy_hold_char);
  1745. |
  1746. | if ( *(yy_c_buf_p) == YY_END_OF_BUFFER_CHAR )
  1747. | {
  1748. | /* yy_c_buf_p now points to the character we want to return.
  1749. | * If this occurs *before* the EOB characters, then it's a
  1750. | * valid NUL; if not, then we've hit the end of the buffer.
  1751. | */
  1752. | if ( (yy_c_buf_p) < &YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[(yy_n_chars)] )
  1753. | /* This was really a NUL. */
  1754. | *(yy_c_buf_p) = '\0';
  1755. |
  1756. | else
  1757. | { /* need more input */
  1758. | yy_size_t offset = (yy_c_buf_p) - (yytext_ptr);
  1759. | ++(yy_c_buf_p);
  1760. |
  1761. | switch ( yy_get_next_buffer( ) )
  1762. | {
  1763. | case EOB_ACT_LAST_MATCH:
  1764. | /* This happens because yy_g_n_b()
  1765. | * sees that we've accumulated a
  1766. | * token and flags that we need to
  1767. | * try matching the token before
  1768. | * proceeding. But for input(),
  1769. | * there's no matching to consider.
  1770. | * So convert the EOB_ACT_LAST_MATCH
  1771. | * to EOB_ACT_END_OF_FILE.
  1772. | */
  1773. |
  1774. | /* Reset buffer status. */
  1775. | yyrestart(yyin );
  1776. |
  1777. | /*FALLTHROUGH*/
  1778. |
  1779. | case EOB_ACT_END_OF_FILE:
  1780. | {
  1781. | if ( yywrap( ) )
  1782. | return EOF;
  1783. |
  1784. | if ( ! (yy_did_buffer_switch_on_eof) )
  1785. | YY_NEW_FILE;
  1786. | #ifdef __cplusplus
  1787. | return yyinput();
  1788. | #else
  1789. | return input();
  1790. | #endif
  1791. | }
  1792. |
  1793. | case EOB_ACT_CONTINUE_SCAN:
  1794. | (yy_c_buf_p) = (yytext_ptr) + offset;
  1795. | break;
  1796. | }
  1797. | }
  1798. | }
  1799. |
  1800. | c = *(unsigned char *) (yy_c_buf_p); /* cast for 8-bit char's */
  1801. | *(yy_c_buf_p) = '\0'; /* preserve yytext */
  1802. | (yy_hold_char) = *++(yy_c_buf_p);
  1803. |
  1804. | return c;
  1805. | }
  1806. | #endif /* ifndef YY_NO_INPUT */
  1807. |
  1808. | /** Immediately switch to a different input stream.
  1809. | * @param input_file A readable stream.
  1810. | *
  1811. | * @note This function does not reset the start condition to @c INITIAL .
  1812. | */
  1813. | void yyrestart (FILE * input_file )
  1814. | {
  1815. |
  1816. | if ( ! YY_CURRENT_BUFFER ){
  1817. | yyensure_buffer_stack ();
  1818. | YY_CURRENT_BUFFER_LVALUE =
  1819. | yy_create_buffer(yyin,YY_BUF_SIZE );
  1820. | }
  1821. |
  1822. | yy_init_buffer(YY_CURRENT_BUFFER,input_file );
  1823. | yy_load_buffer_state( );
  1824. | }
  1825. |
  1826. | /** Switch to a different input buffer.
  1827. | * @param new_buffer The new input buffer.
  1828. | *
  1829. | */
  1830. | void yy_switch_to_buffer (YY_BUFFER_STATE new_buffer )
  1831. | {
  1832. |
  1833. | /* TODO. We should be able to replace this entire function body
  1834. | * with
  1835. | * yypop_buffer_state();
  1836. | * yypush_buffer_state(new_buffer);
  1837. | */
  1838. | yyensure_buffer_stack ();
  1839. | if ( YY_CURRENT_BUFFER == new_buffer )
  1840. | return;
  1841. |
  1842. | if ( YY_CURRENT_BUFFER )
  1843. | {
  1844. | /* Flush out information for old buffer. */
  1845. | *(yy_c_buf_p) = (yy_hold_char);
  1846. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1847. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1848. | }
  1849. |
  1850. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1851. | yy_load_buffer_state( );
  1852. |
  1853. | /* We don't actually know whether we did this switch during
  1854. | * EOF (yywrap()) processing, but the only time this flag
  1855. | * is looked at is after yywrap() is called, so it's safe
  1856. | * to go ahead and always set it.
  1857. | */
  1858. | (yy_did_buffer_switch_on_eof) = 1;
  1859. | }
  1860. |
  1861. | static void yy_load_buffer_state (void)
  1862. | {
  1863. | (yy_n_chars) = YY_CURRENT_BUFFER_LVALUE->yy_n_chars;
  1864. | (yytext_ptr) = (yy_c_buf_p) = YY_CURRENT_BUFFER_LVALUE->yy_buf_pos;
  1865. | yyin = YY_CURRENT_BUFFER_LVALUE->yy_input_file;
  1866. | (yy_hold_char) = *(yy_c_buf_p);
  1867. | }
  1868. |
  1869. | /** Allocate and initialize an input buffer state.
  1870. | * @param file A readable stream.
  1871. | * @param size The character buffer size in bytes. When in doubt, use @c YY_BUF_SIZE.
  1872. | *
  1873. | * @return the allocated buffer state.
  1874. | */
  1875. | YY_BUFFER_STATE yy_create_buffer (FILE * file, int size )
  1876. | {
  1877. | YY_BUFFER_STATE b;
  1878. |
  1879. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  1880. | if ( ! b )
  1881. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1882. |
  1883. | b->yy_buf_size = (yy_size_t)size;
  1884. |
  1885. | /* yy_ch_buf has to be 2 characters longer than the size given because
  1886. | * we need to put in 2 end-of-buffer characters.
  1887. | */
  1888. | b->yy_ch_buf = (char *) yyalloc(b->yy_buf_size + 2 );
  1889. | if ( ! b->yy_ch_buf )
  1890. | YY_FATAL_ERROR( "out of dynamic memory in yy_create_buffer()" );
  1891. |
  1892. | b->yy_is_our_buffer = 1;
  1893. |
  1894. | yy_init_buffer(b,file );
  1895. |
  1896. | return b;
  1897. | }
  1898. |
  1899. | /** Destroy the buffer.
  1900. | * @param b a buffer created with yy_create_buffer()
  1901. | *
  1902. | */
  1903. | void yy_delete_buffer (YY_BUFFER_STATE b )
  1904. | {
  1905. |
  1906. | if ( ! b )
  1907. | return;
  1908. |
  1909. | if ( b == YY_CURRENT_BUFFER ) /* Not sure if we should pop here. */
  1910. | YY_CURRENT_BUFFER_LVALUE = (YY_BUFFER_STATE) 0;
  1911. |
  1912. | if ( b->yy_is_our_buffer )
  1913. | yyfree((void *) b->yy_ch_buf );
  1914. |
  1915. | yyfree((void *) b );
  1916. | }
  1917. |
  1918. | /* Initializes or reinitializes a buffer.
  1919. | * This function is sometimes called more than once on the same buffer,
  1920. | * such as during a yyrestart() or at EOF.
  1921. | */
  1922. | static void yy_init_buffer (YY_BUFFER_STATE b, FILE * file )
  1923. |
  1924. | {
  1925. | int oerrno = errno;
  1926. |
  1927. | yy_flush_buffer(b );
  1928. |
  1929. | b->yy_input_file = file;
  1930. | b->yy_fill_buffer = 1;
  1931. |
  1932. | /* If b is the current buffer, then yy_init_buffer was _probably_
  1933. | * called from yyrestart() or through yy_get_next_buffer.
  1934. | * In that case, we don't want to reset the lineno or column.
  1935. | */
  1936. | if (b != YY_CURRENT_BUFFER){
  1937. | b->yy_bs_lineno = 1;
  1938. | b->yy_bs_column = 0;
  1939. | }
  1940. |
  1941. | b->yy_is_interactive = file ? (isatty( fileno(file) ) > 0) : 0;
  1942. |
  1943. | errno = oerrno;
  1944. | }
  1945. |
  1946. | /** Discard all buffered characters. On the next scan, YY_INPUT will be called.
  1947. | * @param b the buffer state to be flushed, usually @c YY_CURRENT_BUFFER.
  1948. | *
  1949. | */
  1950. | void yy_flush_buffer (YY_BUFFER_STATE b )
  1951. | {
  1952. | if ( ! b )
  1953. | return;
  1954. |
  1955. | b->yy_n_chars = 0;
  1956. |
  1957. | /* We always need two end-of-buffer characters. The first causes
  1958. | * a transition to the end-of-buffer state. The second causes
  1959. | * a jam in that state.
  1960. | */
  1961. | b->yy_ch_buf[0] = YY_END_OF_BUFFER_CHAR;
  1962. | b->yy_ch_buf[1] = YY_END_OF_BUFFER_CHAR;
  1963. |
  1964. | b->yy_buf_pos = &b->yy_ch_buf[0];
  1965. |
  1966. | b->yy_at_bol = 1;
  1967. | b->yy_buffer_status = YY_BUFFER_NEW;
  1968. |
  1969. | if ( b == YY_CURRENT_BUFFER )
  1970. | yy_load_buffer_state( );
  1971. | }
  1972. |
  1973. | /** Pushes the new state onto the stack. The new state becomes
  1974. | * the current state. This function will allocate the stack
  1975. | * if necessary.
  1976. | * @param new_buffer The new state.
  1977. | *
  1978. | */
  1979. | void yypush_buffer_state (YY_BUFFER_STATE new_buffer )
  1980. | {
  1981. | if (new_buffer == NULL)
  1982. | return;
  1983. |
  1984. | yyensure_buffer_stack();
  1985. |
  1986. | /* This block is copied from yy_switch_to_buffer. */
  1987. | if ( YY_CURRENT_BUFFER )
  1988. | {
  1989. | /* Flush out information for old buffer. */
  1990. | *(yy_c_buf_p) = (yy_hold_char);
  1991. | YY_CURRENT_BUFFER_LVALUE->yy_buf_pos = (yy_c_buf_p);
  1992. | YY_CURRENT_BUFFER_LVALUE->yy_n_chars = (yy_n_chars);
  1993. | }
  1994. |
  1995. | /* Only push if top exists. Otherwise, replace top. */
  1996. | if (YY_CURRENT_BUFFER)
  1997. | (yy_buffer_stack_top)++;
  1998. | YY_CURRENT_BUFFER_LVALUE = new_buffer;
  1999. |
  2000. | /* copied from yy_switch_to_buffer. */
  2001. | yy_load_buffer_state( );
  2002. | (yy_did_buffer_switch_on_eof) = 1;
  2003. | }
  2004. |
  2005. | /** Removes and deletes the top of the stack, if present.
  2006. | * The next element becomes the new top.
  2007. | *
  2008. | */
  2009. | void yypop_buffer_state (void)
  2010. | {
  2011. | if (!YY_CURRENT_BUFFER)
  2012. | return;
  2013. |
  2014. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2015. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2016. | if ((yy_buffer_stack_top) > 0)
  2017. | --(yy_buffer_stack_top);
  2018. |
  2019. | if (YY_CURRENT_BUFFER) {
  2020. | yy_load_buffer_state( );
  2021. | (yy_did_buffer_switch_on_eof) = 1;
  2022. | }
  2023. | }
  2024. |
  2025. | /* Allocates the stack if it does not exist.
  2026. | * Guarantees space for at least one push.
  2027. | */
  2028. | static void yyensure_buffer_stack (void)
  2029. | {
  2030. | yy_size_t num_to_alloc;
  2031. |
  2032. | if (!(yy_buffer_stack)) {
  2033. |
  2034. | /* First allocation is just for 2 elements, since we don't know if this
  2035. | * scanner will even need a stack. We use 2 instead of 1 to avoid an
  2036. | * immediate realloc on the next call.
  2037. | */
  2038. | num_to_alloc = 1; /* After all that talk, this was set to 1 anyways... */
  2039. | (yy_buffer_stack) = (struct yy_buffer_state**)yyalloc
  2040. | (num_to_alloc * sizeof(struct yy_buffer_state*)
  2041. | );
  2042. | if ( ! (yy_buffer_stack) )
  2043. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2044. |
  2045. | memset((yy_buffer_stack), 0, num_to_alloc * sizeof(struct yy_buffer_state*));
  2046. |
  2047. | (yy_buffer_stack_max) = num_to_alloc;
  2048. | (yy_buffer_stack_top) = 0;
  2049. | return;
  2050. | }
  2051. |
  2052. | if ((yy_buffer_stack_top) >= ((yy_buffer_stack_max)) - 1){
  2053. |
  2054. | /* Increase the buffer to prepare for a possible push. */
  2055. | yy_size_t grow_size = 8 /* arbitrary grow size */;
  2056. |
  2057. | num_to_alloc = (yy_buffer_stack_max) + grow_size;
  2058. | (yy_buffer_stack) = (struct yy_buffer_state**)yyrealloc
  2059. | ((yy_buffer_stack),
  2060. | num_to_alloc * sizeof(struct yy_buffer_state*)
  2061. | );
  2062. | if ( ! (yy_buffer_stack) )
  2063. | YY_FATAL_ERROR( "out of dynamic memory in yyensure_buffer_stack()" );
  2064. |
  2065. | /* zero only the new slots.*/
  2066. | memset((yy_buffer_stack) + (yy_buffer_stack_max), 0, grow_size * sizeof(struct yy_buffer_state*));
  2067. | (yy_buffer_stack_max) = num_to_alloc;
  2068. | }
  2069. | }
  2070. |
  2071. | /** Setup the input buffer state to scan directly from a user-specified character buffer.
  2072. | * @param base the character buffer
  2073. | * @param size the size in bytes of the character buffer
  2074. | *
  2075. | * @return the newly allocated buffer state object.
  2076. | */
  2077. | YY_BUFFER_STATE yy_scan_buffer (char * base, yy_size_t size )
  2078. | {
  2079. | YY_BUFFER_STATE b;
  2080. |
  2081. | if ( size < 2 ||
  2082. | base[size-2] != YY_END_OF_BUFFER_CHAR ||
  2083. | base[size-1] != YY_END_OF_BUFFER_CHAR )
  2084. | /* They forgot to leave room for the EOB's. */
  2085. | return 0;
  2086. |
  2087. | b = (YY_BUFFER_STATE) yyalloc(sizeof( struct yy_buffer_state ) );
  2088. | if ( ! b )
  2089. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_buffer()" );
  2090. |
  2091. | b->yy_buf_size = size - 2; /* "- 2" to take care of EOB's */
  2092. | b->yy_buf_pos = b->yy_ch_buf = base;
  2093. | b->yy_is_our_buffer = 0;
  2094. | b->yy_input_file = 0;
  2095. | b->yy_n_chars = b->yy_buf_size;
  2096. | b->yy_is_interactive = 0;
  2097. | b->yy_at_bol = 1;
  2098. | b->yy_fill_buffer = 0;
  2099. | b->yy_buffer_status = YY_BUFFER_NEW;
  2100. |
  2101. | yy_switch_to_buffer(b );
  2102. |
  2103. | return b;
  2104. | }
  2105. |
  2106. | /** Setup the input buffer state to scan a string. The next call to yylex() will
  2107. | * scan from a @e copy of @a str.
  2108. | * @param yystr a NUL-terminated string to scan
  2109. | *
  2110. | * @return the newly allocated buffer state object.
  2111. | * @note If you want to scan bytes that may contain NUL values, then use
  2112. | * yy_scan_bytes() instead.
  2113. | */
  2114. | YY_BUFFER_STATE yy_scan_string (yyconst char * yystr )
  2115. | {
  2116. |
  2117. | return yy_scan_bytes(yystr,strlen(yystr) );
  2118. | }
  2119. |
  2120. | /** Setup the input buffer state to scan the given bytes. The next call to yylex() will
  2121. | * scan from a @e copy of @a bytes.
  2122. | * @param yybytes the byte buffer to scan
  2123. | * @param _yybytes_len the number of bytes in the buffer pointed to by @a bytes.
  2124. | *
  2125. | * @return the newly allocated buffer state object.
  2126. | */
  2127. | YY_BUFFER_STATE yy_scan_bytes (yyconst char * yybytes, yy_size_t _yybytes_len )
  2128. | {
  2129. | YY_BUFFER_STATE b;
  2130. | char *buf;
  2131. | yy_size_t n;
  2132. | yy_size_t i;
  2133. |
  2134. | /* Get memory for full buffer, including space for trailing EOB's. */
  2135. | n = _yybytes_len + 2;
  2136. | buf = (char *) yyalloc(n );
  2137. | if ( ! buf )
  2138. | YY_FATAL_ERROR( "out of dynamic memory in yy_scan_bytes()" );
  2139. |
  2140. | for ( i = 0; i < _yybytes_len; ++i )
  2141. | buf[i] = yybytes[i];
  2142. |
  2143. | buf[_yybytes_len] = buf[_yybytes_len+1] = YY_END_OF_BUFFER_CHAR;
  2144. |
  2145. | b = yy_scan_buffer(buf,n );
  2146. | if ( ! b )
  2147. | YY_FATAL_ERROR( "bad buffer in yy_scan_bytes()" );
  2148. |
  2149. | /* It's okay to grow etc. this buffer, and we should throw it
  2150. | * away when we're done.
  2151. | */
  2152. | b->yy_is_our_buffer = 1;
  2153. |
  2154. | return b;
  2155. | }
  2156. |
  2157. | #ifndef YY_EXIT_FAILURE
  2158. | #define YY_EXIT_FAILURE 2
  2159. | #endif
  2160. |
  2161. | static void yy_fatal_error (yyconst char* msg )
  2162. | {
  2163. | (void) fprintf( stderr, "%s\n", msg );
  2164. | exit( YY_EXIT_FAILURE );
  2165. | }
  2166. |
  2167. | /* Redefine yyless() so it works in section 3 code. */
  2168. |
  2169. | #undef yyless
  2170. | #define yyless(n) \
  2171. | do \
  2172. | { \
  2173. | /* Undo effects of setting up yytext. */ \
  2174. | int yyless_macro_arg = (n); \
  2175. | YY_LESS_LINENO(yyless_macro_arg);\
  2176. | yytext[yyleng] = (yy_hold_char); \
  2177. | (yy_c_buf_p) = yytext + yyless_macro_arg; \
  2178. | (yy_hold_char) = *(yy_c_buf_p); \
  2179. | *(yy_c_buf_p) = '\0'; \
  2180. | yyleng = yyless_macro_arg; \
  2181. | } \
  2182. | while ( 0 )
  2183. |
  2184. | /* Accessor methods (get/set functions) to struct members. */
  2185. |
  2186. | /** Get the current line number.
  2187. | *
  2188. | */
  2189. | int yyget_lineno (void)
  2190. | {
  2191. |
  2192. | return yylineno;
  2193. | }
  2194. |
  2195. | /** Get the input stream.
  2196. | *
  2197. | */
  2198. | FILE *yyget_in (void)
  2199. | {
  2200. | return yyin;
  2201. | }
  2202. |
  2203. | /** Get the output stream.
  2204. | *
  2205. | */
  2206. | FILE *yyget_out (void)
  2207. | {
  2208. | return yyout;
  2209. | }
  2210. |
  2211. | /** Get the length of the current token.
  2212. | *
  2213. | */
  2214. | yy_size_t yyget_leng (void)
  2215. | {
  2216. | return yyleng;
  2217. | }
  2218. |
  2219. | /** Get the current token.
  2220. | *
  2221. | */
  2222. |
  2223. | char *yyget_text (void)
  2224. | {
  2225. | return yytext;
  2226. | }
  2227. |
  2228. | /** Set the current line number.
  2229. | * @param _line_number line number
  2230. | *
  2231. | */
  2232. | void yyset_lineno (int _line_number )
  2233. | {
  2234. |
  2235. | yylineno = _line_number;
  2236. | }
  2237. |
  2238. | /** Set the input stream. This does not discard the current
  2239. | * input buffer.
  2240. | * @param _in_str A readable stream.
  2241. | *
  2242. | * @see yy_switch_to_buffer
  2243. | */
  2244. | void yyset_in (FILE * _in_str )
  2245. | {
  2246. | yyin = _in_str ;
  2247. | }
  2248. |
  2249. | void yyset_out (FILE * _out_str )
  2250. | {
  2251. | yyout = _out_str ;
  2252. | }
  2253. |
  2254. | int yyget_debug (void)
  2255. | {
  2256. | return yy_flex_debug;
  2257. | }
  2258. |
  2259. | void yyset_debug (int _bdebug )
  2260. | {
  2261. | yy_flex_debug = _bdebug ;
  2262. | }
  2263. |
  2264. | static int yy_init_globals (void)
  2265. | {
  2266. | /* Initialization is the same as for the non-reentrant scanner.
  2267. | * This function is called from yylex_destroy(), so don't allocate here.
  2268. | */
  2269. |
  2270. | (yy_buffer_stack) = 0;
  2271. | (yy_buffer_stack_top) = 0;
  2272. | (yy_buffer_stack_max) = 0;
  2273. | (yy_c_buf_p) = (char *) 0;
  2274. | (yy_init) = 0;
  2275. | (yy_start) = 0;
  2276. |
  2277. | (yy_state_buf) = 0;
  2278. | (yy_state_ptr) = 0;
  2279. | (yy_full_match) = 0;
  2280. | (yy_lp) = 0;
  2281. |
  2282. | /* Defined in main.c */
  2283. | #ifdef YY_STDINIT
  2284. | yyin = stdin;
  2285. | yyout = stdout;
  2286. | #else
  2287. | yyin = (FILE *) 0;
  2288. | yyout = (FILE *) 0;
  2289. | #endif
  2290. |
  2291. | /* For future reference: Set errno on error, since we are called by
  2292. | * yylex_init()
  2293. | */
  2294. | return 0;
  2295. | }
  2296. |
  2297. | /* yylex_destroy is for both reentrant and non-reentrant scanners. */
  2298. | int yylex_destroy (void)
  2299. | {
  2300. |
  2301. | /* Pop the buffer stack, destroying each element. */
  2302. | while(YY_CURRENT_BUFFER){
  2303. | yy_delete_buffer(YY_CURRENT_BUFFER );
  2304. | YY_CURRENT_BUFFER_LVALUE = NULL;
  2305. | yypop_buffer_state();
  2306. | }
  2307. |
  2308. | /* Destroy the stack itself. */
  2309. | yyfree((yy_buffer_stack) );
  2310. | (yy_buffer_stack) = NULL;
  2311. |
  2312. | yyfree ( (yy_state_buf) );
  2313. | (yy_state_buf) = NULL;
  2314. |
  2315. | /* Reset the globals. This is important in a non-reentrant scanner so the next time
  2316. | * yylex() is called, initialization will occur. */
  2317. | yy_init_globals( );
  2318. |
  2319. | return 0;
  2320. | }
  2321. |
  2322. | /*
  2323. | * Internal utility routines.
  2324. | */
  2325. |
  2326. | #ifndef yytext_ptr
  2327. | static void yy_flex_strncpy (char* s1, yyconst char * s2, int n )
  2328. | {
  2329. |
  2330. | int i;
  2331. | for ( i = 0; i < n; ++i )
  2332. | s1[i] = s2[i];
  2333. | }
  2334. | #endif
  2335. |
  2336. | #ifdef YY_NEED_STRLEN
  2337. | static int yy_flex_strlen (yyconst char * s )
  2338. | {
  2339. | int n;
  2340. | for ( n = 0; s[n]; ++n )
  2341. | ;
  2342. |
  2343. | return n;
  2344. | }
  2345. | #endif
  2346. |
  2347. | void *yyalloc (yy_size_t size )
  2348. | {
  2349. | return (void *) malloc( size );
  2350. | }
  2351. |
  2352. | void *yyrealloc (void * ptr, yy_size_t size )
  2353. | {
  2354. |
  2355. | /* The cast to (char *) in the following accommodates both
  2356. | * implementations that use char* generic pointers, and those
  2357. | * that use void* generic pointers. It works with the latter
  2358. | * because both ANSI C and C++ allow castless assignment from
  2359. | * any pointer type to void*, and deal with argument conversions
  2360. | * as though doing an assignment.
  2361. | */
  2362. | return (void *) realloc( (char *) ptr, size );
  2363. | }
  2364. |
  2365. | void yyfree (void * ptr )
  2366. | {
  2367. | free( (char *) ptr ); /* see yyrealloc() for (char *) cast */
  2368. | }
  2369. |
  2370. | #define YYTABLES_NAME "yytables"
  2371. |
  2372. | #line 10 "conftest.l"
  2373. |
  2374. |
  2375. | #ifdef YYTEXT_POINTER
  2376. | extern char *yytext;
  2377. | #endif
  2378. | int
  2379. | main (void)
  2380. | {
  2381. | return ! yylex () + ! yywrap ();
  2382. | }
  2383. configure:16794: gcc -o conftest -g -O2 conftest.c -lfl >&5
  2384. configure:16794: $? = 0
  2385. configure:16804: result: -lfl
  2386. configure:16810: checking whether yytext is a pointer
  2387. configure:16827: gcc -o conftest -g -O2 conftest.c -lfl >&5
  2388. configure:16827: $? = 0
  2389. configure:16835: result: yes
  2390. configure:16855: checking for bison
  2391. configure:16871: found /usr/bin/bison
  2392. configure:16882: result: bison -y
  2393. configure:16950: checking libintl.h usability
  2394. configure:16950: gcc -c -g -O2 conftest.c >&5
  2395. configure:16950: $? = 0
  2396. configure:16950: result: yes
  2397. configure:16950: checking libintl.h presence
  2398. configure:16950: gcc -E conftest.c
  2399. configure:16950: $? = 0
  2400. configure:16950: result: yes
  2401. configure:16950: checking for libintl.h
  2402. configure:16950: result: yes
  2403. configure:16964: checking whether gettext is declared
  2404. configure:16964: gcc -c -g -O2 conftest.c >&5
  2405. configure:16964: $? = 0
  2406. configure:16964: result: yes
  2407. configure:16976: checking for library containing gettext
  2408. configure:17007: gcc -o conftest -g -O2 conftest.c >&5
  2409. conftest.c:32:6: warning: conflicting types for built-in function 'gettext'
  2410. char gettext ();
  2411. ^
  2412. configure:17007: $? = 0
  2413. configure:17024: result: none required
  2414. configure:17053: checking ncursesw/curses.h usability
  2415. configure:17053: gcc -c -g -O2 conftest.c >&5
  2416. conftest.c:58:29: fatal error: ncursesw/curses.h: No such file or directory
  2417. compilation terminated.
  2418. configure:17053: $? = 1
  2419. configure: failed program was:
  2420. | /* confdefs.h */
  2421. | #define PACKAGE_NAME "kconfig-frontends"
  2422. | #define PACKAGE_TARNAME "kconfig-frontends"
  2423. | #define PACKAGE_VERSION "3.12.0.0"
  2424. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2425. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2426. | #define PACKAGE_URL ""
  2427. | #define PACKAGE "kconfig-frontends"
  2428. | #define VERSION "3.12.0.0"
  2429. | #define STDC_HEADERS 1
  2430. | #define HAVE_SYS_TYPES_H 1
  2431. | #define HAVE_SYS_STAT_H 1
  2432. | #define HAVE_STDLIB_H 1
  2433. | #define HAVE_STRING_H 1
  2434. | #define HAVE_MEMORY_H 1
  2435. | #define HAVE_STRINGS_H 1
  2436. | #define HAVE_INTTYPES_H 1
  2437. | #define HAVE_STDINT_H 1
  2438. | #define HAVE_UNISTD_H 1
  2439. | #define HAVE_DLFCN_H 1
  2440. | #define LT_OBJDIR ".libs/"
  2441. | #define YYTEXT_POINTER 1
  2442. | #define HAVE_LIBINTL_H 1
  2443. | /* end confdefs.h. */
  2444. | #include <stdio.h>
  2445. | #ifdef HAVE_SYS_TYPES_H
  2446. | # include <sys/types.h>
  2447. | #endif
  2448. | #ifdef HAVE_SYS_STAT_H
  2449. | # include <sys/stat.h>
  2450. | #endif
  2451. | #ifdef STDC_HEADERS
  2452. | # include <stdlib.h>
  2453. | # include <stddef.h>
  2454. | #else
  2455. | # ifdef HAVE_STDLIB_H
  2456. | # include <stdlib.h>
  2457. | # endif
  2458. | #endif
  2459. | #ifdef HAVE_STRING_H
  2460. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2461. | # include <memory.h>
  2462. | # endif
  2463. | # include <string.h>
  2464. | #endif
  2465. | #ifdef HAVE_STRINGS_H
  2466. | # include <strings.h>
  2467. | #endif
  2468. | #ifdef HAVE_INTTYPES_H
  2469. | # include <inttypes.h>
  2470. | #endif
  2471. | #ifdef HAVE_STDINT_H
  2472. | # include <stdint.h>
  2473. | #endif
  2474. | #ifdef HAVE_UNISTD_H
  2475. | # include <unistd.h>
  2476. | #endif
  2477. | #include <ncursesw/curses.h>
  2478. configure:17053: result: no
  2479. configure:17053: checking ncursesw/curses.h presence
  2480. configure:17053: gcc -E conftest.c
  2481. conftest.c:25:29: fatal error: ncursesw/curses.h: No such file or directory
  2482. compilation terminated.
  2483. configure:17053: $? = 1
  2484. configure: failed program was:
  2485. | /* confdefs.h */
  2486. | #define PACKAGE_NAME "kconfig-frontends"
  2487. | #define PACKAGE_TARNAME "kconfig-frontends"
  2488. | #define PACKAGE_VERSION "3.12.0.0"
  2489. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2490. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2491. | #define PACKAGE_URL ""
  2492. | #define PACKAGE "kconfig-frontends"
  2493. | #define VERSION "3.12.0.0"
  2494. | #define STDC_HEADERS 1
  2495. | #define HAVE_SYS_TYPES_H 1
  2496. | #define HAVE_SYS_STAT_H 1
  2497. | #define HAVE_STDLIB_H 1
  2498. | #define HAVE_STRING_H 1
  2499. | #define HAVE_MEMORY_H 1
  2500. | #define HAVE_STRINGS_H 1
  2501. | #define HAVE_INTTYPES_H 1
  2502. | #define HAVE_STDINT_H 1
  2503. | #define HAVE_UNISTD_H 1
  2504. | #define HAVE_DLFCN_H 1
  2505. | #define LT_OBJDIR ".libs/"
  2506. | #define YYTEXT_POINTER 1
  2507. | #define HAVE_LIBINTL_H 1
  2508. | /* end confdefs.h. */
  2509. | #include <ncursesw/curses.h>
  2510. configure:17053: result: no
  2511. configure:17053: checking for ncursesw/curses.h
  2512. configure:17053: result: no
  2513. configure:17053: checking ncurses/ncurses.h usability
  2514. configure:17053: gcc -c -g -O2 conftest.c >&5
  2515. conftest.c:58:29: fatal error: ncurses/ncurses.h: No such file or directory
  2516. compilation terminated.
  2517. configure:17053: $? = 1
  2518. configure: failed program was:
  2519. | /* confdefs.h */
  2520. | #define PACKAGE_NAME "kconfig-frontends"
  2521. | #define PACKAGE_TARNAME "kconfig-frontends"
  2522. | #define PACKAGE_VERSION "3.12.0.0"
  2523. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2524. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2525. | #define PACKAGE_URL ""
  2526. | #define PACKAGE "kconfig-frontends"
  2527. | #define VERSION "3.12.0.0"
  2528. | #define STDC_HEADERS 1
  2529. | #define HAVE_SYS_TYPES_H 1
  2530. | #define HAVE_SYS_STAT_H 1
  2531. | #define HAVE_STDLIB_H 1
  2532. | #define HAVE_STRING_H 1
  2533. | #define HAVE_MEMORY_H 1
  2534. | #define HAVE_STRINGS_H 1
  2535. | #define HAVE_INTTYPES_H 1
  2536. | #define HAVE_STDINT_H 1
  2537. | #define HAVE_UNISTD_H 1
  2538. | #define HAVE_DLFCN_H 1
  2539. | #define LT_OBJDIR ".libs/"
  2540. | #define YYTEXT_POINTER 1
  2541. | #define HAVE_LIBINTL_H 1
  2542. | /* end confdefs.h. */
  2543. | #include <stdio.h>
  2544. | #ifdef HAVE_SYS_TYPES_H
  2545. | # include <sys/types.h>
  2546. | #endif
  2547. | #ifdef HAVE_SYS_STAT_H
  2548. | # include <sys/stat.h>
  2549. | #endif
  2550. | #ifdef STDC_HEADERS
  2551. | # include <stdlib.h>
  2552. | # include <stddef.h>
  2553. | #else
  2554. | # ifdef HAVE_STDLIB_H
  2555. | # include <stdlib.h>
  2556. | # endif
  2557. | #endif
  2558. | #ifdef HAVE_STRING_H
  2559. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2560. | # include <memory.h>
  2561. | # endif
  2562. | # include <string.h>
  2563. | #endif
  2564. | #ifdef HAVE_STRINGS_H
  2565. | # include <strings.h>
  2566. | #endif
  2567. | #ifdef HAVE_INTTYPES_H
  2568. | # include <inttypes.h>
  2569. | #endif
  2570. | #ifdef HAVE_STDINT_H
  2571. | # include <stdint.h>
  2572. | #endif
  2573. | #ifdef HAVE_UNISTD_H
  2574. | # include <unistd.h>
  2575. | #endif
  2576. | #include <ncurses/ncurses.h>
  2577. configure:17053: result: no
  2578. configure:17053: checking ncurses/ncurses.h presence
  2579. configure:17053: gcc -E conftest.c
  2580. conftest.c:25:29: fatal error: ncurses/ncurses.h: No such file or directory
  2581. compilation terminated.
  2582. configure:17053: $? = 1
  2583. configure: failed program was:
  2584. | /* confdefs.h */
  2585. | #define PACKAGE_NAME "kconfig-frontends"
  2586. | #define PACKAGE_TARNAME "kconfig-frontends"
  2587. | #define PACKAGE_VERSION "3.12.0.0"
  2588. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2589. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2590. | #define PACKAGE_URL ""
  2591. | #define PACKAGE "kconfig-frontends"
  2592. | #define VERSION "3.12.0.0"
  2593. | #define STDC_HEADERS 1
  2594. | #define HAVE_SYS_TYPES_H 1
  2595. | #define HAVE_SYS_STAT_H 1
  2596. | #define HAVE_STDLIB_H 1
  2597. | #define HAVE_STRING_H 1
  2598. | #define HAVE_MEMORY_H 1
  2599. | #define HAVE_STRINGS_H 1
  2600. | #define HAVE_INTTYPES_H 1
  2601. | #define HAVE_STDINT_H 1
  2602. | #define HAVE_UNISTD_H 1
  2603. | #define HAVE_DLFCN_H 1
  2604. | #define LT_OBJDIR ".libs/"
  2605. | #define YYTEXT_POINTER 1
  2606. | #define HAVE_LIBINTL_H 1
  2607. | /* end confdefs.h. */
  2608. | #include <ncurses/ncurses.h>
  2609. configure:17053: result: no
  2610. configure:17053: checking for ncurses/ncurses.h
  2611. configure:17053: result: no
  2612. configure:17053: checking ncurses/curses.h usability
  2613. configure:17053: gcc -c -g -O2 conftest.c >&5
  2614. conftest.c:58:28: fatal error: ncurses/curses.h: No such file or directory
  2615. compilation terminated.
  2616. configure:17053: $? = 1
  2617. configure: failed program was:
  2618. | /* confdefs.h */
  2619. | #define PACKAGE_NAME "kconfig-frontends"
  2620. | #define PACKAGE_TARNAME "kconfig-frontends"
  2621. | #define PACKAGE_VERSION "3.12.0.0"
  2622. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2623. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2624. | #define PACKAGE_URL ""
  2625. | #define PACKAGE "kconfig-frontends"
  2626. | #define VERSION "3.12.0.0"
  2627. | #define STDC_HEADERS 1
  2628. | #define HAVE_SYS_TYPES_H 1
  2629. | #define HAVE_SYS_STAT_H 1
  2630. | #define HAVE_STDLIB_H 1
  2631. | #define HAVE_STRING_H 1
  2632. | #define HAVE_MEMORY_H 1
  2633. | #define HAVE_STRINGS_H 1
  2634. | #define HAVE_INTTYPES_H 1
  2635. | #define HAVE_STDINT_H 1
  2636. | #define HAVE_UNISTD_H 1
  2637. | #define HAVE_DLFCN_H 1
  2638. | #define LT_OBJDIR ".libs/"
  2639. | #define YYTEXT_POINTER 1
  2640. | #define HAVE_LIBINTL_H 1
  2641. | /* end confdefs.h. */
  2642. | #include <stdio.h>
  2643. | #ifdef HAVE_SYS_TYPES_H
  2644. | # include <sys/types.h>
  2645. | #endif
  2646. | #ifdef HAVE_SYS_STAT_H
  2647. | # include <sys/stat.h>
  2648. | #endif
  2649. | #ifdef STDC_HEADERS
  2650. | # include <stdlib.h>
  2651. | # include <stddef.h>
  2652. | #else
  2653. | # ifdef HAVE_STDLIB_H
  2654. | # include <stdlib.h>
  2655. | # endif
  2656. | #endif
  2657. | #ifdef HAVE_STRING_H
  2658. | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
  2659. | # include <memory.h>
  2660. | # endif
  2661. | # include <string.h>
  2662. | #endif
  2663. | #ifdef HAVE_STRINGS_H
  2664. | # include <strings.h>
  2665. | #endif
  2666. | #ifdef HAVE_INTTYPES_H
  2667. | # include <inttypes.h>
  2668. | #endif
  2669. | #ifdef HAVE_STDINT_H
  2670. | # include <stdint.h>
  2671. | #endif
  2672. | #ifdef HAVE_UNISTD_H
  2673. | # include <unistd.h>
  2674. | #endif
  2675. | #include <ncurses/curses.h>
  2676. configure:17053: result: no
  2677. configure:17053: checking ncurses/curses.h presence
  2678. configure:17053: gcc -E conftest.c
  2679. conftest.c:25:28: fatal error: ncurses/curses.h: No such file or directory
  2680. compilation terminated.
  2681. configure:17053: $? = 1
  2682. configure: failed program was:
  2683. | /* confdefs.h */
  2684. | #define PACKAGE_NAME "kconfig-frontends"
  2685. | #define PACKAGE_TARNAME "kconfig-frontends"
  2686. | #define PACKAGE_VERSION "3.12.0.0"
  2687. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2688. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2689. | #define PACKAGE_URL ""
  2690. | #define PACKAGE "kconfig-frontends"
  2691. | #define VERSION "3.12.0.0"
  2692. | #define STDC_HEADERS 1
  2693. | #define HAVE_SYS_TYPES_H 1
  2694. | #define HAVE_SYS_STAT_H 1
  2695. | #define HAVE_STDLIB_H 1
  2696. | #define HAVE_STRING_H 1
  2697. | #define HAVE_MEMORY_H 1
  2698. | #define HAVE_STRINGS_H 1
  2699. | #define HAVE_INTTYPES_H 1
  2700. | #define HAVE_STDINT_H 1
  2701. | #define HAVE_UNISTD_H 1
  2702. | #define HAVE_DLFCN_H 1
  2703. | #define LT_OBJDIR ".libs/"
  2704. | #define YYTEXT_POINTER 1
  2705. | #define HAVE_LIBINTL_H 1
  2706. | /* end confdefs.h. */
  2707. | #include <ncurses/curses.h>
  2708. configure:17053: result: no
  2709. configure:17053: checking for ncurses/curses.h
  2710. configure:17053: result: no
  2711. configure:17053: checking ncurses.h usability
  2712. configure:17053: gcc -c -g -O2 conftest.c >&5
  2713. configure:17053: $? = 0
  2714. configure:17053: result: yes
  2715. configure:17053: checking ncurses.h presence
  2716. configure:17053: gcc -E conftest.c
  2717. configure:17053: $? = 0
  2718. configure:17053: result: yes
  2719. configure:17053: checking for ncurses.h
  2720. configure:17053: result: yes
  2721. configure:17078: checking for library containing initscr
  2722. configure:17109: gcc -o conftest -g -O2 conftest.c >&5
  2723. /tmp/ccoWS0Bn.o: In function `main':
  2724. /home/alan/nuttxspace/tools/kconfig-frontends/conftest.c:37: undefined reference to `initscr'
  2725. collect2: error: ld returned 1 exit status
  2726. configure:17109: $? = 1
  2727. configure: failed program was:
  2728. | /* confdefs.h */
  2729. | #define PACKAGE_NAME "kconfig-frontends"
  2730. | #define PACKAGE_TARNAME "kconfig-frontends"
  2731. | #define PACKAGE_VERSION "3.12.0.0"
  2732. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2733. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2734. | #define PACKAGE_URL ""
  2735. | #define PACKAGE "kconfig-frontends"
  2736. | #define VERSION "3.12.0.0"
  2737. | #define STDC_HEADERS 1
  2738. | #define HAVE_SYS_TYPES_H 1
  2739. | #define HAVE_SYS_STAT_H 1
  2740. | #define HAVE_STDLIB_H 1
  2741. | #define HAVE_STRING_H 1
  2742. | #define HAVE_MEMORY_H 1
  2743. | #define HAVE_STRINGS_H 1
  2744. | #define HAVE_INTTYPES_H 1
  2745. | #define HAVE_STDINT_H 1
  2746. | #define HAVE_UNISTD_H 1
  2747. | #define HAVE_DLFCN_H 1
  2748. | #define LT_OBJDIR ".libs/"
  2749. | #define YYTEXT_POINTER 1
  2750. | #define HAVE_LIBINTL_H 1
  2751. | #define HAVE_NCURSES_H 1
  2752. | /* end confdefs.h. */
  2753. |
  2754. | /* Override any GCC internal prototype to avoid an error.
  2755. | Use char because int might match the return type of a GCC
  2756. | builtin and then its argument prototype would still apply. */
  2757. | #ifdef __cplusplus
  2758. | extern "C"
  2759. | #endif
  2760. | char initscr ();
  2761. | int
  2762. | main ()
  2763. | {
  2764. | return initscr ();
  2765. | ;
  2766. | return 0;
  2767. | }
  2768. configure:17109: gcc -o conftest -g -O2 conftest.c -lncursesw >&5
  2769. /usr/bin/ld: cannot find -lncursesw
  2770. collect2: error: ld returned 1 exit status
  2771. configure:17109: $? = 1
  2772. configure: failed program was:
  2773. | /* confdefs.h */
  2774. | #define PACKAGE_NAME "kconfig-frontends"
  2775. | #define PACKAGE_TARNAME "kconfig-frontends"
  2776. | #define PACKAGE_VERSION "3.12.0.0"
  2777. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2778. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2779. | #define PACKAGE_URL ""
  2780. | #define PACKAGE "kconfig-frontends"
  2781. | #define VERSION "3.12.0.0"
  2782. | #define STDC_HEADERS 1
  2783. | #define HAVE_SYS_TYPES_H 1
  2784. | #define HAVE_SYS_STAT_H 1
  2785. | #define HAVE_STDLIB_H 1
  2786. | #define HAVE_STRING_H 1
  2787. | #define HAVE_MEMORY_H 1
  2788. | #define HAVE_STRINGS_H 1
  2789. | #define HAVE_INTTYPES_H 1
  2790. | #define HAVE_STDINT_H 1
  2791. | #define HAVE_UNISTD_H 1
  2792. | #define HAVE_DLFCN_H 1
  2793. | #define LT_OBJDIR ".libs/"
  2794. | #define YYTEXT_POINTER 1
  2795. | #define HAVE_LIBINTL_H 1
  2796. | #define HAVE_NCURSES_H 1
  2797. | /* end confdefs.h. */
  2798. |
  2799. | /* Override any GCC internal prototype to avoid an error.
  2800. | Use char because int might match the return type of a GCC
  2801. | builtin and then its argument prototype would still apply. */
  2802. | #ifdef __cplusplus
  2803. | extern "C"
  2804. | #endif
  2805. | char initscr ();
  2806. | int
  2807. | main ()
  2808. | {
  2809. | return initscr ();
  2810. | ;
  2811. | return 0;
  2812. | }
  2813. configure:17109: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  2814. configure:17109: $? = 0
  2815. configure:17126: result: -lncurses
  2816. configure:17141: checking for library containing setupterm
  2817. configure:17172: gcc -o conftest -g -O2 conftest.c -lncurses >&5
  2818. configure:17172: $? = 0
  2819. configure:17189: result: none required
  2820. configure:17220: checking for library containing new_panel
  2821. configure:17251: gcc -o conftest -g -O2 conftest.c >&5
  2822. /tmp/ccMt1t7w.o: In function `main':
  2823. /home/alan/nuttxspace/tools/kconfig-frontends/conftest.c:37: undefined reference to `new_panel'
  2824. collect2: error: ld returned 1 exit status
  2825. configure:17251: $? = 1
  2826. configure: failed program was:
  2827. | /* confdefs.h */
  2828. | #define PACKAGE_NAME "kconfig-frontends"
  2829. | #define PACKAGE_TARNAME "kconfig-frontends"
  2830. | #define PACKAGE_VERSION "3.12.0.0"
  2831. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2832. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2833. | #define PACKAGE_URL ""
  2834. | #define PACKAGE "kconfig-frontends"
  2835. | #define VERSION "3.12.0.0"
  2836. | #define STDC_HEADERS 1
  2837. | #define HAVE_SYS_TYPES_H 1
  2838. | #define HAVE_SYS_STAT_H 1
  2839. | #define HAVE_STDLIB_H 1
  2840. | #define HAVE_STRING_H 1
  2841. | #define HAVE_MEMORY_H 1
  2842. | #define HAVE_STRINGS_H 1
  2843. | #define HAVE_INTTYPES_H 1
  2844. | #define HAVE_STDINT_H 1
  2845. | #define HAVE_UNISTD_H 1
  2846. | #define HAVE_DLFCN_H 1
  2847. | #define LT_OBJDIR ".libs/"
  2848. | #define YYTEXT_POINTER 1
  2849. | #define HAVE_LIBINTL_H 1
  2850. | #define HAVE_NCURSES_H 1
  2851. | /* end confdefs.h. */
  2852. |
  2853. | /* Override any GCC internal prototype to avoid an error.
  2854. | Use char because int might match the return type of a GCC
  2855. | builtin and then its argument prototype would still apply. */
  2856. | #ifdef __cplusplus
  2857. | extern "C"
  2858. | #endif
  2859. | char new_panel ();
  2860. | int
  2861. | main ()
  2862. | {
  2863. | return new_panel ();
  2864. | ;
  2865. | return 0;
  2866. | }
  2867. configure:17251: gcc -o conftest -g -O2 conftest.c -lpanelw -lncurses >&5
  2868. /usr/bin/ld: cannot find -lpanelw
  2869. collect2: error: ld returned 1 exit status
  2870. configure:17251: $? = 1
  2871. configure: failed program was:
  2872. | /* confdefs.h */
  2873. | #define PACKAGE_NAME "kconfig-frontends"
  2874. | #define PACKAGE_TARNAME "kconfig-frontends"
  2875. | #define PACKAGE_VERSION "3.12.0.0"
  2876. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2877. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2878. | #define PACKAGE_URL ""
  2879. | #define PACKAGE "kconfig-frontends"
  2880. | #define VERSION "3.12.0.0"
  2881. | #define STDC_HEADERS 1
  2882. | #define HAVE_SYS_TYPES_H 1
  2883. | #define HAVE_SYS_STAT_H 1
  2884. | #define HAVE_STDLIB_H 1
  2885. | #define HAVE_STRING_H 1
  2886. | #define HAVE_MEMORY_H 1
  2887. | #define HAVE_STRINGS_H 1
  2888. | #define HAVE_INTTYPES_H 1
  2889. | #define HAVE_STDINT_H 1
  2890. | #define HAVE_UNISTD_H 1
  2891. | #define HAVE_DLFCN_H 1
  2892. | #define LT_OBJDIR ".libs/"
  2893. | #define YYTEXT_POINTER 1
  2894. | #define HAVE_LIBINTL_H 1
  2895. | #define HAVE_NCURSES_H 1
  2896. | /* end confdefs.h. */
  2897. |
  2898. | /* Override any GCC internal prototype to avoid an error.
  2899. | Use char because int might match the return type of a GCC
  2900. | builtin and then its argument prototype would still apply. */
  2901. | #ifdef __cplusplus
  2902. | extern "C"
  2903. | #endif
  2904. | char new_panel ();
  2905. | int
  2906. | main ()
  2907. | {
  2908. | return new_panel ();
  2909. | ;
  2910. | return 0;
  2911. | }
  2912. configure:17251: gcc -o conftest -g -O2 conftest.c -lpanel -lncurses >&5
  2913. configure:17251: $? = 0
  2914. configure:17268: result: -lpanel
  2915. configure:17283: checking for library containing menu_init
  2916. configure:17314: gcc -o conftest -g -O2 conftest.c -lpanel >&5
  2917. /tmp/ccn0gDLE.o: In function `main':
  2918. /home/alan/nuttxspace/tools/kconfig-frontends/conftest.c:37: undefined reference to `menu_init'
  2919. collect2: error: ld returned 1 exit status
  2920. configure:17314: $? = 1
  2921. configure: failed program was:
  2922. | /* confdefs.h */
  2923. | #define PACKAGE_NAME "kconfig-frontends"
  2924. | #define PACKAGE_TARNAME "kconfig-frontends"
  2925. | #define PACKAGE_VERSION "3.12.0.0"
  2926. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2927. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2928. | #define PACKAGE_URL ""
  2929. | #define PACKAGE "kconfig-frontends"
  2930. | #define VERSION "3.12.0.0"
  2931. | #define STDC_HEADERS 1
  2932. | #define HAVE_SYS_TYPES_H 1
  2933. | #define HAVE_SYS_STAT_H 1
  2934. | #define HAVE_STDLIB_H 1
  2935. | #define HAVE_STRING_H 1
  2936. | #define HAVE_MEMORY_H 1
  2937. | #define HAVE_STRINGS_H 1
  2938. | #define HAVE_INTTYPES_H 1
  2939. | #define HAVE_STDINT_H 1
  2940. | #define HAVE_UNISTD_H 1
  2941. | #define HAVE_DLFCN_H 1
  2942. | #define LT_OBJDIR ".libs/"
  2943. | #define YYTEXT_POINTER 1
  2944. | #define HAVE_LIBINTL_H 1
  2945. | #define HAVE_NCURSES_H 1
  2946. | /* end confdefs.h. */
  2947. |
  2948. | /* Override any GCC internal prototype to avoid an error.
  2949. | Use char because int might match the return type of a GCC
  2950. | builtin and then its argument prototype would still apply. */
  2951. | #ifdef __cplusplus
  2952. | extern "C"
  2953. | #endif
  2954. | char menu_init ();
  2955. | int
  2956. | main ()
  2957. | {
  2958. | return menu_init ();
  2959. | ;
  2960. | return 0;
  2961. | }
  2962. configure:17314: gcc -o conftest -g -O2 conftest.c -lmenuw -lncurses -lpanel >&5
  2963. /usr/bin/ld: cannot find -lmenuw
  2964. collect2: error: ld returned 1 exit status
  2965. configure:17314: $? = 1
  2966. configure: failed program was:
  2967. | /* confdefs.h */
  2968. | #define PACKAGE_NAME "kconfig-frontends"
  2969. | #define PACKAGE_TARNAME "kconfig-frontends"
  2970. | #define PACKAGE_VERSION "3.12.0.0"
  2971. | #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  2972. | #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  2973. | #define PACKAGE_URL ""
  2974. | #define PACKAGE "kconfig-frontends"
  2975. | #define VERSION "3.12.0.0"
  2976. | #define STDC_HEADERS 1
  2977. | #define HAVE_SYS_TYPES_H 1
  2978. | #define HAVE_SYS_STAT_H 1
  2979. | #define HAVE_STDLIB_H 1
  2980. | #define HAVE_STRING_H 1
  2981. | #define HAVE_MEMORY_H 1
  2982. | #define HAVE_STRINGS_H 1
  2983. | #define HAVE_INTTYPES_H 1
  2984. | #define HAVE_STDINT_H 1
  2985. | #define HAVE_UNISTD_H 1
  2986. | #define HAVE_DLFCN_H 1
  2987. | #define LT_OBJDIR ".libs/"
  2988. | #define YYTEXT_POINTER 1
  2989. | #define HAVE_LIBINTL_H 1
  2990. | #define HAVE_NCURSES_H 1
  2991. | /* end confdefs.h. */
  2992. |
  2993. | /* Override any GCC internal prototype to avoid an error.
  2994. | Use char because int might match the return type of a GCC
  2995. | builtin and then its argument prototype would still apply. */
  2996. | #ifdef __cplusplus
  2997. | extern "C"
  2998. | #endif
  2999. | char menu_init ();
  3000. | int
  3001. | main ()
  3002. | {
  3003. | return menu_init ();
  3004. | ;
  3005. | return 0;
  3006. | }
  3007. configure:17314: gcc -o conftest -g -O2 conftest.c -lmenu -lncurses -lpanel >&5
  3008. configure:17314: $? = 0
  3009. configure:17331: result: -lmenu
  3010. configure:17359: checking for gtk
  3011. configure:17366: $PKG_CONFIG --exists --print-errors "gtk+-2.0 gmodule-2.0 libglade-2.0"
  3012. Package gtk+-2.0 was not found in the pkg-config search path.
  3013. Perhaps you should add the directory containing `gtk+-2.0.pc'
  3014. to the PKG_CONFIG_PATH environment variable
  3015. No package 'gtk+-2.0' found
  3016. Package gmodule-2.0 was not found in the pkg-config search path.
  3017. Perhaps you should add the directory containing `gmodule-2.0.pc'
  3018. to the PKG_CONFIG_PATH environment variable
  3019. No package 'gmodule-2.0' found
  3020. Package libglade-2.0 was not found in the pkg-config search path.
  3021. Perhaps you should add the directory containing `libglade-2.0.pc'
  3022. to the PKG_CONFIG_PATH environment variable
  3023. No package 'libglade-2.0' found
  3024. configure:17369: $? = 1
  3025. configure:17383: $PKG_CONFIG --exists --print-errors "gtk+-2.0 gmodule-2.0 libglade-2.0"
  3026. Package gtk+-2.0 was not found in the pkg-config search path.
  3027. Perhaps you should add the directory containing `gtk+-2.0.pc'
  3028. to the PKG_CONFIG_PATH environment variable
  3029. No package 'gtk+-2.0' found
  3030. Package gmodule-2.0 was not found in the pkg-config search path.
  3031. Perhaps you should add the directory containing `gmodule-2.0.pc'
  3032. to the PKG_CONFIG_PATH environment variable
  3033. No package 'gmodule-2.0' found
  3034. Package libglade-2.0 was not found in the pkg-config search path.
  3035. Perhaps you should add the directory containing `libglade-2.0.pc'
  3036. to the PKG_CONFIG_PATH environment variable
  3037. No package 'libglade-2.0' found
  3038. configure:17386: $? = 1
  3039. configure:17400: result: no
  3040. No package 'gtk+-2.0' found
  3041. No package 'gmodule-2.0' found
  3042. No package 'libglade-2.0' found
  3043. configure:17447: checking for qt4
  3044. configure:17454: $PKG_CONFIG --exists --print-errors "QtCore QtGui Qt3Support"
  3045. Package QtCore was not found in the pkg-config search path.
  3046. Perhaps you should add the directory containing `QtCore.pc'
  3047. to the PKG_CONFIG_PATH environment variable
  3048. No package 'QtCore' found
  3049. Package QtGui was not found in the pkg-config search path.
  3050. Perhaps you should add the directory containing `QtGui.pc'
  3051. to the PKG_CONFIG_PATH environment variable
  3052. No package 'QtGui' found
  3053. Package Qt3Support was not found in the pkg-config search path.
  3054. Perhaps you should add the directory containing `Qt3Support.pc'
  3055. to the PKG_CONFIG_PATH environment variable
  3056. No package 'Qt3Support' found
  3057. configure:17457: $? = 1
  3058. configure:17471: $PKG_CONFIG --exists --print-errors "QtCore QtGui Qt3Support"
  3059. Package QtCore was not found in the pkg-config search path.
  3060. Perhaps you should add the directory containing `QtCore.pc'
  3061. to the PKG_CONFIG_PATH environment variable
  3062. No package 'QtCore' found
  3063. Package QtGui was not found in the pkg-config search path.
  3064. Perhaps you should add the directory containing `QtGui.pc'
  3065. to the PKG_CONFIG_PATH environment variable
  3066. No package 'QtGui' found
  3067. Package Qt3Support was not found in the pkg-config search path.
  3068. Perhaps you should add the directory containing `Qt3Support.pc'
  3069. to the PKG_CONFIG_PATH environment variable
  3070. No package 'Qt3Support' found
  3071. configure:17474: $? = 1
  3072. configure:17488: result: no
  3073. No package 'QtCore' found
  3074. No package 'QtGui' found
  3075. No package 'Qt3Support' found
  3076. configure:17890: creating ./config.status
  3077. configure:20422:
  3078. configure:20424: Configured with:
  3079. configure:20426: - parser library : shared (version: 3.12.0)
  3080. configure:20428: - root-menu prompt : Configuration
  3081. configure:20430: - config prefix : CONFIG_
  3082. configure:20432: - frontends : conf mconf nconf
  3083. configure:20434: - transform name : s&^&kconfig-&
  3084. configure:20436: - localised : yes
  3085. configure:20438: - install utilities : yes
  3086. configure:20440: - CFLAGS CXXFLAGS : -Wall
  3087.  
  3088. ## ---------------- ##
  3089. ## Cache variables. ##
  3090. ## ---------------- ##
  3091.  
  3092. ac_cv_build=x86_64-unknown-linux-gnu
  3093. ac_cv_c_compiler_gnu=yes
  3094. ac_cv_c_inline=inline
  3095. ac_cv_cxx_compiler_gnu=yes
  3096. ac_cv_env_CCC_set=
  3097. ac_cv_env_CCC_value=
  3098. ac_cv_env_CC_set=
  3099. ac_cv_env_CC_value=
  3100. ac_cv_env_CFLAGS_set=
  3101. ac_cv_env_CFLAGS_value=
  3102. ac_cv_env_CPPFLAGS_set=
  3103. ac_cv_env_CPPFLAGS_value=
  3104. ac_cv_env_CPP_set=
  3105. ac_cv_env_CPP_value=
  3106. ac_cv_env_CXXCPP_set=
  3107. ac_cv_env_CXXCPP_value=
  3108. ac_cv_env_CXXFLAGS_set=
  3109. ac_cv_env_CXXFLAGS_value=
  3110. ac_cv_env_CXX_set=
  3111. ac_cv_env_CXX_value=
  3112. ac_cv_env_LDFLAGS_set=
  3113. ac_cv_env_LDFLAGS_value=
  3114. ac_cv_env_LIBS_set=
  3115. ac_cv_env_LIBS_value=
  3116. ac_cv_env_MOC_set=
  3117. ac_cv_env_MOC_value=
  3118. ac_cv_env_PKG_CONFIG_LIBDIR_set=
  3119. ac_cv_env_PKG_CONFIG_LIBDIR_value=
  3120. ac_cv_env_PKG_CONFIG_PATH_set=
  3121. ac_cv_env_PKG_CONFIG_PATH_value=
  3122. ac_cv_env_PKG_CONFIG_set=
  3123. ac_cv_env_PKG_CONFIG_value=
  3124. ac_cv_env_YACC_set=
  3125. ac_cv_env_YACC_value=
  3126. ac_cv_env_YFLAGS_set=
  3127. ac_cv_env_YFLAGS_value=
  3128. ac_cv_env_build_alias_set=
  3129. ac_cv_env_build_alias_value=
  3130. ac_cv_env_conf_EXTRA_LIBS_set=
  3131. ac_cv_env_conf_EXTRA_LIBS_value=
  3132. ac_cv_env_gconf_EXTRA_LIBS_set=
  3133. ac_cv_env_gconf_EXTRA_LIBS_value=
  3134. ac_cv_env_gtk_CFLAGS_set=
  3135. ac_cv_env_gtk_CFLAGS_value=
  3136. ac_cv_env_gtk_LIBS_set=
  3137. ac_cv_env_gtk_LIBS_value=
  3138. ac_cv_env_host_alias_set=
  3139. ac_cv_env_host_alias_value=
  3140. ac_cv_env_mconf_EXTRA_LIBS_set=
  3141. ac_cv_env_mconf_EXTRA_LIBS_value=
  3142. ac_cv_env_nconf_EXTRA_LIBS_set=
  3143. ac_cv_env_nconf_EXTRA_LIBS_value=
  3144. ac_cv_env_qconf_EXTRA_LIBS_set=
  3145. ac_cv_env_qconf_EXTRA_LIBS_value=
  3146. ac_cv_env_qt4_CFLAGS_set=
  3147. ac_cv_env_qt4_CFLAGS_value=
  3148. ac_cv_env_qt4_LIBS_set=
  3149. ac_cv_env_qt4_LIBS_value=
  3150. ac_cv_env_target_alias_set=
  3151. ac_cv_env_target_alias_value=
  3152. ac_cv_have_decl_gettext=yes
  3153. ac_cv_header_dlfcn_h=yes
  3154. ac_cv_header_inttypes_h=yes
  3155. ac_cv_header_libintl_h=yes
  3156. ac_cv_header_memory_h=yes
  3157. ac_cv_header_ncurses_curses_h=no
  3158. ac_cv_header_ncurses_h=yes
  3159. ac_cv_header_ncurses_ncurses_h=no
  3160. ac_cv_header_ncursesw_curses_h=no
  3161. ac_cv_header_stdc=yes
  3162. ac_cv_header_stdint_h=yes
  3163. ac_cv_header_stdlib_h=yes
  3164. ac_cv_header_string_h=yes
  3165. ac_cv_header_strings_h=yes
  3166. ac_cv_header_sys_stat_h=yes
  3167. ac_cv_header_sys_types_h=yes
  3168. ac_cv_header_unistd_h=yes
  3169. ac_cv_host=x86_64-unknown-linux-gnu
  3170. ac_cv_lib_lex=-lfl
  3171. ac_cv_objext=o
  3172. ac_cv_path_EGREP='/bin/grep -E'
  3173. ac_cv_path_FGREP='/bin/grep -F'
  3174. ac_cv_path_GREP=/bin/grep
  3175. ac_cv_path_SED=/bin/sed
  3176. ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
  3177. ac_cv_path_install='/usr/bin/install -c'
  3178. ac_cv_path_mkdir=/bin/mkdir
  3179. ac_cv_prog_AWK=mawk
  3180. ac_cv_prog_CPP='gcc -E'
  3181. ac_cv_prog_CXXCPP='g++ -E'
  3182. ac_cv_prog_GPERF=gperf
  3183. ac_cv_prog_LEX=flex
  3184. ac_cv_prog_YACC='bison -y'
  3185. ac_cv_prog_ac_ct_AR=ar
  3186. ac_cv_prog_ac_ct_CC=gcc
  3187. ac_cv_prog_ac_ct_CXX=g++
  3188. ac_cv_prog_ac_ct_MANIFEST_TOOL=mt
  3189. ac_cv_prog_ac_ct_OBJDUMP=objdump
  3190. ac_cv_prog_ac_ct_RANLIB=ranlib
  3191. ac_cv_prog_ac_ct_STRIP=strip
  3192. ac_cv_prog_cc_c89=
  3193. ac_cv_prog_cc_g=yes
  3194. ac_cv_prog_cc_gcc_c_o=yes
  3195. ac_cv_prog_cxx_g=yes
  3196. ac_cv_prog_lex_root=lex.yy
  3197. ac_cv_prog_lex_yytext_pointer=yes
  3198. ac_cv_prog_make_make_set=yes
  3199. ac_cv_search_gettext='none required'
  3200. ac_cv_search_initscr=-lncurses
  3201. ac_cv_search_menu_init=-lmenu
  3202. ac_cv_search_new_panel=-lpanel
  3203. ac_cv_search_setupterm='none required'
  3204. am_cv_CC_dependencies_compiler_type=gcc3
  3205. am_cv_CXX_dependencies_compiler_type=gcc3
  3206. am_cv_ar_interface=ar
  3207. am_cv_make_support_nested_variables=yes
  3208. lt_cv_ar_at_file=@
  3209. lt_cv_archive_cmds_need_lc=no
  3210. lt_cv_deplibs_check_method=pass_all
  3211. lt_cv_file_magic_cmd='$MAGIC_CMD'
  3212. lt_cv_file_magic_test_file=
  3213. lt_cv_ld_reload_flag=-r
  3214. lt_cv_nm_interface='BSD nm'
  3215. lt_cv_objdir=.libs
  3216. lt_cv_path_LD=/usr/bin/ld
  3217. lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
  3218. lt_cv_path_NM='/usr/bin/nm -B'
  3219. lt_cv_path_mainfest_tool=no
  3220. lt_cv_prog_compiler_c_o=yes
  3221. lt_cv_prog_compiler_c_o_CXX=yes
  3222. lt_cv_prog_compiler_pic='-fPIC -DPIC'
  3223. lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
  3224. lt_cv_prog_compiler_pic_works=yes
  3225. lt_cv_prog_compiler_pic_works_CXX=yes
  3226. lt_cv_prog_compiler_rtti_exceptions=no
  3227. lt_cv_prog_compiler_static_works=yes
  3228. lt_cv_prog_compiler_static_works_CXX=yes
  3229. lt_cv_prog_gnu_ld=yes
  3230. lt_cv_prog_gnu_ldcxx=yes
  3231. lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
  3232. lt_cv_shlibpath_overrides_runpath=no
  3233. 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'\'''
  3234. lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/ {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/ {"\2", (void *) \&\2},/p'\'''
  3235. 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'\'''
  3236. lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'''
  3237. lt_cv_sys_max_cmd_len=1572864
  3238. lt_cv_to_host_file_cmd=func_convert_file_noop
  3239. lt_cv_to_tool_file_cmd=func_convert_file_noop
  3240.  
  3241. ## ----------------- ##
  3242. ## Output variables. ##
  3243. ## ----------------- ##
  3244.  
  3245. ACLOCAL='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/missing --run aclocal-1.11'
  3246. AMDEPBACKSLASH='\'
  3247. AMDEP_FALSE='#'
  3248. AMDEP_TRUE=''
  3249. AMTAR='$${TAR-tar}'
  3250. AM_BACKSLASH='\'
  3251. AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
  3252. AM_DEFAULT_VERBOSITY='0'
  3253. AM_LFLAGS='-L -P zconf'
  3254. AM_V='$(V)'
  3255. AM_YFLAGS='-t -l -p zconf'
  3256. AR='ar'
  3257. AUTOCONF='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoconf'
  3258. AUTOHEADER='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/missing --run autoheader'
  3259. AUTOMAKE='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/missing --run automake-1.11'
  3260. AWK='mawk'
  3261. CC='gcc'
  3262. CCDEPMODE='depmode=gcc3'
  3263. CFLAGS='-g -O2'
  3264. COND_conf_FALSE='#'
  3265. COND_conf_TRUE=''
  3266. COND_gconf_FALSE=''
  3267. COND_gconf_TRUE='#'
  3268. COND_images_FALSE=''
  3269. COND_images_TRUE='#'
  3270. COND_lxdialog_FALSE='#'
  3271. COND_lxdialog_TRUE=''
  3272. COND_mconf_FALSE='#'
  3273. COND_mconf_TRUE=''
  3274. COND_nconf_FALSE='#'
  3275. COND_nconf_TRUE=''
  3276. COND_qconf_FALSE=''
  3277. COND_qconf_TRUE='#'
  3278. COND_utils_FALSE='#'
  3279. COND_utils_TRUE=''
  3280. COND_utils_gettext_FALSE='#'
  3281. COND_utils_gettext_TRUE=''
  3282. CPP='gcc -E'
  3283. CPPFLAGS=''
  3284. CXX='g++'
  3285. CXXCPP='g++ -E'
  3286. CXXDEPMODE='depmode=gcc3'
  3287. CXXFLAGS='-g -O2'
  3288. CYGPATH_W='echo'
  3289. DEFS='-DHAVE_CONFIG_H'
  3290. DEPDIR='.deps'
  3291. DLLTOOL='false'
  3292. DSYMUTIL=''
  3293. DUMPBIN=''
  3294. ECHO_C=''
  3295. ECHO_N='-n'
  3296. ECHO_T=''
  3297. EGREP='/bin/grep -E'
  3298. EXEEXT=''
  3299. FGREP='/bin/grep -F'
  3300. GPERF='gperf'
  3301. GREP='/bin/grep'
  3302. INSTALL_DATA='${INSTALL} -m 644'
  3303. INSTALL_PROGRAM='${INSTALL}'
  3304. INSTALL_SCRIPT='${INSTALL}'
  3305. INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
  3306. KCONFIGPARSER_LIB_VERSION='3.12.0'
  3307. LD='/usr/bin/ld -m elf_x86_64'
  3308. LDFLAGS=''
  3309. LEX='flex'
  3310. LEXLIB='-lfl'
  3311. LEX_OUTPUT_ROOT='lex.yy'
  3312. LIBOBJS=''
  3313. LIBS=''
  3314. LIBTOOL='$(SHELL) $(top_builddir)/libtool'
  3315. LIPO=''
  3316. LN_S='ln -s'
  3317. LTLIBOBJS=''
  3318. MAKEINFO='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/missing --run makeinfo'
  3319. MANIFEST_TOOL=':'
  3320. MKDIR_P='/bin/mkdir -p'
  3321. MOC=''
  3322. NM='/usr/bin/nm -B'
  3323. NMEDIT=''
  3324. OBJDUMP='objdump'
  3325. OBJEXT='o'
  3326. OTOOL64=''
  3327. OTOOL=''
  3328. PACKAGE='kconfig-frontends'
  3329. PACKAGE_BUGREPORT='yann.morin.1998@free.fr'
  3330. PACKAGE_NAME='kconfig-frontends'
  3331. PACKAGE_STRING='kconfig-frontends 3.12.0.0'
  3332. PACKAGE_TARNAME='kconfig-frontends'
  3333. PACKAGE_URL=''
  3334. PACKAGE_VERSION='3.12.0.0'
  3335. PATH_SEPARATOR=':'
  3336. PKG_CONFIG='/usr/bin/pkg-config'
  3337. PKG_CONFIG_LIBDIR=''
  3338. PKG_CONFIG_PATH=''
  3339. RANLIB='ranlib'
  3340. SED='/bin/sed'
  3341. SET_MAKE=''
  3342. SHELL='/bin/bash'
  3343. SILENT_MAKEFLAGS='--no-print-directory -s'
  3344. STRIP='strip'
  3345. VERSION='3.12.0.0'
  3346. YACC='bison -y'
  3347. YACC_IN_PATH=''
  3348. YFLAGS=''
  3349. ac_ct_AR='ar'
  3350. ac_ct_CC='gcc'
  3351. ac_ct_CXX='g++'
  3352. ac_ct_DUMPBIN=''
  3353. am__EXEEXT_FALSE=''
  3354. am__EXEEXT_TRUE='#'
  3355. am__fastdepCC_FALSE='#'
  3356. am__fastdepCC_TRUE=''
  3357. am__fastdepCXX_FALSE='#'
  3358. am__fastdepCXX_TRUE=''
  3359. am__include='include'
  3360. am__isrc=''
  3361. am__leading_dot='.'
  3362. am__nodep='_no'
  3363. am__quote=''
  3364. am__tar='$${TAR-tar} chof - "$$tardir"'
  3365. am__untar='$${TAR-tar} xf -'
  3366. bindir='${exec_prefix}/bin'
  3367. build='x86_64-unknown-linux-gnu'
  3368. build_alias=''
  3369. build_cpu='x86_64'
  3370. build_os='linux-gnu'
  3371. build_vendor='unknown'
  3372. conf_EXTRA_LIBS=''
  3373. config_prefix='CONFIG_'
  3374. datadir='${datarootdir}'
  3375. datarootdir='${prefix}/share'
  3376. docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
  3377. dvidir='${docdir}'
  3378. enable_L10n='yes'
  3379. enable_conf='yes'
  3380. enable_frontends=''
  3381. enable_gconf='no'
  3382. enable_mconf='yes'
  3383. enable_nconf='yes'
  3384. enable_qconf='no'
  3385. enable_utils='yes'
  3386. exec_prefix='${prefix}'
  3387. gconf_EXTRA_LIBS=''
  3388. gtk_CFLAGS=''
  3389. gtk_LIBS=''
  3390. host='x86_64-unknown-linux-gnu'
  3391. host_alias=''
  3392. host_cpu='x86_64'
  3393. host_os='linux-gnu'
  3394. host_vendor='unknown'
  3395. htmldir='${docdir}'
  3396. includedir='${prefix}/include'
  3397. infodir='${datarootdir}/info'
  3398. install_sh='${SHELL} /home/alan/nuttxspace/tools/kconfig-frontends/scripts/.autostuff/scripts/install-sh'
  3399. intl_CPPFLAGS=''
  3400. intl_LIBS=''
  3401. kf_CFLAGS='-Wall '
  3402. libdir='${exec_prefix}/lib'
  3403. libexecdir='${exec_prefix}/libexec'
  3404. localedir='${datarootdir}/locale'
  3405. localstatedir='${prefix}/var'
  3406. mandir='${datarootdir}/man'
  3407. mconf_EXTRA_LIBS=''
  3408. mkdir_p='/bin/mkdir -p'
  3409. nconf_EXTRA_LIBS=''
  3410. ncurses_LIBS='-lncurses '
  3411. ncurses_mconf_CPPFLAGS='-DCURSES_LOC=\"ncurses.h\"'
  3412. ncurses_nconf_CPPFLAGS=''
  3413. ncurses_panel_menu_LIBS='-lmenu -lpanel '
  3414. oldincludedir='/usr/include'
  3415. pdfdir='${docdir}'
  3416. prefix='/usr/local'
  3417. program_transform_name='s&^&kconfig-&'
  3418. psdir='${docdir}'
  3419. qconf_EXTRA_LIBS=''
  3420. qt4_CFLAGS=''
  3421. qt4_LIBS=''
  3422. root_menu='Configuration'
  3423. runstatedir='${localstatedir}/run'
  3424. sbindir='${exec_prefix}/sbin'
  3425. sharedstatedir='${prefix}/com'
  3426. sysconfdir='${prefix}/etc'
  3427. target_alias=''
  3428. wall_CFLAGS='-Wall'
  3429. werror_CFLAGS=''
  3430.  
  3431. ## ----------- ##
  3432. ## confdefs.h. ##
  3433. ## ----------- ##
  3434.  
  3435. /* confdefs.h */
  3436. #define PACKAGE_NAME "kconfig-frontends"
  3437. #define PACKAGE_TARNAME "kconfig-frontends"
  3438. #define PACKAGE_VERSION "3.12.0.0"
  3439. #define PACKAGE_STRING "kconfig-frontends 3.12.0.0"
  3440. #define PACKAGE_BUGREPORT "yann.morin.1998@free.fr"
  3441. #define PACKAGE_URL ""
  3442. #define PACKAGE "kconfig-frontends"
  3443. #define VERSION "3.12.0.0"
  3444. #define STDC_HEADERS 1
  3445. #define HAVE_SYS_TYPES_H 1
  3446. #define HAVE_SYS_STAT_H 1
  3447. #define HAVE_STDLIB_H 1
  3448. #define HAVE_STRING_H 1
  3449. #define HAVE_MEMORY_H 1
  3450. #define HAVE_STRINGS_H 1
  3451. #define HAVE_INTTYPES_H 1
  3452. #define HAVE_STDINT_H 1
  3453. #define HAVE_UNISTD_H 1
  3454. #define HAVE_DLFCN_H 1
  3455. #define LT_OBJDIR ".libs/"
  3456. #define YYTEXT_POINTER 1
  3457. #define HAVE_LIBINTL_H 1
  3458. #define HAVE_NCURSES_H 1
  3459.  
  3460. configure: exit 0
  3461.  
  3462. ## ---------------------- ##
  3463. ## Running config.status. ##
  3464. ## ---------------------- ##
  3465.  
  3466. This file was extended by kconfig-frontends config.status 3.12.0.0, which was
  3467. generated by GNU Autoconf 2.69. Invocation command line was
  3468.  
  3469. CONFIG_FILES =
  3470. CONFIG_HEADERS =
  3471. CONFIG_LINKS =
  3472. CONFIG_COMMANDS =
  3473. $ ./config.status
  3474.  
  3475. on pc
  3476.  
  3477. config.status:1221: creating Makefile
  3478. config.status:1221: creating docs/Makefile
  3479. config.status:1221: creating libs/Makefile
  3480. config.status:1221: creating libs/images/Makefile
  3481. config.status:1221: creating libs/lxdialog/Makefile
  3482. config.status:1221: creating libs/parser/Makefile
  3483. config.status:1221: creating frontends/Makefile
  3484. config.status:1221: creating frontends/conf/Makefile
  3485. config.status:1221: creating frontends/mconf/Makefile
  3486. config.status:1221: creating frontends/nconf/Makefile
  3487. config.status:1221: creating frontends/gconf/Makefile
  3488. config.status:1221: creating frontends/qconf/Makefile
  3489. config.status:1221: creating utils/Makefile
  3490. config.status:1221: creating scripts/Makefile
  3491. config.status:1221: creating scripts/.autostuff/config.h
  3492. config.status:1402: scripts/.autostuff/config.h is unchanged
  3493. config.status:1450: executing depfiles commands
  3494. config.status:1450: executing libtool commands
Add Comment
Please, Sign In to add comment