Advertisement
Guest User

Untitled

a guest
Nov 10th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 26.94 KB | None | 0 0
  1. checking for gawk... gawk
  2. checking whether ln -s works... yes
  3. checking for g++... g++
  4. checking whether the C++ compiler works... yes
  5. checking for C++ compiler default output file name... a.out
  6. checking for suffix of executables...
  7. checking whether we are cross compiling... no
  8. checking for suffix of object files... o
  9. checking whether we are using the GNU C++ compiler... yes
  10. checking whether g++ accepts -g... yes
  11. checking how to run the C++ preprocessor... g++ -E
  12. checking for a BSD-compatible install... /usr/bin/install -c
  13. checking for ranlib... ranlib
  14. checking for gcc... gcc
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc accepts -g... yes
  17. checking for gcc option to accept ISO C89... none needed
  18. checking whether gcc understands -c and -o together... yes
  19. checking how to run the C preprocessor... gcc -E
  20. configure: Using C++ compiler: g++.
  21. configure: Using C   compiler: gcc.
  22. checking build system type... x86_64-pc-linux-gnu
  23. checking host system type... x86_64-pc-linux-gnu
  24. checking target system type... x86_64-pc-linux-gnu
  25. checking whether build environment is sane... yes
  26. checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
  27. checking whether make sets $(MAKE)... yes
  28. checking for style of include used by make... GNU
  29. checking whether make supports nested variables... yes
  30. checking dependency style of gcc... gcc3
  31. checking dependency style of g++... gcc3
  32. checking for -pthread... yes
  33. checking for libsocket... no
  34. checking for libutil... yes
  35. checking for dirent.h that defines DIR... yes
  36. checking for library containing opendir... none required
  37. checking for grep that handles long lines and -e... /usr/bin/grep
  38. checking for egrep... /usr/bin/grep -E
  39. checking for ANSI C header files... yes
  40. checking for sys/wait.h that is POSIX.1 compatible... yes
  41. checking for sys/types.h... yes
  42. checking for sys/stat.h... yes
  43. checking for stdlib.h... yes
  44. checking for string.h... yes
  45. checking for memory.h... yes
  46. checking for strings.h... yes
  47. checking for inttypes.h... yes
  48. checking for stdint.h... yes
  49. checking for unistd.h... yes
  50. checking OS.h usability... no
  51. checking OS.h presence... no
  52. checking for OS.h... no
  53. checking arpa/inet.h usability... yes
  54. checking arpa/inet.h presence... yes
  55. checking for arpa/inet.h... yes
  56. checking fcntl.h usability... yes
  57. checking fcntl.h presence... yes
  58. checking for fcntl.h... yes
  59. checking fenv.h usability... yes
  60. checking fenv.h presence... yes
  61. checking for fenv.h... yes
  62. checking float.h usability... yes
  63. checking float.h presence... yes
  64. checking for float.h... yes
  65. checking for inttypes.h... (cached) yes
  66. checking limits.h usability... yes
  67. checking limits.h presence... yes
  68. checking for limits.h... yes
  69. checking malloc.h usability... yes
  70. checking malloc.h presence... yes
  71. checking for malloc.h... yes
  72. checking for memory.h... (cached) yes
  73. checking netdb.h usability... yes
  74. checking netdb.h presence... yes
  75. checking for netdb.h... yes
  76. checking netinet/in.h usability... yes
  77. checking netinet/in.h presence... yes
  78. checking for netinet/in.h... yes
  79. checking stddef.h usability... yes
  80. checking stddef.h presence... yes
  81. checking for stddef.h... yes
  82. checking for stdint.h... (cached) yes
  83. checking for stdlib.h... (cached) yes
  84. checking for string.h... (cached) yes
  85. checking sys/file.h usability... yes
  86. checking sys/file.h presence... yes
  87. checking for sys/file.h... yes
  88. checking sys/ioctl.h usability... yes
  89. checking sys/ioctl.h presence... yes
  90. checking for sys/ioctl.h... yes
  91. checking sys/param.h usability... yes
  92. checking sys/param.h presence... yes
  93. checking for sys/param.h... yes
  94. checking sys/socket.h usability... yes
  95. checking sys/socket.h presence... yes
  96. checking for sys/socket.h... yes
  97. checking sys/time.h usability... yes
  98. checking sys/time.h presence... yes
  99. checking for sys/time.h... yes
  100. checking for unistd.h... (cached) yes
  101. checking values.h usability... yes
  102. checking values.h presence... yes
  103. checking for values.h... yes
  104. checking wchar.h usability... yes
  105. checking wchar.h presence... yes
  106. checking for wchar.h... yes
  107. checking wctype.h usability... yes
  108. checking wctype.h presence... yes
  109. checking for wctype.h... yes
  110. checking linux/slab.h usability... no
  111. checking linux/slab.h presence... no
  112. checking for linux/slab.h... no
  113. checking linux/malloc.h usability... no
  114. checking linux/malloc.h presence... no
  115. checking for linux/malloc.h... no
  116. checking for vfscanf... yes
  117. checking for lstat... yes
  118. checking tr1/unordered_map usability... yes
  119. checking tr1/unordered_map presence... yes
  120. checking for tr1/unordered_map... yes
  121. checking for stdbool.h that conforms to C99... no
  122. checking for _Bool... no
  123. checking for an ANSI C-conforming const... yes
  124. checking for inline... inline
  125. checking for off_t... yes
  126. checking for pid_t... yes
  127. checking for C/C++ restrict keyword... __restrict
  128. checking for size_t... yes
  129. checking whether time.h and sys/time.h may both be included... yes
  130. checking whether struct tm is in sys/time.h or time.h... time.h
  131. checking for working volatile... yes
  132. checking for ptrdiff_t... yes
  133. checking whether closedir returns void... no
  134. checking for error_at_line... yes
  135. checking vfork.h usability... no
  136. checking vfork.h presence... no
  137. checking for vfork.h... no
  138. checking for fork... yes
  139. checking for vfork... yes
  140. checking for working fork... yes
  141. checking for working vfork... (cached) yes
  142. checking whether gcc needs -traditional... no
  143. checking whether lstat correctly handles trailing slash... yes
  144. checking whether lstat accepts an empty string... no
  145. checking whether lstat correctly handles trailing slash... (cached) yes
  146. checking for stdlib.h... (cached) yes
  147. checking for GNU libc compatible malloc... yes
  148. checking for working memcmp... yes
  149. checking for sys/time.h... (cached) yes
  150. checking for unistd.h... (cached) yes
  151. checking for stdlib.h... (cached) yes
  152. checking for sys/param.h... (cached) yes
  153. checking for alarm... yes
  154. checking for working mktime... yes
  155. checking for getpagesize... yes
  156. checking for working mmap... yes
  157. checking for stdlib.h... (cached) yes
  158. checking for GNU libc compatible realloc... yes
  159. checking sys/select.h usability... yes
  160. checking sys/select.h presence... yes
  161. checking for sys/select.h... yes
  162. checking for sys/socket.h... (cached) yes
  163. checking types of arguments for select... int,fd_set *,struct timeval *
  164. checking return type of signal handlers... void
  165. checking whether stat accepts an empty string... no
  166. checking for working strcoll... yes
  167. checking for working strtod... yes
  168. checking for vprintf... yes
  169. checking for _doprnt... no
  170. checking for atexit... yes
  171. checking for bzero... yes
  172. checking for fesetround... yes
  173. checking for floor... yes
  174. checking for getcwd... yes
  175. checking for gethostbyname... yes
  176. checking for gettimeofday... yes
  177. checking for inet_ntoa... yes
  178. checking for iswprint... yes
  179. checking for localtime_r... yes
  180. checking for mblen... yes
  181. checking for memchr... yes
  182. checking for memmove... yes
  183. checking for memset... yes
  184. checking for mkdir... yes
  185. checking for munmap... yes
  186. checking for pow... yes
  187. checking for putenv... yes
  188. checking for rint... yes
  189. checking for rmdir... yes
  190. checking for select... yes
  191. checking for setenv... yes
  192. checking for socket... yes
  193. checking for sqrt... yes
  194. checking for strcasecmp... yes
  195. checking for strchr... yes
  196. checking for strdup... yes
  197. checking for strerror... yes
  198. checking for strstr... yes
  199. checking for strtol... yes
  200. checking for strtoul... yes
  201. checking for finite... yes
  202. checking for _finite... no
  203. checking for isnan... yes
  204. checking for _isnan... no
  205. checking for MacOSX platform... no
  206. checking ieeefp.h usability... no
  207. checking ieeefp.h presence... no
  208. checking for ieeefp.h... no
  209. checking zlib.h usability... yes
  210. checking zlib.h presence... yes
  211. checking for zlib.h... yes
  212. Enabling user-specified flags: -O3 -g
  213. configure: Enabling dds cubmap support with -DNV_CUBE_MAP
  214. checking for Win32 platform... no
  215. checking for CygWin platform... no
  216. checking for Mingw32 platform... no
  217. checking for Linux platform... yes
  218. checking for FreeBSD platform... no
  219. checking for python... python Python 2.7.14
  220. /usr/lib/libpython2.7.so yes
  221. checking for --export-dynamic... no
  222. checking for -export-dynamic... yes
  223. checking for sdl-config... /usr/bin/sdl-config
  224. checking for SDL - version >= 1.0.1... yes
  225. checking for SDL_JoystickOpen... yes
  226. Using SDL Windowing System
  227. checking for GL library... yes
  228. checking for glXGetProcAddressARB... yes
  229. checking for GLU library... yes
  230. checking for GL/gl.h... yes
  231. checking for XmuGetHostname in -lXmu... yes
  232. checking for XListInputDevices in -lXi... yes
  233. checking for glut32 library... -lutil -L/usr/lib -lSDL -lpthread -lGL -lGLU -lXmu -lXi -lglut32
  234. no
  235. checking for glut library... -lutil -L/usr/lib -lSDL -lpthread -lGL -lGLU -lXmu -lXi -lglut
  236. yes
  237. checking GL/glut.h usability... yes
  238. checking GL/glut.h presence... yes
  239. checking for GL/glut.h... yes
  240. checking for expat library... yes
  241. checking expat.h usability... yes
  242. checking expat.h presence... yes
  243. checking for expat.h... yes
  244. checking for png library... yes
  245. checking png.h usability... yes
  246. checking png.h presence... yes
  247. checking for png.h... yes
  248. checking for jpeg library... yes
  249. checking jpeglib.h usability... yes
  250. checking jpeglib.h presence... yes
  251. checking for jpeglib.h... yes
  252. checking for openal library... yes
  253. checking for AL/al.h... yes
  254. checking for al.h... yes
  255. checking AL/alext.h usability... yes
  256. checking AL/alext.h presence... yes
  257. checking for AL/alext.h... yes
  258. Configuring with OpenAL support!
  259. checking for vorbis library... yes
  260. checking for vorbis header... yes
  261. found VORBIS header: Enabling ingame ogg support::  -DHAVE_SDL=1 -DSDL_WINDOWING=1      -DHAVE_AL=1   -DHAVE_OGG
  262. No Crypto++ support
  263. configure: Using System Boost
  264. configure: No Threading Model Used
  265. configure: Using std::list for basis of collision testing
  266. checking for pkg-config... /usr/bin/pkg-config
  267. checking pkg-config is at least version 0.9.0... yes
  268. checking for OGRE... yes
  269. HAVE_OGRE is:
  270. no_ogre is 0
  271. DID_CONDITIONAL
  272. checking for CEGUI... no
  273. checking for CEGUI_OPENGL... no
  274. checking for CEGUI_OGRE... no
  275. checking ffmpeg/avcodec.h usability... no
  276. checking ffmpeg/avcodec.h presence... no
  277. checking for ffmpeg/avcodec.h... no
  278. checking ffmpeg/avformat.h usability... no
  279. checking ffmpeg/avformat.h presence... no
  280. checking for ffmpeg/avformat.h... no
  281. checking ffmpeg/avio.h usability... no
  282. checking ffmpeg/avio.h presence... no
  283. checking for ffmpeg/avio.h... no
  284. checking libavcodec/avcodec.h usability... yes
  285. checking libavcodec/avcodec.h presence... yes
  286. checking for libavcodec/avcodec.h... yes
  287. checking libavformat/avformat.h usability... yes
  288. checking libavformat/avformat.h presence... yes
  289. checking for libavformat/avformat.h... yes
  290. checking libavformat/avio.h usability... yes
  291. checking libavformat/avio.h presence... yes
  292. checking for libavformat/avio.h... yes
  293. checking for libavcodec and libavformat... yes
  294. checking for optional libavutil... yes
  295. checking for libswscale... yes
  296. checking ffmpeg/swscale.h usability... no
  297. checking ffmpeg/swscale.h presence... no
  298. checking for ffmpeg/swscale.h... no
  299. checking libswscale/swscale.h usability... yes
  300. checking libswscale/swscale.h presence... yes
  301. checking for libswscale/swscale.h... yes
  302. checking for libdialog and libncurses... no
  303. configure: WARNING: GTK 2 was not found, 1.2 disabled.  VSSETUP will not build.
  304. configure: Compiling with CPPFLAGS: -I/usr/include -DBOOST_PYTHON_NO_PY_SIGNATURES  -D_FORTIFY_SOURCE=2   -DHAVE_SDL=1 -DSDL_WINDOWING=1      -DHAVE_AL=1   -DHAVE_OGG  -DNV_CUBE_MAP=1 -DDATA_DIR=\"../data\" -DHAVE_FFMPEG -D__STDC_CONSTANT_MACROS  -I/usr/include/python2.7 -DHAVE_PYTHON=1    -I$(top_srcdir)/src .
  305. configure: Compiling with CXXFLAGS: -march=x86-64 -mtune=generic  -pipe -fstack-protector-strong -pipe -DNV_CUBE_MAP -O3 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread.
  306. configure: Compiling with LIBS: -Wl,-O1,--sort-common,--as-needed,-z,relro   -lvorbisfile -lvorbis -logg   -L/usr/lib -lSDL -lpthread  -lGL  -lGLU -lXmu -lXi  -lglut  -lexpat  -lpng  -ljpeg  -lopenal  -lvorbisfile -lvorbis -logg  -lavcodec -lavformat -lavutil -lswscale -L/usr/lib -lpython2.7 -Xlinker -export-dynamic -pthread .
  307. checking that generated files are newer than configure... done
  308. configure: creating ./config.status
  309. config.status: creating Makefile
  310. config.status: creating src/Makefile
  311. config.status: creating config.h
  312. config.status: config.h is unchanged
  313. config.status: executing depfiles commands
  314. next
  315. ==> Starting make...
  316. run make
  317. make  all-am
  318. make[1]: Entering directory '/home/dcarr/temp/yaourt-tmp-dcarr/aur-vegastrike-svn/src/vegastrike'
  319. depbase=`echo src/gfx/vid_file.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
  320. g++ -DHAVE_CONFIG_H -I.   -I/usr/include -DBOOST_PYTHON_NO_PY_SIGNATURES  -D_FORTIFY_SOURCE=2   -DHAVE_SDL=1 -DSDL_WINDOWING=1      -DHAVE_AL=1   -DHAVE_OGG  -DNV_CUBE_MAP=1 -DDATA_DIR=\"../data\" -DHAVE_FFMPEG -D__STDC_CONSTANT_MACROS  -I/usr/include/python2.7 -DHAVE_PYTHON=1    -I./src   -march=x86-64 -mtune=generic  -pipe -fstack-protector-strong -pipe -DNV_CUBE_MAP -O3 -g -I/usr/include/SDL -D_GNU_SOURCE=1 -D_REENTRANT -pthread -MT src/gfx/vid_file.o -MD -MP -MF $depbase.Tpo -c -o src/gfx/vid_file.o src/gfx/vid_file.cpp &&\
  321. mv -f $depbase.Tpo $depbase.Po
  322. In file included from src/gfx/vid_file.cpp:5:0:
  323. src/gfx/vid_file.h:65:94: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  324.     void open( const std::string &path, size_t maxDimension = 65535, bool forcePOT = false ) throw (Exception);
  325.                                                                                              ^~~~~
  326. src/gfx/vid_file.h:73:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  327.     bool seek( float time ) throw (Exception);
  328.                             ^~~~~
  329. src/gfx/vid_file.cpp:88:37: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  330.     void nextFrame(bool skip=false) throw (VidFile::Exception)
  331.                                     ^~~~~
  332. src/gfx/vid_file.cpp:207:42: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  333.     void open( const std::string &path ) throw (VidFile::Exception)
  334.                                          ^~~~~
  335. src/gfx/vid_file.cpp: In member function ‘void VidFileImpl::nextFrame(bool)’:
  336. src/gfx/vid_file.cpp:101:33: warning: ‘int avcodec_decode_video2(AVCodecContext*, AVFrame*, int*, const AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  337.                         &packet );
  338.                                 ^
  339. In file included from ./src/ffmpeg_init.h:32:0,
  340.                 from src/gfx/vid_file.cpp:8:
  341. /usr/include/libavcodec/avcodec.h:4993:5: note: declared here
  342. int avcodec_decode_video2(AVCodecContext *avctx, AVFrame *picture,
  343.     ^~~~~~~~~~~~~~~~~~~~~
  344. src/gfx/vid_file.cpp:143:45: warning: ‘void av_free_packet(AVPacket*)’ is deprecated [-Wdeprecated-declarations]
  345.                     av_free_packet( &packet );
  346.                                             ^
  347. In file included from ./src/ffmpeg_init.h:32:0,
  348.                 from src/gfx/vid_file.cpp:8:
  349. /usr/include/libavcodec/avcodec.h:4650:6: note: declared here
  350. void av_free_packet(AVPacket *pkt);
  351.      ^~~~~~~~~~~~~~
  352. src/gfx/vid_file.cpp: In destructor ‘VidFileImpl::~VidFileImpl()’:
  353. src/gfx/vid_file.cpp:204:44: error: cannot convert ‘AVFormatContext*’ to ‘AVIOContext*’ for argument ‘1’ to ‘int av_probe_input_buffer(AVIOContext*, AVInputFormat**, const char*, void*, unsigned int, unsigned int)’
  354.         av_probe_input_buffer ( pFormatCtx );
  355.                                            ^
  356. src/gfx/vid_file.cpp: In member function ‘void VidFileImpl::open(const string&)’:
  357. src/gfx/vid_file.cpp:217:22: error: ‘av_find_stream_info’ was not declared in this scope
  358.             || ( 0 > av_find_stream_info( pFormatCtx ) ) ) throw VidFile::FileOpenException( errbase+" (wrong format or)" );
  359.                      ^~~~~~~~~~~~~~~~~~~
  360. src/gfx/vid_file.cpp:217:22: note: suggested alternative: ‘avformat_find_stream_info’
  361.             || ( 0 > av_find_stream_info( pFormatCtx ) ) ) throw VidFile::FileOpenException( errbase+" (wrong format or)" );
  362.                      ^~~~~~~~~~~~~~~~~~~
  363.                      avformat_find_stream_info
  364. src/gfx/vid_file.cpp:230:44: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  365.                 ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO) ? "Video"
  366.                                            ^~~~~
  367. In file included from ./src/ffmpeg_init.h:41:0,
  368.                 from src/gfx/vid_file.cpp:8:
  369. /usr/include/libavformat/avformat.h:893:21: note: declared here
  370.     AVCodecContext *codec;
  371.                     ^~~~~
  372. src/gfx/vid_file.cpp:230:44: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  373.                 ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO) ? "Video"
  374.                                            ^~~~~
  375. In file included from ./src/ffmpeg_init.h:41:0,
  376.                 from src/gfx/vid_file.cpp:8:
  377. /usr/include/libavformat/avformat.h:893:21: note: declared here
  378.     AVCodecContext *codec;
  379.                     ^~~~~
  380. src/gfx/vid_file.cpp:230:44: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  381.                 ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO) ? "Video"
  382.                                            ^~~~~
  383. In file included from ./src/ffmpeg_init.h:41:0,
  384.                 from src/gfx/vid_file.cpp:8:
  385. /usr/include/libavformat/avformat.h:893:21: note: declared here
  386.     AVCodecContext *codec;
  387.                     ^~~~~
  388. src/gfx/vid_file.cpp:231:50: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  389.                     : ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO) ? "Audio" : "unk" ) ),
  390.                                                  ^~~~~
  391. In file included from ./src/ffmpeg_init.h:41:0,
  392.                 from src/gfx/vid_file.cpp:8:
  393. /usr/include/libavformat/avformat.h:893:21: note: declared here
  394.     AVCodecContext *codec;
  395.                     ^~~~~
  396. src/gfx/vid_file.cpp:231:50: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  397.                     : ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO) ? "Audio" : "unk" ) ),
  398.                                                  ^~~~~
  399. In file included from ./src/ffmpeg_init.h:41:0,
  400.                 from src/gfx/vid_file.cpp:8:
  401. /usr/include/libavformat/avformat.h:893:21: note: declared here
  402.     AVCodecContext *codec;
  403.                     ^~~~~
  404. src/gfx/vid_file.cpp:231:50: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  405.                     : ( (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_AUDIO) ? "Audio" : "unk" ) ),
  406.                                                  ^~~~~
  407. In file included from ./src/ffmpeg_init.h:41:0,
  408.                 from src/gfx/vid_file.cpp:8:
  409. /usr/include/libavformat/avformat.h:893:21: note: declared here
  410.     AVCodecContext *codec;
  411.                     ^~~~~
  412. src/gfx/vid_file.cpp:232:41: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  413.                 pFormatCtx->streams[i]->codec->codec_type,
  414.                                         ^~~~~
  415. In file included from ./src/ffmpeg_init.h:41:0,
  416.                 from src/gfx/vid_file.cpp:8:
  417. /usr/include/libavformat/avformat.h:893:21: note: declared here
  418.     AVCodecContext *codec;
  419.                     ^~~~~
  420. src/gfx/vid_file.cpp:232:41: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  421.                 pFormatCtx->streams[i]->codec->codec_type,
  422.                                         ^~~~~
  423. In file included from ./src/ffmpeg_init.h:41:0,
  424.                 from src/gfx/vid_file.cpp:8:
  425. /usr/include/libavformat/avformat.h:893:21: note: declared here
  426.     AVCodecContext *codec;
  427.                     ^~~~~
  428. src/gfx/vid_file.cpp:232:41: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  429.                 pFormatCtx->streams[i]->codec->codec_type,
  430.                                         ^~~~~
  431. In file included from ./src/ffmpeg_init.h:41:0,
  432.                 from src/gfx/vid_file.cpp:8:
  433. /usr/include/libavformat/avformat.h:893:21: note: declared here
  434.     AVCodecContext *codec;
  435.                     ^~~~~
  436. src/gfx/vid_file.cpp:235:62: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  437.             if ((pCodecCtx == 0) && (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO))
  438.                                                              ^~~~~
  439. In file included from ./src/ffmpeg_init.h:41:0,
  440.                 from src/gfx/vid_file.cpp:8:
  441. /usr/include/libavformat/avformat.h:893:21: note: declared here
  442.     AVCodecContext *codec;
  443.                     ^~~~~
  444. src/gfx/vid_file.cpp:235:62: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  445.             if ((pCodecCtx == 0) && (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO))
  446.                                                              ^~~~~
  447. In file included from ./src/ffmpeg_init.h:41:0,
  448.                 from src/gfx/vid_file.cpp:8:
  449. /usr/include/libavformat/avformat.h:893:21: note: declared here
  450.     AVCodecContext *codec;
  451.                     ^~~~~
  452. src/gfx/vid_file.cpp:235:62: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  453.             if ((pCodecCtx == 0) && (pFormatCtx->streams[i]->codec->codec_type == CODEC_TYPE_VIDEO))
  454.                                                              ^~~~~
  455. In file included from ./src/ffmpeg_init.h:41:0,
  456.                 from src/gfx/vid_file.cpp:8:
  457. /usr/include/libavformat/avformat.h:893:21: note: declared here
  458.     AVCodecContext *codec;
  459.                     ^~~~~
  460. src/gfx/vid_file.cpp:236:84: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  461.                 pCodecCtx = (pStream = pFormatCtx->streams[videoStreamIndex = i])->codec;
  462.                                                                                    ^~~~~
  463. In file included from ./src/ffmpeg_init.h:41:0,
  464.                 from src/gfx/vid_file.cpp:8:
  465. /usr/include/libavformat/avformat.h:893:21: note: declared here
  466.     AVCodecContext *codec;
  467.                     ^~~~~
  468. src/gfx/vid_file.cpp:236:84: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  469.                 pCodecCtx = (pStream = pFormatCtx->streams[videoStreamIndex = i])->codec;
  470.                                                                                    ^~~~~
  471. In file included from ./src/ffmpeg_init.h:41:0,
  472.                 from src/gfx/vid_file.cpp:8:
  473. /usr/include/libavformat/avformat.h:893:21: note: declared here
  474.     AVCodecContext *codec;
  475.                     ^~~~~
  476. src/gfx/vid_file.cpp:236:84: warning: ‘AVStream::codec’ is deprecated [-Wdeprecated-declarations]
  477.                 pCodecCtx = (pStream = pFormatCtx->streams[videoStreamIndex = i])->codec;
  478.                                                                                    ^~~~~
  479. In file included from ./src/ffmpeg_init.h:41:0,
  480.                 from src/gfx/vid_file.cpp:8:
  481. /usr/include/libavformat/avformat.h:893:21: note: declared here
  482.     AVCodecContext *codec;
  483.                     ^~~~~
  484. src/gfx/vid_file.cpp:244:46: error: too few arguments to function ‘int avcodec_open2(AVCodecContext*, const AVCodec*, AVDictionary**)’
  485.         if (avcodec_open2( pCodecCtx, pCodec ) < 0) throw VidFile::UnsupportedCodecException( errbase+" (unsupported codec)" );
  486.                                              ^
  487. In file included from ./src/ffmpeg_init.h:32:0,
  488.                 from src/gfx/vid_file.cpp:8:
  489. /usr/include/libavcodec/avcodec.h:4495:5: note: declared here
  490. int avcodec_open2(AVCodecContext *avctx, const AVCodec *codec, AVDictionary **options);
  491.     ^~~~~~~~~~~~~
  492. src/gfx/vid_file.cpp:245:44: error: too few arguments to function ‘int avcodec_send_frame(AVCodecContext*, const AVFrame*)’
  493.         pFrameYUV     = avcodec_send_frame();
  494.                                            ^
  495. In file included from ./src/ffmpeg_init.h:32:0,
  496.                 from src/gfx/vid_file.cpp:8:
  497. /usr/include/libavcodec/avcodec.h:5135:5: note: declared here
  498. int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
  499.     ^~~~~~~~~~~~~~~~~~
  500. src/gfx/vid_file.cpp:246:44: error: too few arguments to function ‘int avcodec_send_frame(AVCodecContext*, const AVFrame*)’
  501.         pNextFrameYUV = avcodec_send_frame();
  502.                                            ^
  503. In file included from ./src/ffmpeg_init.h:32:0,
  504.                 from src/gfx/vid_file.cpp:8:
  505. /usr/include/libavcodec/avcodec.h:5135:5: note: declared here
  506. int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
  507.     ^~~~~~~~~~~~~~~~~~
  508. src/gfx/vid_file.cpp:271:48: error: too few arguments to function ‘int avcodec_send_frame(AVCodecContext*, const AVFrame*)’
  509.         pFrameRGB         = avcodec_send_frame();
  510.                                                ^
  511. In file included from ./src/ffmpeg_init.h:32:0,
  512.                 from src/gfx/vid_file.cpp:8:
  513. /usr/include/libavcodec/avcodec.h:5135:5: note: declared here
  514. int avcodec_send_frame(AVCodecContext *avctx, const AVFrame *frame);
  515.     ^~~~~~~~~~~~~~~~~~
  516. src/gfx/vid_file.cpp:273:81: warning: ‘int avpicture_get_size(AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  517.         frameBufferSize   = avpicture_get_size( AV_PIX_FMT_RGB24, width, height );
  518.                                                                                 ^
  519. In file included from ./src/ffmpeg_init.h:32:0,
  520.                 from src/gfx/vid_file.cpp:8:
  521. /usr/include/libavcodec/avcodec.h:5653:5: note: declared here
  522. int avpicture_get_size(enum AVPixelFormat pix_fmt, int width, int height);
  523.     ^~~~~~~~~~~~~~~~~~
  524. src/gfx/vid_file.cpp:276:95: warning: ‘int avpicture_fill(AVPicture*, const uint8_t*, AVPixelFormat, int, int)’ is deprecated [-Wdeprecated-declarations]
  525.         avpicture_fill( (AVPicture*) pFrameRGB, _frameBuffer, AV_PIX_FMT_RGB24, width, height );
  526.                                                                                               ^
  527. In file included from ./src/ffmpeg_init.h:32:0,
  528.                 from src/gfx/vid_file.cpp:8:
  529. /usr/include/libavcodec/avcodec.h:5638:5: note: declared here
  530. int avpicture_fill(AVPicture *picture, const uint8_t *ptr,
  531.     ^~~~~~~~~~~~~~
  532. src/gfx/vid_file.cpp: At global scope:
  533. src/gfx/vid_file.cpp:395:83: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  534. void VidFile::open( const std::string &path, size_t maxDimension, bool forcePOT ) throw (Exception)
  535.                                                                                   ^~~~~
  536. src/gfx/vid_file.cpp:443:34: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
  537. bool VidFile::seek( float time ) throw (Exception)
  538.                                  ^~~~~
  539. make[1]: *** [Makefile:4277: src/gfx/vid_file.o] Error 1
  540. make[1]: Leaving directory '/home/dcarr/temp/yaourt-tmp-dcarr/aur-vegastrike-svn/src/vegastrike'
  541. make: *** [Makefile:2106: all] Error 2
  542. ==> ERROR: A failure occurred in build().
  543.    Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement