Advertisement
Guest User

Untitled

a guest
Sep 25th, 2010
185
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 13.71 KB | None | 0 0
  1. Running autoconf ...
  2. Running ./configure --enable-maintainer-mode ...
  3. checking for a BSD-compatible install... /bin/install -c
  4. checking whether build environment is sane... yes
  5. checking for a thread-safe mkdir -p... /bin/mkdir -p
  6. checking for gawk... gawk
  7. checking whether make sets $(MAKE)... yes
  8. ./configure: line 2837: TV: command not found
  9. checking whether to enable maintainer-specific portions of Makefiles... yes
  10. checking for style of include used by make... GNU
  11. checking for gcc... gcc
  12. checking whether the C compiler works... yes
  13. checking for C compiler default output file name... a.out
  14. checking for suffix of executables...
  15. checking whether we are cross compiling... no
  16. checking for suffix of object files... o
  17. checking whether we are using the GNU C compiler... yes
  18. checking whether gcc accepts -g... yes
  19. checking for gcc option to accept ISO C89... none needed
  20. checking dependency style of gcc... gcc3
  21. checking for library containing strerror... none required
  22. checking for g++... g++
  23. checking whether we are using the GNU C++ compiler... yes
  24. checking whether g++ accepts -g... yes
  25. checking dependency style of g++... gcc3
  26. checking for gcc... (cached) gcc
  27. checking whether we are using the GNU C compiler... (cached) yes
  28. checking whether gcc accepts -g... (cached) yes
  29. checking for gcc option to accept ISO C89... (cached) none needed
  30. checking dependency style of gcc... (cached) gcc3
  31. checking how to run the C preprocessor... gcc -E
  32. checking for grep that handles long lines and -e... /bin/grep
  33. checking for egrep... /bin/grep -E
  34. checking for ANSI C header files... yes
  35. checking for sys/types.h... yes
  36. checking for sys/stat.h... yes
  37. checking for stdlib.h... yes
  38. checking for string.h... yes
  39. checking for memory.h... yes
  40. checking for strings.h... yes
  41. checking for inttypes.h... yes
  42. checking for stdint.h... yes
  43. checking for unistd.h... yes
  44. checking locale.h usability... yes
  45. checking locale.h presence... yes
  46. checking for locale.h... yes
  47. checking for LC_MESSAGES... yes
  48. checking libintl.h usability... yes
  49. checking libintl.h presence... yes
  50. checking for libintl.h... yes
  51. checking for ngettext in libc... yes
  52. checking for dgettext in libc... yes
  53. checking for bind_textdomain_codeset... yes
  54. checking for msgfmt... /usr/bin/msgfmt
  55. checking for dcgettext... yes
  56. checking if msgfmt accepts -c... yes
  57. checking for gmsgfmt... /usr/bin/msgfmt
  58. checking for xgettext... /usr/bin/xgettext
  59. checking whether NLS is requested... yes
  60. checking for intltool >= 0.35.0... 0.41.1 found
  61. checking for intltool-update... /usr/bin/intltool-update
  62. checking for intltool-merge... /usr/bin/intltool-merge
  63. checking for intltool-extract... /usr/bin/intltool-extract
  64. checking for xgettext... (cached) /usr/bin/xgettext
  65. checking for msgmerge... /usr/bin/msgmerge
  66. checking for msgfmt... (cached) /usr/bin/msgfmt
  67. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  68. checking for perl... /usr/bin/perl
  69. checking for perl >= 5.8.1... 5.12.1
  70. checking for XML::Parser... ok
  71. checking build system type... x86_64-unknown-linux-gnu
  72. checking host system type... x86_64-unknown-linux-gnu
  73. checking how to print strings... printf
  74. checking for a sed that does not truncate output... /bin/sed
  75. checking for fgrep... /bin/grep -F
  76. checking for ld used by gcc... /usr/bin/ld
  77. checking if the linker (/usr/bin/ld) is GNU ld... yes
  78. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  79. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  80. checking whether ln -s works... yes
  81. checking the maximum length of command line arguments... 1572864
  82. checking whether the shell understands some XSI constructs... yes
  83. checking whether the shell understands "+="... yes
  84. checking for /usr/bin/ld option to reload object files... -r
  85. checking for objdump... objdump
  86. checking how to recognize dependent libraries... pass_all
  87. checking for ar... ar
  88. checking for strip... strip
  89. checking for ranlib... ranlib
  90. checking command to parse /usr/bin/nm -B output from gcc object... ok
  91. checking for dlfcn.h... yes
  92. checking for objdir... .libs
  93. checking if gcc supports -fno-rtti -fno-exceptions... no
  94. checking for gcc option to produce PIC... -fPIC -DPIC
  95. checking if gcc PIC flag -fPIC -DPIC works... yes
  96. checking if gcc static flag -static works... yes
  97. checking if gcc supports -c -o file.o... yes
  98. checking if gcc supports -c -o file.o... (cached) yes
  99. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  100. checking whether -lc should be explicitly linked in... no
  101. checking dynamic linker characteristics... GNU/Linux ld.so
  102. checking how to hardcode library paths into programs... immediate
  103. checking whether stripping libraries is possible... yes
  104. checking if libtool supports shared libraries... yes
  105. checking whether to build shared libraries... yes
  106. checking whether to build static libraries... yes
  107. checking how to run the C++ preprocessor... g++ -E
  108. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  109. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  110. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  111. checking for g++ option to produce PIC... -fPIC -DPIC
  112. checking if g++ PIC flag -fPIC -DPIC works... yes
  113. checking if g++ static flag -static works... yes
  114. checking if g++ supports -c -o file.o... yes
  115. checking if g++ supports -c -o file.o... (cached) yes
  116. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  117. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  118. checking how to hardcode library paths into programs... immediate
  119. checking for pkg-config... /usr/bin/pkg-config
  120. checking pkg-config is at least version 0.9.0... yes
  121. checking for ME_TV... yes
  122. configure: creating ./config.status
  123. config.status: creating Makefile
  124. config.status: creating src/Makefile
  125. config.status: creating po/Makefile.in
  126. config.status: creating config.h
  127. config.status: config.h is unchanged
  128. config.status: executing depfiles commands
  129. config.status: executing default-1 commands
  130. config.status: executing libtool commands
  131. config.status: executing po/stamp-it commands
  132. Now type `make' to compile.
  133. checking for a BSD-compatible install... /bin/install -c
  134. checking whether build environment is sane... yes
  135. checking for a thread-safe mkdir -p... /bin/mkdir -p
  136. checking for gawk... gawk
  137. checking whether make sets $(MAKE)... yes
  138. ./configure: line 2837: TV: command not found
  139. checking whether to enable maintainer-specific portions of Makefiles... no
  140. checking for style of include used by make... GNU
  141. checking for gcc... gcc
  142. checking whether the C compiler works... yes
  143. checking for C compiler default output file name... a.out
  144. checking for suffix of executables...
  145. checking whether we are cross compiling... no
  146. checking for suffix of object files... o
  147. checking whether we are using the GNU C compiler... yes
  148. checking whether gcc accepts -g... yes
  149. checking for gcc option to accept ISO C89... none needed
  150. checking dependency style of gcc... gcc3
  151. checking for library containing strerror... none required
  152. checking for g++... g++
  153. checking whether we are using the GNU C++ compiler... yes
  154. checking whether g++ accepts -g... yes
  155. checking dependency style of g++... gcc3
  156. checking for gcc... (cached) gcc
  157. checking whether we are using the GNU C compiler... (cached) yes
  158. checking whether gcc accepts -g... (cached) yes
  159. checking for gcc option to accept ISO C89... (cached) none needed
  160. checking dependency style of gcc... (cached) gcc3
  161. checking how to run the C preprocessor... gcc -E
  162. checking for grep that handles long lines and -e... /bin/grep
  163. checking for egrep... /bin/grep -E
  164. checking for ANSI C header files... yes
  165. checking for sys/types.h... yes
  166. checking for sys/stat.h... yes
  167. checking for stdlib.h... yes
  168. checking for string.h... yes
  169. checking for memory.h... yes
  170. checking for strings.h... yes
  171. checking for inttypes.h... yes
  172. checking for stdint.h... yes
  173. checking for unistd.h... yes
  174. checking locale.h usability... yes
  175. checking locale.h presence... yes
  176. checking for locale.h... yes
  177. checking for LC_MESSAGES... yes
  178. checking libintl.h usability... yes
  179. checking libintl.h presence... yes
  180. checking for libintl.h... yes
  181. checking for ngettext in libc... yes
  182. checking for dgettext in libc... yes
  183. checking for bind_textdomain_codeset... yes
  184. checking for msgfmt... /usr/bin/msgfmt
  185. checking for dcgettext... yes
  186. checking if msgfmt accepts -c... yes
  187. checking for gmsgfmt... /usr/bin/msgfmt
  188. checking for xgettext... /usr/bin/xgettext
  189. checking whether NLS is requested... yes
  190. checking for intltool >= 0.35.0... 0.41.1 found
  191. checking for intltool-update... /usr/bin/intltool-update
  192. checking for intltool-merge... /usr/bin/intltool-merge
  193. checking for intltool-extract... /usr/bin/intltool-extract
  194. checking for xgettext... (cached) /usr/bin/xgettext
  195. checking for msgmerge... /usr/bin/msgmerge
  196. checking for msgfmt... (cached) /usr/bin/msgfmt
  197. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  198. checking for perl... /usr/bin/perl
  199. checking for perl >= 5.8.1... 5.12.1
  200. checking for XML::Parser... ok
  201. checking build system type... x86_64-unknown-linux-gnu
  202. checking host system type... x86_64-unknown-linux-gnu
  203. checking how to print strings... printf
  204. checking for a sed that does not truncate output... /bin/sed
  205. checking for fgrep... /bin/grep -F
  206. checking for ld used by gcc... /usr/bin/ld
  207. checking if the linker (/usr/bin/ld) is GNU ld... yes
  208. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  209. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  210. checking whether ln -s works... yes
  211. checking the maximum length of command line arguments... 1572864
  212. checking whether the shell understands some XSI constructs... yes
  213. checking whether the shell understands "+="... yes
  214. checking for /usr/bin/ld option to reload object files... -r
  215. checking for objdump... objdump
  216. checking how to recognize dependent libraries... pass_all
  217. checking for ar... ar
  218. checking for strip... strip
  219. checking for ranlib... ranlib
  220. checking command to parse /usr/bin/nm -B output from gcc object... ok
  221. checking for dlfcn.h... yes
  222. checking for objdir... .libs
  223. checking if gcc supports -fno-rtti -fno-exceptions... no
  224. checking for gcc option to produce PIC... -fPIC -DPIC
  225. checking if gcc PIC flag -fPIC -DPIC works... yes
  226. checking if gcc static flag -static works... yes
  227. checking if gcc supports -c -o file.o... yes
  228. checking if gcc supports -c -o file.o... (cached) yes
  229. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  230. checking whether -lc should be explicitly linked in... no
  231. checking dynamic linker characteristics... GNU/Linux ld.so
  232. checking how to hardcode library paths into programs... immediate
  233. checking whether stripping libraries is possible... yes
  234. checking if libtool supports shared libraries... yes
  235. checking whether to build shared libraries... yes
  236. checking whether to build static libraries... yes
  237. checking how to run the C++ preprocessor... g++ -E
  238. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  239. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  240. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  241. checking for g++ option to produce PIC... -fPIC -DPIC
  242. checking if g++ PIC flag -fPIC -DPIC works... yes
  243. checking if g++ static flag -static works... yes
  244. checking if g++ supports -c -o file.o... yes
  245. checking if g++ supports -c -o file.o... (cached) yes
  246. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  247. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  248. checking how to hardcode library paths into programs... immediate
  249. checking for pkg-config... /usr/bin/pkg-config
  250. checking pkg-config is at least version 0.9.0... yes
  251. checking for ME_TV... yes
  252. configure: creating ./config.status
  253. config.status: creating Makefile
  254. config.status: creating src/Makefile
  255. config.status: creating po/Makefile.in
  256. config.status: creating config.h
  257. config.status: config.h is unchanged
  258. config.status: executing depfiles commands
  259. config.status: executing default-1 commands
  260. config.status: executing libtool commands
  261. config.status: executing po/stamp-it commands
  262. make  all-recursive
  263. make[1]: Entering directory `/var/abs/local/me-tv2-bzr/src/development'
  264. Making all in src
  265. make[2]: Entering directory `/var/abs/local/me-tv2-bzr/src/development/src'
  266. g++ -DHAVE_CONFIG_H -I. -I..  -DPACKAGE_LOCALE_DIR=\""/usr/share/locale"\" -DPACKAGE_SRC_DIR=\""."\" -DPACKAGE_DATA_DIR=\""/usr/share"\" -pthread -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 -I/usr/lib/cairomm-1.0/include -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/unique-1.0 -I/usr/include/gstreamer-0.10 -I/usr/include/libxml2     -march=x86-64 -mtune=generic -O2 -pipe -D__KERNEL_STRICT_NAMES -MT main_window.o -MD -MP -MF .deps/main_window.Tpo -c -o main_window.o main_window.cc
  267. In file included from main_window.cc:27:0:
  268. vlc_engine.h:31:2: error: 'libvlc_exception_t' does not name a type
  269. make[2]: *** [main_window.o] Error 1
  270. make[2]: Leaving directory `/var/abs/local/me-tv2-bzr/src/development/src'
  271. make[1]: *** [all-recursive] Error 1
  272. make[1]: Leaving directory `/var/abs/local/me-tv2-bzr/src/development'
  273. make: *** [all] Error 2
  274.    Aborting...
  275. killajoe:/var/ab
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement