Advertisement
teguh

kompile error r592

Nov 19th, 2011
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.69 KB | None | 0 0
  1. [root@PCLinuxOS_2011 gejengel-r592]# ./autogen.sh
  2. Running autoreconf...
  3. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  4. /usr/share/aclocal/intltool.m4:27: IT_PROG_INTLTOOL is expanded from...
  5. configure.ac:8: the top level
  6. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  7. aclocal.m4:458: IT_PROG_INTLTOOL is expanded from...
  8. configure.ac:8: the top level
  9. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  10. /usr/share/aclocal/intltool.m4:27: IT_PROG_INTLTOOL is expanded from...
  11. configure.ac:8: the top level
  12. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  13. aclocal.m4:458: IT_PROG_INTLTOOL is expanded from...
  14. configure.ac:8: the top level
  15. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  16. aclocal.m4:458: IT_PROG_INTLTOOL is expanded from...
  17. configure.ac:8: the top level
  18. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  19. aclocal.m4:458: IT_PROG_INTLTOOL is expanded from...
  20. configure.ac:8: the top level
  21. Running intltoolize...
  22. All done!
  23. [root@PCLinuxOS_2011 gejengel-r592]# ./configure
  24. checking for a BSD-compatible install... /usr/bin/install -c
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /bin/mkdir -p
  27. checking for gawk... gawk
  28. checking whether make sets $(MAKE)... yes
  29. ./configure: line 3193: AM_NLS: command not found
  30. checking for style of include used by make... GNU
  31. checking for gcc... gcc
  32. checking whether the C compiler works... yes
  33. checking for C compiler default output file name... a.out
  34. checking for suffix of executables...
  35. checking whether we are cross compiling... no
  36. checking for suffix of object files... o
  37. checking whether we are using the GNU C compiler... yes
  38. checking whether gcc accepts -g... yes
  39. checking for gcc option to accept ISO C89... none needed
  40. checking dependency style of gcc... gcc3
  41. checking for intltool >= 0.35.0... 0.41.1 found
  42. checking for intltool-update... /usr/bin/intltool-update
  43. checking for intltool-merge... /usr/bin/intltool-merge
  44. checking for intltool-extract... /usr/bin/intltool-extract
  45. checking for xgettext... /usr/bin/xgettext
  46. checking for msgmerge... /usr/bin/msgmerge
  47. checking for msgfmt... /usr/bin/msgfmt
  48. checking for gmsgfmt... /usr/bin/msgfmt
  49. checking for perl... /usr/bin/perl
  50. checking for perl >= 5.8.1... 5.10.1
  51. checking for XML::Parser... ok
  52. checking how to run the C preprocessor... gcc -E
  53. checking for grep that handles long lines and -e... /bin/grep
  54. checking for egrep... /bin/grep -E
  55. checking for ANSI C header files... yes
  56. checking for sys/types.h... yes
  57. checking for sys/stat.h... yes
  58. checking for stdlib.h... yes
  59. checking for string.h... yes
  60. checking for memory.h... yes
  61. checking for strings.h... yes
  62. checking for inttypes.h... yes
  63. checking for stdint.h... yes
  64. checking for unistd.h... yes
  65. checking locale.h usability... yes
  66. checking locale.h presence... yes
  67. checking for locale.h... yes
  68. checking for LC_MESSAGES... yes
  69. checking libintl.h usability... yes
  70. checking libintl.h presence... yes
  71. checking for libintl.h... yes
  72. checking for ngettext in libc... yes
  73. checking for dgettext in libc... yes
  74. checking for bind_textdomain_codeset... yes
  75. checking for msgfmt... (cached) /usr/bin/msgfmt
  76. checking for dcgettext... yes
  77. checking if msgfmt accepts -c... yes
  78. checking for gmsgfmt... (cached) /usr/bin/msgfmt
  79. checking for xgettext... (cached) /usr/bin/xgettext
  80. checking for catalogs to be installed... nl es
  81. checking for g++... g++
  82. checking whether we are using the GNU C++ compiler... yes
  83. checking whether g++ accepts -g... yes
  84. checking dependency style of g++... gcc3
  85. checking build system type... i686-pc-linux-gnu
  86. checking host system type... i686-pc-linux-gnu
  87. checking how to print strings... printf
  88. checking for a sed that does not truncate output... /bin/sed
  89. checking for fgrep... /bin/grep -F
  90. checking for ld used by gcc... /usr/bin/ld
  91. checking if the linker (/usr/bin/ld) is GNU ld... yes
  92. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  93. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  94. checking whether ln -s works... yes
  95. checking the maximum length of command line arguments... 1572864
  96. checking whether the shell understands some XSI constructs... yes
  97. checking whether the shell understands "+="... yes
  98. checking for /usr/bin/ld option to reload object files... -r
  99. checking for objdump... objdump
  100. checking how to recognize dependent libraries... pass_all
  101. checking for ar... ar
  102. checking for strip... strip
  103. checking for ranlib... ranlib
  104. checking command to parse /usr/bin/nm -B output from gcc object... ok
  105. checking for dlfcn.h... yes
  106. checking for objdir... .libs
  107. checking if gcc supports -fno-rtti -fno-exceptions... no
  108. checking for gcc option to produce PIC... -fPIC -DPIC
  109. checking if gcc PIC flag -fPIC -DPIC works... yes
  110. checking if gcc static flag -static works... no
  111. checking if gcc supports -c -o file.o... yes
  112. checking if gcc supports -c -o file.o... (cached) yes
  113. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  114. checking whether -lc should be explicitly linked in... no
  115. checking dynamic linker characteristics... GNU/Linux ld.so
  116. checking how to hardcode library paths into programs... immediate
  117. checking whether stripping libraries is possible... yes
  118. checking if libtool supports shared libraries... yes
  119. checking whether to build shared libraries... yes
  120. checking whether to build static libraries... yes
  121. checking how to run the C++ preprocessor... g++ -E
  122. checking for ld used by g++... /usr/bin/ld
  123. checking if the linker (/usr/bin/ld) is GNU ld... yes
  124. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  125. checking for g++ option to produce PIC... -fPIC -DPIC
  126. checking if g++ PIC flag -fPIC -DPIC works... yes
  127. checking if g++ static flag -static works... no
  128. checking if g++ supports -c -o file.o... yes
  129. checking if g++ supports -c -o file.o... (cached) yes
  130. checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
  131. checking dynamic linker characteristics... (cached) GNU/Linux ld.so
  132. checking how to hardcode library paths into programs... immediate
  133. checking for special C compiler options needed for large files... no
  134. checking for _FILE_OFFSET_BITS value needed for large files... 64
  135. checking for ANSI C header files... (cached) yes
  136. checking whether byte ordering is bigendian... no
  137. checking for pkg-config... /usr/bin/pkg-config
  138. checking pkg-config is at least version 0.9.0... yes
  139. checking for GTKMM... yes
  140. checking for GLIBMM... yes
  141. checking for PANGOMM... yes
  142. checking for SQLITE3... yes
  143. checking for TAGLIB... yes
  144. checking for IMAGEMAGICK... yes
  145. checking for XDGBASEDIR... yes
  146. checking for LIBUPNP... yes
  147. checking for LIBNOTIFY... yes
  148. checking for DBUS... yes
  149. checking for LASTFM... no
  150. checking for FLAC... yes
  151. checking for MAD... yes
  152. checking for FFMPEG... yes
  153. checking for ALSA... yes
  154. checking for OPENAL... yes
  155. checking for PULSE... yes
  156. configure: pkgconfig directory is ${libdir}/pkgconfig
  157. configure: creating ./config.status
  158. config.status: creating data/gejengel.desktop
  159. config.status: creating Makefile
  160. config.status: creating po/Makefile.in
  161. config.status: creating config.h
  162. config.status: executing depfiles commands
  163. config.status: executing default-1 commands
  164. config.status: executing libtool commands
  165. config.status: executing po/stamp-it commands
  166.  
  167. CONFIGURATION SUMMARY ----
  168.  
  169. Audio output support
  170. alsa : enabled
  171. openal : enabled
  172. pulseaudio : enabled
  173.  
  174. Audio decoder support
  175. flac : enabled
  176. mad : enabled
  177. FFmpeg : enabled
  178.  
  179. Plugin support
  180. dbus : enabled
  181. Last.fm : disabled
  182. Desktop notification : enabled
  183. UPnP support : enabled
  184.  
  185. Developer options
  186. unittests : disabled
  187. logging : disabled
  188. debug mode : disabled
  189. trace mode : disabled
  190. [root@PCLinuxOS_2011 gejengel-r592]# make
  191. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /os/data-2/Kompile/gejengel-r592/missing --run autoheader)
  192. configure.ac:8: warning: AM_NLS is m4_require'd but not m4_defun'd
  193. aclocal.m4:458: IT_PROG_INTLTOOL is expanded from...
  194. configure.ac:8: the top level
  195. rm -f stamp-h1
  196. touch config.h.in
  197. cd . && /bin/sh ./config.status config.h
  198. config.status: creating config.h
  199. config.status: config.h is unchanged
  200. make all-recursive
  201. make[1]: Entering directory `/os/data-2/Kompile/gejengel-r592'
  202. Making all in po
  203. make[2]: Entering directory `/os/data-2/Kompile/gejengel-r592/po'
  204. file=`echo nl | sed 's,.*/,,'`.gmo \
  205. && rm -f $file && /usr/bin/msgfmt -o $file nl.po
  206. file=`echo es | sed 's,.*/,,'`.gmo \
  207. && rm -f $file && /usr/bin/msgfmt -o $file es.po
  208. make[2]: Leaving directory `/os/data-2/Kompile/gejengel-r592/po'
  209. make[2]: Entering directory `/os/data-2/Kompile/gejengel-r592'
  210. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-audiodecoderfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-audiodecoderfactory.Tpo -c -o libaudiodecoder_la-audiodecoderfactory.lo `test -f 'src/AudioDecoder/audiodecoderfactory.cpp' || echo './'`src/AudioDecoder/audiodecoderfactory.cpp
  211. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-audiodecoderfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-audiodecoderfactory.Tpo -c src/AudioDecoder/audiodecoderfactory.cpp -fPIC -DPIC -o .libs/libaudiodecoder_la-audiodecoderfactory.o
  212. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-audiodecoderfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-audiodecoderfactory.Tpo -c src/AudioDecoder/audiodecoderfactory.cpp -o libaudiodecoder_la-audiodecoderfactory.o >/dev/null 2>&1
  213. mv -f .deps/libaudiodecoder_la-audiodecoderfactory.Tpo .deps/libaudiodecoder_la-audiodecoderfactory.Plo
  214. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-filereader.lo -MD -MP -MF .deps/libaudiodecoder_la-filereader.Tpo -c -o libaudiodecoder_la-filereader.lo `test -f 'src/AudioDecoder/filereader.cpp' || echo './'`src/AudioDecoder/filereader.cpp
  215. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-filereader.lo -MD -MP -MF .deps/libaudiodecoder_la-filereader.Tpo -c src/AudioDecoder/filereader.cpp -fPIC -DPIC -o .libs/libaudiodecoder_la-filereader.o
  216. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-filereader.lo -MD -MP -MF .deps/libaudiodecoder_la-filereader.Tpo -c src/AudioDecoder/filereader.cpp -o libaudiodecoder_la-filereader.o >/dev/null 2>&1
  217. mv -f .deps/libaudiodecoder_la-filereader.Tpo .deps/libaudiodecoder_la-filereader.Plo
  218. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-mpegutils.lo -MD -MP -MF .deps/libaudiodecoder_la-mpegutils.Tpo -c -o libaudiodecoder_la-mpegutils.lo `test -f 'src/AudioDecoder/mpegutils.cpp' || echo './'`src/AudioDecoder/mpegutils.cpp
  219. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-mpegutils.lo -MD -MP -MF .deps/libaudiodecoder_la-mpegutils.Tpo -c src/AudioDecoder/mpegutils.cpp -fPIC -DPIC -o .libs/libaudiodecoder_la-mpegutils.o
  220. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-mpegutils.lo -MD -MP -MF .deps/libaudiodecoder_la-mpegutils.Tpo -c src/AudioDecoder/mpegutils.cpp -o libaudiodecoder_la-mpegutils.o >/dev/null 2>&1
  221. mv -f .deps/libaudiodecoder_la-mpegutils.Tpo .deps/libaudiodecoder_la-mpegutils.Plo
  222. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-readerfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-readerfactory.Tpo -c -o libaudiodecoder_la-readerfactory.lo `test -f 'src/AudioDecoder/readerfactory.cpp' || echo './'`src/AudioDecoder/readerfactory.cpp
  223. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-readerfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-readerfactory.Tpo -c src/AudioDecoder/readerfactory.cpp -fPIC -DPIC -o .libs/libaudiodecoder_la-readerfactory.o
  224. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-readerfactory.lo -MD -MP -MF .deps/libaudiodecoder_la-readerfactory.Tpo -c src/AudioDecoder/readerfactory.cpp -o libaudiodecoder_la-readerfactory.o >/dev/null 2>&1
  225. mv -f .deps/libaudiodecoder_la-readerfactory.Tpo .deps/libaudiodecoder_la-readerfactory.Plo
  226. /bin/sh ./libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-ffmpegdecoder.lo -MD -MP -MF .deps/libaudiodecoder_la-ffmpegdecoder.Tpo -c -o libaudiodecoder_la-ffmpegdecoder.lo `test -f 'src/AudioDecoder/ffmpegdecoder.cpp' || echo './'`src/AudioDecoder/ffmpegdecoder.cpp
  227. libtool: compile: g++ -DHAVE_CONFIG_H -I. -I./src -DGEJENGEL_LOCALEDIR=\"/usr/local/share/locale\" -pthread -I/usr/include/upnp -D__STDC_CONSTANT_MACROS -D_REENTRANT -std=c++0x -MT libaudiodecoder_la-ffmpegdecoder.lo -MD -MP -MF .deps/libaudiodecoder_la-ffmpegdecoder.Tpo -c src/AudioDecoder/ffmpegdecoder.cpp -fPIC -DPIC -o .libs/libaudiodecoder_la-ffmpegdecoder.o
  228. src/AudioDecoder/ffmpegdecoder.cpp: In constructor 'Gejengel::FFmpegDecoder::FFmpegDecoder(const std::string&)':
  229. src/AudioDecoder/ffmpegdecoder.cpp:45:20: error: 'nullptr' was not declared in this scope
  230. src/AudioDecoder/ffmpegdecoder.cpp: In member function 'void Gejengel::FFmpegDecoder::destroy()':
  231. src/AudioDecoder/ffmpegdecoder.cpp:74:32: error: 'nullptr' was not declared in this scope
  232. src/AudioDecoder/ffmpegdecoder.cpp:80:28: error: 'nullptr' was not declared in this scope
  233. src/AudioDecoder/ffmpegdecoder.cpp: In member function 'void Gejengel::FFmpegDecoder::initialise()':
  234. src/AudioDecoder/ffmpegdecoder.cpp:93:9: warning: 'int av_open_input_file(AVFormatContext**, const char*, AVInputFormat*, int, AVFormatParameters*)' is deprecated (declared at /usr/include/libavformat/avformat.h:1170)
  235. src/AudioDecoder/ffmpegdecoder.cpp:93:67: error: 'nullptr' was not declared in this scope
  236. src/AudioDecoder/ffmpegdecoder.cpp: In member function 'void Gejengel::FFmpegDecoder::initializeAudio()':
  237. src/AudioDecoder/ffmpegdecoder.cpp:137:26: error: 'nullptr' was not declared in this scope
  238. src/AudioDecoder/ffmpegdecoder.cpp:159:28: error: 'nullptr' was not declared in this scope
  239. src/AudioDecoder/ffmpegdecoder.cpp: In member function 'void Gejengel::FFmpegDecoder::seek(int64_t)':
  240. src/AudioDecoder/ffmpegdecoder.cpp:216:32: error: 'nullptr' was not declared in this scope
  241. src/AudioDecoder/ffmpegdecoder.cpp: In member function 'virtual bool Gejengel::FFmpegDecoder::decodeAudioFrame(Gejengel::AudioFrame&)':
  242. src/AudioDecoder/ffmpegdecoder.cpp:237:36: warning: 'int avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3830)
  243. src/AudioDecoder/ffmpegdecoder.cpp:237:192: warning: 'int avcodec_decode_audio2(AVCodecContext*, int16_t*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3830)
  244. make[2]: *** [libaudiodecoder_la-ffmpegdecoder.lo] Error 1
  245. make[2]: Leaving directory `/os/data-2/Kompile/gejengel-r592'
  246. make[1]: *** [all-recursive] Error 1
  247. make[1]: Leaving directory `/os/data-2/Kompile/gejengel-r592'
  248. make: *** [all] Error 2
  249. [root@PCLinuxOS_2011 gejengel-r592]#
  250.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement