Advertisement
rz2k

Untitled

Apr 30th, 2012
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. [rz2k@Thessia mplayer-xenon]$ make
  2. [command.c]
  3. xenon-gcc -MD -MP -Ofast -flto -fuse-linker-plugin -mcpu=cell -mtune=cell -fno-tree-vectorize -fno-tree-slp-vectorize -ftree-vectorizer-verbose=1 -DXENON -g -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls -Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign -Wdeclaration-after-statement -std=gnu99 -Werror-implicit-function-declaration -pipe -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I. -Ilibdvdread4 -Iffmpeg -m32 -fno-pic -mpowerpc64 -I/usr/local/xenon/usr/include/ -Wall -Ilibxenon_miss -I/usr/local/xenon/usr/include/freetype2 -I/usr/local/xenon/usr/include -c -o command.o command.c
  4. In file included from command.c:27:0:
  5. stream/stream.h: In function 'stream_seek':
  6. stream/stream.h:322:3: warning: format '%llX' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' [-Wformat]
  7. stream/stream.h:326:12: warning: format '%llx' expects argument of type 'long long unsigned int', but argument 4 has type 'off_t' [-Wformat]
  8. In file included from ./sub/ass_mp.h:27:0,
  9. from libmpdemux/demuxer.h:28,
  10. from command.c:28:
  11. ./sub/subreader.h: At top level:
  12. ./sub/subreader.h:27:29: fatal error: fribidi/fribidi.h: No such file or directory
  13. compilation terminated.
  14. make: *** [command.o] Ошибка 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement