Advertisement
Guest User

Untitled

a guest
Mar 28th, 2015
272
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.54 KB | None | 0 0
  1. [205/461] Compiling video/out/vo_image.c
  2. [206/461] Compiling video/out/vo_lavc.c
  3. [207/461] Compiling video/out/vo_null.c
  4. ../video/out/gl_video.c: In function 'load_filestr':
  5. ../video/out/gl_video.c:570:13: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'size_t' [-Wformat=]
  6. MP_VERBOSE(p, "Loaded file '%s' with length '%ld'.\n", path, s.len);
  7. ^
  8. ../video/out/gl_video.c: In function 'load_shader':
  9. ../video/out/gl_video.c:1089:5: error: implicit declaration of function 'drand48' [-Werror=implicit-function-declaration]
  10. gl_sc_uniform_f(p->sc, "random", drand48());
  11. ^
  12. cc1.exe: some warnings being treated as errors
  13.  
  14. Waf: Leaving directory `/home/Matt/mpv/build'
  15. Build failed
  16. -> task in 'objects' failed (exit status 1):
  17. {task 7696546640848: c gl_video.c -> gl_video.c.12.o}
  18. ['gcc', '-D_ISOC99_SOURCE', '-D_GNU_SOURCE', '-D_LARGEFILE_SOURCE', '-D_FILE_OFFSET_BITS=64', '-D_LARGEFILE64_SOURCE', '-std=c99', '-Wall', '-O2', '-g', '-Werror=implicit-function-declaration', '-Wno-error=deprecated-declarations', '-Wno-error=unused-function', '-Wempty-body', '-Wdisabled-optimization', '-Wstrict-prototypes', '-Wno-format-zero-length', '-Werror=format-security', '-D_WIN32_WINNT=0x600', '-DUNICODE', '-DCOBJMACROS', '-U__STRICT_ANSI__', '-D__USE_MINGW_ANSI_STDIO=1', '-Wall', '-Wundef', '-Wmissing-prototypes', '-Wshadow', '-Wno-switch', '-Wparentheses', '-Wpointer-arith', '-Wredundant-decls', '-Wno-pointer-sign', '-isystem', '/home/Matt/mpv/osdep/win32/include', '-I', '/home/Matt/mpv/osdep/win32/include', '-DIN_WINPTHREAD', '-mms-bitfields', '-pthread', '-I/home/Matt/mpv/build', '-I/home/Matt/mpv', '-I/mingw64/include', '-I/mingw64/include/dvdcss', '-I/mingw64/include/libguess', '-I/C:/msys64/mingw64/include', '-I/C:/msys64/mingw64/include/freetype2', '-I/C:/msys64/mingw64/include/libpng16', '-I/C:/msys64/mingw64/include/harfbuzz', '-I/mingw64/include/fribidi', '-I/mingw64/include/glib-2.0', '-I/mingw64/lib/glib-2.0/include', '-I/mingw64/include/freetype2', '-I/mingw64/include/libpng16', '-I/mingw64/include/harfbuzz', '-DHAVE_DVDREAD=1', '-DHAVE_LIBSWRESAMPLE=1', '-DHAVE_DVDNAV=1', '-DHAVE_LIBAV=1', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DHAVE_LIBAVFILTER=1', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DHAVE_LIBGUESS=1', '-DHAVE_LIBBLURAY=1', '-DHAVE_52=1', '-DHAVE_LCMS2=1', '-DHAVE_LIBAVDEVICE=1', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DOPJ_STATIC', '-DHAVE_CACA=1', '-DHAVE_LIBASS=1', '../video/out/gl_video.c', '-c', '-o', '/home/Matt/mpv/build/video/out/gl_video.c.12.o']
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement