Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.65 KB | None | 0 0
  1. make -C lib/libapetag
  2. make: Entering directory `/home/atv/xbmc-head/lib/libapetag'
  3. make all-am
  4. make[1]: Entering directory `/home/atv/xbmc-head/lib/libapetag'
  5. /bin/bash ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -fPIC -DPIC -D_REENTRANT -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -g -D_DEBUG -Wall -O2 -MT apetaglib.lo -MD -MP -MF .deps/apetaglib.Tpo -c -o apetaglib.lo apetaglib.c
  6. ./libtool: line 827: X--tag=CC: command not found
  7. ./libtool: line 860: libtool: ignoring unknown tag : command not found
  8. ./libtool: line 827: X--mode=compile: command not found
  9. ./libtool: line 994: *** Warning: inferring the mode of operation is deprecated.: command not found
  10. ./libtool: line 995: *** Future versions of Libtool will require --mode=MODE be specified.: command not found
  11. ./libtool: line 1138: Xgcc: command not found
  12. ./libtool: line 1138: X-DHAVE_CONFIG_H: command not found
  13. ./libtool: line 1138: X-I.: command not found
  14. ./libtool: line 1138: X-fPIC: command not found
  15. ./libtool: line 1138: X-DPIC: command not found
  16. ./libtool: line 1138: X-D_REENTRANT: command not found
  17. ./libtool: line 1138: X-D_LARGEFILE64_SOURCE: command not found
  18. ./libtool: line 1138: X-D_FILE_OFFSET_BITS=64: command not found
  19. ./libtool: line 1138: X-g: command not found
  20. ./libtool: line 1138: X-D_DEBUG: command not found
  21. ./libtool: line 1138: X-Wall: command not found
  22. ./libtool: line 1138: X-O2: command not found
  23. ./libtool: line 1138: X-fPIC: command not found
  24. ./libtool: line 1138: X-DPIC: command not found
  25. ./libtool: line 1138: X-D_REENTRANT: command not found
  26. ./libtool: line 1138: X-D_LARGEFILE64_SOURCE: command not found
  27. ./libtool: line 1138: X-D_FILE_OFFSET_BITS=64: command not found
  28. ./libtool: line 1138: X-g: command not found
  29. ./libtool: line 1138: X-D_DEBUG: command not found
  30. ./libtool: line 1138: X-Wall: command not found
  31. ./libtool: line 1138: X-O2: command not found
  32. ./libtool: line 1138: X-MT: command not found
  33. ./libtool: line 1138: Xapetaglib.lo: command not found
  34. ./libtool: line 1138: X-MD: command not found
  35. ./libtool: line 1138: X-MP: command not found
  36. ./libtool: line 1138: X-MF: command not found
  37. ./libtool: line 1138: X.deps/apetaglib.Tpo: No such file or directory
  38. ./libtool: line 1138: X-c: command not found
  39. ./libtool: line 1191: Xapetaglib.lo: command not found
  40. ./libtool: line 1196: libtool: compile: cannot determine name of library object from `': command not found
  41. make[1]: *** [apetaglib.lo] Error 1
  42. make[1]: Leaving directory `/home/atv/xbmc-head/lib/libapetag'
  43. make: *** [all] Error 2
  44. make: Leaving directory `/home/atv/xbmc-head/lib/libapetag'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement