Advertisement
Guest User

Untitled

a guest
Dec 30th, 2011
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.06 KB | None | 0 0
  1. check_lib x264.h x264_encoder_encode -lx264
  2. check_header x264.h
  3. check_cpp
  4. BEGIN /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  5. 1 #include <x264.h>
  6. 2 int x;
  7. END /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  8. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -std=c99 -fno-common -fomit-frame-pointer -E -o /tmp/ffconf..MICROSOF-40BD7A.500.1396.o /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  9. In file included from C:/DOCUME~1/ADMINI~1/LOCALS~1/Temp/ffconf..MICROSOF-40BD7A.500.1396.c:1:
  10. c:\mingw\bin\../lib/gcc/mingw32/4.2.1-sjlj/../../../../include/x264.h:36:4: warning: #warning You must include stdint.h or inttypes.h before x264.h
  11. check_func x264_encoder_encode -lx264
  12. check_ld cc -lx264
  13. check_cc
  14. BEGIN /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  15. 1 extern int x264_encoder_encode();
  16. 2 int main(void){ x264_encoder_encode(); }
  17. END /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  18. gcc -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -U__STRICT_ANSI__ -std=c99 -fno-common -fomit-frame-pointer -c -o /tmp/ffconf..MICROSOF-40BD7A.500.1396.o /tmp/ffconf..MICROSOF-40BD7A.500.1396.c
  19. gcc -Wl,--as-needed -o /tmp/ffconf..MICROSOF-40BD7A.500.1396.exe /tmp/ffconf..MICROSOF-40BD7A.500.1396.o -lx264 -lm -lpthread -lbz2 -lz -lpsapi
  20. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x830b): undefined reference to `__chkstk_ms'
  21. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x978b): undefined reference to `__chkstk_ms'
  22. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x1e9da): undefined reference to `__chkstk_ms'
  23. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x1ff4a): undefined reference to `__chkstk_ms'
  24. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x20f7a): undefined reference to `__chkstk_ms'
  25. c:/mingw/bin/../lib/gcc/mingw32/4.2.1-sjlj/../../../libx264.a(analyse.o):(.text+0x2240a): more undefined references to `__chkstk_ms' follow
  26. collect2: ld returned 1 exit status
  27. ERROR: libx264 not found
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement