Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2012
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.70 KB | None | 0 0
  1. ./bootstrap && ./configure && make
  2. configure.ac:52: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  3. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  4. ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
  5. ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
  6. config/acx_pthread.m4:4: ACX_PTHREAD is expanded from...
  7. config/gr_omnithread.m4:20: GR_OMNITHREAD is expanded from...
  8. configure.ac:52: the top level
  9. configure.ac:52: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  10. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  11. ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
  12. ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
  13. config/acx_pthread.m4:4: ACX_PTHREAD is expanded from...
  14. config/gr_omnithread.m4:20: GR_OMNITHREAD is expanded from...
  15. configure.ac:52: the top level
  16. configure.ac:52: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  17. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  18. ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
  19. ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
  20. config/acx_pthread.m4:4: ACX_PTHREAD is expanded from...
  21. config/gr_omnithread.m4:20: GR_OMNITHREAD is expanded from...
  22. configure.ac:52: the top level
  23. configure.ac:52: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
  24. ../../lib/autoconf/lang.m4:194: AC_LANG_CONFTEST is expanded from...
  25. ../../lib/autoconf/general.m4:2662: _AC_LINK_IFELSE is expanded from...
  26. ../../lib/autoconf/general.m4:2679: AC_LINK_IFELSE is expanded from...
  27. config/acx_pthread.m4:4: ACX_PTHREAD is expanded from...
  28. config/gr_omnithread.m4:20: GR_OMNITHREAD is expanded from...
  29. configure.ac:52: the top level
  30. configure.ac:27: installing `./install-sh'
  31. configure.ac:27: installing `./missing'
  32. doc/Makefile.am:77: `%'-style pattern rules are a GNU make extension
  33. doc/Makefile.am:80: `%'-style pattern rules are a GNU make extension
  34. src/lib/Makefile.am: installing `./depcomp'
  35. src/lib/Makefile.am:56: installing `./py-compile'
  36. checking build system type... x86_64-unknown-linux-gnu
  37. checking host system type... x86_64-unknown-linux-gnu
  38. checking target system type... x86_64-unknown-linux-gnu
  39. checking for a BSD-compatible install... /usr/bin/install -c
  40. checking whether build environment is sane... yes
  41. checking for a thread-safe mkdir -p... /bin/mkdir -p
  42. checking for gawk... no
  43. checking for mawk... mawk
  44. checking whether make sets $(MAKE)... yes
  45. checking libdir for lib64 suffix... no. Setting libdir to ${exec_prefix}/lib64
  46. checking for style of include used by make... GNU
  47. checking for g++... g++
  48. checking whether the C++ compiler works... yes
  49. checking for C++ compiler default output file name... a.out
  50. checking for suffix of executables...
  51. checking whether we are cross compiling... no
  52. checking for suffix of object files... o
  53. checking whether we are using the GNU C++ compiler... yes
  54. checking whether g++ accepts -g... yes
  55. checking dependency style of g++... gcc3
  56. checking how to run the C++ preprocessor... g++ -E
  57. checking whether C++ has bool... yes
  58. checking whether C++ has buggy scoping in for-loops... yes
  59. checking whether user wants assertions... yes
  60. checking whether C++ has std::isnan... no
  61. checking whether user wants warnings... yes
  62. checking whether g++ accepts -Wall... yes
  63. checking whether g++ accepts -Woverloaded-virtual... yes
  64. checking whether user wants gprof... no
  65. checking whether user wants prof... no
  66. checking for gcc... gcc
  67. checking whether we are using the GNU C compiler... yes
  68. checking whether gcc accepts -g... yes
  69. checking for gcc option to accept ISO C89... none needed
  70. checking dependency style of gcc... gcc3
  71. checking whether ln -s works... yes
  72. checking whether make sets $(MAKE)... (cached) yes
  73. checking how to print strings... printf
  74. checking for a sed that does not truncate output... /bin/sed
  75. checking for grep that handles long lines and -e... /bin/grep
  76. checking for egrep... /bin/grep -E
  77. checking for fgrep... /bin/grep -F
  78. checking for ld used by gcc... /usr/bin/ld
  79. checking if the linker (/usr/bin/ld) is GNU ld... yes
  80. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  81. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  82. checking the maximum length of command line arguments... 1572864
  83. checking whether the shell understands some XSI constructs... yes
  84. checking whether the shell understands "+="... yes
  85. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  86. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  87. checking for /usr/bin/ld option to reload object files... -r
  88. checking for objdump... objdump
  89. checking how to recognize dependent libraries... pass_all
  90. checking for dlltool... dlltool
  91. checking how to associate runtime and link libraries... printf %s\n
  92. checking for ar... ar
  93. checking for archiver @FILE support... @
  94. checking for strip... strip
  95. checking for ranlib... ranlib
  96. checking command to parse /usr/bin/nm -B output from gcc object... ok
  97. checking for sysroot... no
  98. checking for mt... mt
  99. checking if mt is a manifest tool... no
  100. checking how to run the C preprocessor... gcc -E
  101. checking for ANSI C header files... yes
  102. checking for sys/types.h... yes
  103. checking for sys/stat.h... yes
  104. checking for stdlib.h... yes
  105. checking for string.h... yes
  106. checking for memory.h... yes
  107. checking for strings.h... yes
  108. checking for inttypes.h... yes
  109. checking for stdint.h... yes
  110. checking for unistd.h... yes
  111. checking for dlfcn.h... yes
  112. checking for objdir... .libs
  113. checking if gcc supports -fno-rtti -fno-exceptions... no
  114. checking for gcc option to produce PIC... -fPIC -DPIC
  115. checking if gcc PIC flag -fPIC -DPIC works... yes
  116. checking if gcc static flag -static works... yes
  117. checking if gcc supports -c -o file.o... yes
  118. checking if gcc supports -c -o file.o... (cached) yes
  119. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  120. checking whether -lc should be explicitly linked in... no
  121. checking dynamic linker characteristics... GNU/Linux ld.so
  122. checking how to hardcode library paths into programs... immediate
  123. checking whether stripping libraries is possible... yes
  124. checking if libtool supports shared libraries... yes
  125. checking whether to build shared libraries... yes
  126. checking whether to build static libraries... no
  127. checking how to run the C++ preprocessor... g++ -E
  128. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  129. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  130. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  131. checking for g++ option to produce PIC... -fPIC -DPIC
  132. checking if g++ PIC flag -fPIC -DPIC works... yes
  133. checking if g++ static flag -static works... yes
  134. checking if g++ supports -c -o file.o... yes
  135. checking if g++ supports -c -o file.o... (cached) yes
  136. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  137. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  138. checking how to hardcode library paths into programs... immediate
  139. checking for python... /usr/bin/python
  140. checking for python version... 2.7
  141. checking for python platform... linux2
  142. checking for python script directory... ${prefix}/lib/python2.7/dist-packages
  143. checking for python extension module directory... ${exec_prefix}/lib/python2.7/dist-packages
  144. checking for Python include path... /usr/include/python2.7
  145. checking Python.h usability... yes
  146. checking Python.h presence... yes
  147. checking for Python.h... yes
  148. checking for swig... /usr/bin/swig
  149. checking for SWIG version... 1.3.40
  150. checking for the pthreads library -lpthreads... no
  151. checking whether pthreads work without any flags... no
  152. checking whether pthreads work with -Kthread... no
  153. checking whether pthreads work with -kthread... no
  154. checking for the pthreads library -llthread... no
  155. checking whether pthreads work with -pthread... yes
  156. checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
  157. checking if more special flags are required for pthreads... no
  158. checking for cc_r... gcc
  159. checking for library containing clock_gettime... -lrt
  160. checking for clock_gettime... yes
  161. checking for gettimeofday... yes
  162. checking for nanosleep... yes
  163. checking for ANSI C header files... (cached) yes
  164. checking for sys/wait.h that is POSIX.1 compatible... yes
  165. checking fcntl.h usability... yes
  166. checking fcntl.h presence... yes
  167. checking for fcntl.h... yes
  168. checking limits.h usability... yes
  169. checking limits.h presence... yes
  170. checking for limits.h... yes
  171. checking for strings.h... (cached) yes
  172. checking sys/ioctl.h usability... yes
  173. checking sys/ioctl.h presence... yes
  174. checking for sys/ioctl.h... yes
  175. checking sys/time.h usability... yes
  176. checking sys/time.h presence... yes
  177. checking for sys/time.h... yes
  178. checking for unistd.h... (cached) yes
  179. checking sys/mman.h usability... yes
  180. checking sys/mman.h presence... yes
  181. checking for sys/mman.h... yes
  182. checking for an ANSI C-conforming const... yes
  183. checking for inline... inline
  184. checking for size_t... yes
  185. checking whether time.h and sys/time.h may both be included... yes
  186. checking for dummy... no
  187. checking for cc_r... no
  188. checking for sys/types.h... (cached) yes
  189. checking for fcntl.h... (cached) yes
  190. checking io.h usability... no
  191. checking io.h presence... no
  192. checking for io.h... no
  193. checking windows.h usability... no
  194. checking windows.h presence... no
  195. checking for windows.h... no
  196. checking for winioctl.h... no
  197. checking for winbase.h... no
  198. checking for getopt... yes
  199. checking for usleep... yes
  200. checking for gettimeofday... (cached) yes
  201. checking for nanosleep... (cached) yes
  202. checking for rand... yes
  203. checking for srand... yes
  204. checking for random... yes
  205. checking for srandom... yes
  206. checking for sleep... yes
  207. checking for sigaction... yes
  208. checking for struct timezone... yes
  209. checking for struct timespec... yes
  210. checking for ssize_t... yes
  211. checking for getopt... (cached) yes
  212. checking for usleep... (cached) yes
  213. checking for gettimeofday... (cached) yes
  214. checking for Sleep... no
  215. checking whether mkdir accepts only one arg... no
  216. checking for pkg-config... /usr/bin/pkg-config
  217. checking for gnuradio-core >= 2... yes
  218. checking GNURADIO_CORE_CFLAGS... -I/usr/local/include/gnuradio -I/usr/local/include
  219. checking GNURADIO_CORE_LIBS... -L/usr/local/lib -lgnuradio-core -lgruel -lfftw3f -lgsl -lgslcblas -lm
  220. checking GNURADIO_CORE_INCLUDEDIR... /usr/local/include/gnuradio
  221. gr_boost_include_dir =
  222. checking boost/shared_ptr.hpp usability... yes
  223. checking boost/shared_ptr.hpp presence... yes
  224. checking for boost/shared_ptr.hpp... yes
  225. configure: creating ./config.status
  226. config.status: creating Makefile
  227. config.status: creating config/Makefile
  228. config.status: creating doc/Makefile
  229. config.status: creating src/Makefile
  230. config.status: creating src/lib/Makefile
  231. config.status: creating src/python/Makefile
  232. config.status: creating src/python/run_tests
  233. config.status: creating config.h
  234. config.status: executing depfiles commands
  235. config.status: executing libtool commands
  236. config.status: executing run_tests commands
  237. make all-recursive
  238. make[1]: Entering directory `/home/jblum/download/ucla_zigbee_phy'
  239. Making all in config
  240. make[2]: Entering directory `/home/jblum/download/ucla_zigbee_phy/config'
  241. make[2]: Nothing to be done for `all'.
  242. make[2]: Leaving directory `/home/jblum/download/ucla_zigbee_phy/config'
  243. Making all in src
  244. make[2]: Entering directory `/home/jblum/download/ucla_zigbee_phy/src'
  245. Making all in lib
  246. make[3]: Entering directory `/home/jblum/download/ucla_zigbee_phy/src/lib'
  247. /usr/bin/swig -c++ -fvirtual -python -modern -I/usr/include/python2.7 -I/usr/local/include/gnuradio/swig -I/usr/local/include/gnuradio -module ucla -o ucla.cc ucla.i
  248. make all-am
  249. make[4]: Entering directory `/home/jblum/download/ucla_zigbee_phy/src/lib'
  250. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -g -O2 -Wall -Woverloaded-virtual -pthread -MT ucla.lo -MD -MP -MF .deps/ucla.Tpo -c -o ucla.lo ucla.cc
  251. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -g -O2 -Wall -Woverloaded-virtual -pthread -MT ucla.lo -MD -MP -MF .deps/ucla.Tpo -c ucla.cc -fPIC -DPIC -o .libs/ucla.o
  252. mv -f .deps/ucla.Tpo .deps/ucla.Plo
  253. /bin/bash ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -g -O2 -Wall -Woverloaded-virtual -pthread -MT ucla_cc1k_correlator_cb.lo -MD -MP -MF .deps/ucla_cc1k_correlator_cb.Tpo -c -o ucla_cc1k_correlator_cb.lo ucla_cc1k_correlator_cb.cc
  254. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I../.. -I/usr/local/include/gnuradio -I/usr/local/include -I/usr/include/python2.7 -g -O2 -Wall -Woverloaded-virtual -pthread -MT ucla_cc1k_correlator_cb.lo -MD -MP -MF .deps/ucla_cc1k_correlator_cb.Tpo -c ucla_cc1k_correlator_cb.cc -fPIC -DPIC -o .libs/ucla_cc1k_correlator_cb.o
  255. ucla_cc1k_correlator_cb.cc: In member function 'void ucla_cc1k_correlator_cb::enter_looking()':
  256. ucla_cc1k_correlator_cb.cc:119:11: error: 'stdout' was not declared in this scope
  257. ucla_cc1k_correlator_cb.cc:119:17: error: 'fflush' was not declared in this scope
  258. ucla_cc1k_correlator_cb.cc: In member function 'void ucla_cc1k_correlator_cb::enter_under_threshold()':
  259. ucla_cc1k_correlator_cb.cc:138:11: error: 'stdout' was not declared in this scope
  260. ucla_cc1k_correlator_cb.cc:138:17: error: 'fflush' was not declared in this scope
  261. ucla_cc1k_correlator_cb.cc: In member function 'void ucla_cc1k_correlator_cb::enter_locked()':
  262. ucla_cc1k_correlator_cb.cc:154:11: error: 'stdout' was not declared in this scope
  263. ucla_cc1k_correlator_cb.cc:154:17: error: 'fflush' was not declared in this scope
  264. ucla_cc1k_correlator_cb.cc: In member function 'virtual int ucla_cc1k_correlator_cb::general_work(int, gr_vector_int&, gr_vector_const_void_star&, gr_vector_void_star&)':
  265. ucla_cc1k_correlator_cb.cc:253:32: error: 'printf' was not declared in this scope
  266. ucla_cc1k_correlator_cb.cc:252:8: warning: unused variable 'errors' [-Wunused-variable]
  267. ucla_cc1k_correlator_cb.cc:272:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  268. make[4]: *** [ucla_cc1k_correlator_cb.lo] Error 1
  269. make[4]: Leaving directory `/home/jblum/download/ucla_zigbee_phy/src/lib'
  270. make[3]: *** [all] Error 2
  271. make[3]: Leaving directory `/home/jblum/download/ucla_zigbee_phy/src/lib'
  272. make[2]: *** [all-recursive] Error 1
  273. make[2]: Leaving directory `/home/jblum/download/ucla_zigbee_phy/src'
  274. make[1]: *** [all-recursive] Error 1
  275. make[1]: Leaving directory `/home/jblum/download/ucla_zigbee_phy'
  276. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement