Advertisement
Guest User

Untitled

a guest
Jan 31st, 2016
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.36 KB | None | 0 0
  1. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/nigel/git/libconfig/aux-build/missing aclocal-1.14 -I m4
  2. cd . && /bin/bash /home/nigel/git/libconfig/aux-build/missing automake-1.14 --gnu
  3. CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/nigel/git/libconfig/aux-build/missing autoconf
  4. /bin/bash ./config.status --recheck
  5. running CONFIG_SHELL=/bin/bash /bin/bash ./configure --no-create --no-recursion
  6. checking build system type... x86_64-unknown-linux-gnu
  7. checking host system type... x86_64-unknown-linux-gnu
  8. checking target system type... x86_64-unknown-linux-gnu
  9. checking for a BSD-compatible install... /usr/bin/install -c
  10. checking whether build environment is sane... yes
  11. checking for a thread-safe mkdir -p... /bin/mkdir -p
  12. checking for gawk... gawk
  13. checking whether make sets $(MAKE)... yes
  14. checking whether make supports nested variables... yes
  15. checking whether make supports nested variables... (cached) yes
  16. configure: libconfig - made with pride in California
  17. checking for style of include used by make... GNU
  18. checking for gcc... gcc
  19. checking whether the C compiler works... yes
  20. checking for C compiler default output file name... a.out
  21. checking for suffix of executables...
  22. checking whether we are cross compiling... no
  23. checking for suffix of object files... o
  24. checking whether we are using the GNU C compiler... yes
  25. checking whether gcc accepts -g... yes
  26. checking for gcc option to accept ISO C89... none needed
  27. checking whether gcc understands -c and -o together... yes
  28. checking dependency style of gcc... gcc3
  29. checking how to run the C preprocessor... gcc -E
  30. checking for grep that handles long lines and -e... /bin/grep
  31. checking for egrep... /bin/grep -E
  32. checking for ANSI C header files... yes
  33. checking for sys/types.h... yes
  34. checking for sys/stat.h... yes
  35. checking for stdlib.h... yes
  36. checking for string.h... yes
  37. checking for memory.h... yes
  38. checking for strings.h... yes
  39. checking for inttypes.h... yes
  40. checking for stdint.h... yes
  41. checking for unistd.h... yes
  42. checking minix/config.h usability... no
  43. checking minix/config.h presence... no
  44. checking for minix/config.h... no
  45. checking whether it is safe to define __EXTENSIONS__... yes
  46. checking how to print strings... printf
  47. checking for a sed that does not truncate output... /bin/sed
  48. checking for fgrep... /bin/grep -F
  49. checking for ld used by gcc... /usr/bin/ld
  50. checking if the linker (/usr/bin/ld) is GNU ld... yes
  51. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  52. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  53. checking whether ln -s works... yes
  54. checking the maximum length of command line arguments... 3458764513820540925
  55. checking whether the shell understands some XSI constructs... yes
  56. checking whether the shell understands "+="... yes
  57. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  58. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  59. checking for /usr/bin/ld option to reload object files... -r
  60. checking for objdump... objdump
  61. checking how to recognize dependent libraries... pass_all
  62. checking for dlltool... no
  63. checking how to associate runtime and link libraries... printf %s\n
  64. checking for ar... ar
  65. checking for archiver @FILE support... @
  66. checking for strip... strip
  67. checking for ranlib... ranlib
  68. checking command to parse /usr/bin/nm -B output from gcc object... ok
  69. checking for sysroot... no
  70. checking for mt... mt
  71. checking if mt is a manifest tool... no
  72. checking for dlfcn.h... yes
  73. checking for objdir... .libs
  74. checking if gcc supports -fno-rtti -fno-exceptions... no
  75. checking for gcc option to produce PIC... -fPIC -DPIC
  76. checking if gcc PIC flag -fPIC -DPIC works... yes
  77. checking if gcc static flag -static works... yes
  78. checking if gcc supports -c -o file.o... yes
  79. checking if gcc supports -c -o file.o... (cached) yes
  80. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  81. checking whether -lc should be explicitly linked in... no
  82. checking dynamic linker characteristics... GNU/Linux ld.so
  83. checking how to hardcode library paths into programs... immediate
  84. checking whether stripping libraries is possible... yes
  85. checking if libtool supports shared libraries... yes
  86. checking whether to build shared libraries... yes
  87. checking whether to build static libraries... yes
  88. checking for gcc... (cached) gcc
  89. checking whether we are using the GNU C compiler... (cached) yes
  90. checking whether gcc accepts -g... (cached) yes
  91. checking for gcc option to accept ISO C89... (cached) none needed
  92. checking whether gcc understands -c and -o together... (cached) yes
  93. checking dependency style of gcc... (cached) gcc3
  94. checking for g++... g++
  95. checking whether we are using the GNU C++ compiler... yes
  96. checking whether g++ accepts -g... yes
  97. checking dependency style of g++... gcc3
  98. checking how to run the C++ preprocessor... g++ -E
  99. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  100. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  101. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  102. checking for g++ option to produce PIC... -fPIC -DPIC
  103. checking if g++ PIC flag -fPIC -DPIC works... yes
  104. checking if g++ static flag -static works... yes
  105. checking if g++ supports -c -o file.o... yes
  106. checking if g++ supports -c -o file.o... (cached) yes
  107. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  108. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  109. checking how to hardcode library paths into programs... immediate
  110. checking for flex... no
  111. checking for lex... no
  112. *******************************************************************
  113. You do not seem to have flex. While flex is not required to build
  114. libconfig, you may need it to regenerate the lexer if you change
  115. the scanner.l file.
  116. *******************************************************************
  117. checking for bison... no
  118. checking for byacc... no
  119. *******************************************************************
  120. You do not seem to have bison. While bison is not required to build
  121. libconfig, you may need it to regenerate the parser if you change
  122. the grammar.y file.
  123. *******************************************************************
  124. checking for compiler switch to enable full C/C++ warnings... -Wall -Wshadow -Wextra -Wdeclaration-after-statement -Wno-unused-parameter, -Wall -Wshadow -Wextra -Wno-unused-parameter
  125. checking for ANSI C header files... (cached) yes
  126. checking for unistd.h... (cached) yes
  127. checking for stdint.h... (cached) yes
  128. checking xlocale.h usability... yes
  129. checking xlocale.h presence... yes
  130. checking for xlocale.h... yes
  131. checking for an ANSI C-conforming const... yes
  132. checking for newlocale... yes
  133. checking for uselocale... yes
  134. checking for freelocale... yes
  135. checking that generated files are newer than configure... done
  136. configure: creating ./config.status
  137. /bin/bash ./config.status
  138. config.status: creating Makefile
  139. config.status: creating lib/Makefile
  140. config.status: creating lib/libconfig.pc
  141. config.status: creating lib/libconfig++.pc
  142. config.status: creating lib/libconfigConfig.cmake
  143. config.status: creating lib/libconfig++Config.cmake
  144. config.status: creating doc/Makefile
  145. config.status: creating examples/Makefile
  146. config.status: creating examples/c/Makefile
  147. config.status: creating examples/c++/Makefile
  148. config.status: creating tinytest/Makefile
  149. config.status: creating tests/Makefile
  150. config.status: creating libconfig.spec
  151. config.status: creating ac_config.h
  152. config.status: executing depfiles commands
  153. config.status: executing libtool commands
  154. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /home/nigel/git/libconfig/aux-build/missing autoheader)
  155. rm -f stamp-h1
  156. touch ac_config.h.in
  157. cd . && /bin/bash ./config.status ac_config.h
  158. config.status: creating ac_config.h
  159. config.status: ac_config.h is unchanged
  160. make all-recursive
  161. make[1]: Entering directory `/home/nigel/git/libconfig'
  162. Making all in lib
  163. make[2]: Entering directory `/home/nigel/git/libconfig/lib'
  164. make all-am
  165. make[3]: Entering directory `/home/nigel/git/libconfig/lib'
  166. CC libconfig_la-libconfig.lo
  167. CC libconfig_la-scanner.lo
  168. scanner.l: In function 'libconfig_yylex':
  169. scanner.l:137:53: warning: passing argument 3 of 'scanctx_push_include' from incompatible pointer type [enabled by default]
  170. char c[2] = { (char)(strtol(yytext + 2, NULL, 16) & 0xFF),
  171. ^
  172. In file included from scanner.l:46:0:
  173. scanctx.h:66:14: note: expected 'const char *' but argument is of type 'const char **'
  174. extern FILE *scanctx_push_include(struct scan_context *ctx, void *prev_buffer,
  175. ^
  176. scanner.l:137:53: error: too few arguments to function 'scanctx_push_include'
  177. char c[2] = { (char)(strtol(yytext + 2, NULL, 16) & 0xFF),
  178. ^
  179. In file included from scanner.l:46:0:
  180. scanctx.h:66:14: note: declared here
  181. extern FILE *scanctx_push_include(struct scan_context *ctx, void *prev_buffer,
  182. ^
  183. make[3]: *** [libconfig_la-scanner.lo] Error 1
  184. make[3]: Leaving directory `/home/nigel/git/libconfig/lib'
  185. make[2]: *** [all] Error 2
  186. make[2]: Leaving directory `/home/nigel/git/libconfig/lib'
  187. make[1]: *** [all-recursive] Error 1
  188. make[1]: Leaving directory `/home/nigel/git/libconfig'
  189. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement