Advertisement
Guest User

Untitled

a guest
Jul 29th, 2014
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 124.90 KB | None | 0 0
  1. building zlib
  2. + cd Source/ThirdParty/zlib/zlib-1.2.5/build
  3. + tar xf zlib-1.2.5.tar.gz
  4. + cd zlib-1.2.5
  5. + CFLAGS=-fPIC
  6. + ./configure
  7. Checking for gcc...
  8. Checking for shared library support...
  9. Building shared library libz.so.1.2.5 with gcc.
  10. Checking for off64_t... Yes.
  11. Checking for fseeko... Yes.
  12. Checking for unistd.h... Yes.
  13. Checking whether to use vs[n]printf() or s[n]printf()... using vs[n]printf().
  14. Checking for vsnprintf() in stdio.h... Yes.
  15. Checking for return value of vsnprintf()... Yes.
  16. Checking for attribute(visibility) support... Yes.
  17. + make -j4
  18. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o example.o example.c
  19. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o adler32.o adler32.c
  20. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o compress.o compress.c
  21. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o crc32.o crc32.c
  22. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o deflate.o deflate.c
  23. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o gzclose.o gzclose.c
  24. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o gzlib.o gzlib.c
  25. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o gzread.o gzread.c
  26. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o gzwrite.o gzwrite.c
  27. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o infback.o infback.c
  28. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o inffast.o inffast.c
  29. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o inflate.o inflate.c
  30. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o inftrees.o inftrees.c
  31. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o trees.o trees.c
  32. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o uncompr.o uncompr.c
  33. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o zutil.o zutil.c
  34. gcc -fPIC -D_LARGEFILE64_SOURCE=1   -c -o minigzip.o minigzip.c
  35. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/adler32.o adler32.c
  36. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/compress.o compress.c
  37. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/crc32.o crc32.c
  38. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/deflate.o deflate.c
  39. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzclose.o gzclose.c
  40. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzlib.o gzlib.c
  41. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzread.o gzread.c
  42. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/gzwrite.o gzwrite.c
  43. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/infback.o infback.c
  44. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inffast.o inffast.c
  45. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inflate.o inflate.c
  46. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/inftrees.o inftrees.c
  47. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/trees.o trees.c
  48. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/uncompr.o uncompr.c
  49. gcc -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -DPIC -c -o objs/zutil.o zutil.c
  50. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o example64.o example.c
  51. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -D_FILE_OFFSET_BITS=64 -c -o minigzip64.o minigzip.c
  52. ar rc libz.a adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
  53. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o example example.o -L. libz.a
  54. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o minigzip minigzip.o -L. libz.a
  55. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o example64 example64.o -L. libz.a
  56. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o minigzip64 minigzip64.o -L. libz.a
  57. gcc -shared -Wl,-soname,libz.so.1,--version-script,zlib.map -fPIC -fPIC -D_LARGEFILE64_SOURCE=1 -o libz.so.1.2.5 adler32.lo compress.lo crc32.lo deflate.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo  -lc -L. libz.a
  58. rm -f libz.so libz.so.1
  59. ln -s libz.so.1.2.5 libz.so
  60. ln -s libz.so.1.2.5 libz.so.1
  61. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o examplesh example.o -L. libz.so.1.2.5
  62. gcc -fPIC -D_LARGEFILE64_SOURCE=1 -o minigzipsh minigzip.o -L. libz.so.1.2.5
  63. + local LIB_DIR=../../Lib/Linux/x86_64-unknown-linux-gnu
  64. + mkdir -p ../../Lib/Linux/x86_64-unknown-linux-gnu
  65. + cp libz.a ../../Lib/Linux/x86_64-unknown-linux-gnu
  66. + cp -rp libz.so libz.so.1 libz.so.1.2.5 /home/olorin/src/UnrealEngine/Engine/Binaries/Linux
  67. + set +x
  68. building jemalloc
  69. + cd Source/ThirdParty/jemalloc/build
  70. + tar xf jemalloc-3.6.0.tar.bz2
  71. + cd jemalloc-3.6.0
  72. + ./configure --with-mangling --with-jemalloc-prefix=je_
  73. checking for xsltproc... false
  74. checking for gcc... gcc
  75. checking whether the C compiler works... yes
  76. checking for C compiler default output file name... a.out
  77. checking for suffix of executables...
  78. checking whether we are cross compiling... no
  79. checking for suffix of object files... o
  80. checking whether we are using the GNU C compiler... yes
  81. checking whether gcc accepts -g... yes
  82. checking for gcc option to accept ISO C89... none needed
  83. checking whether compiler supports -std=gnu99... yes
  84. checking whether compiler supports -Wall... yes
  85. checking whether compiler supports -pipe... yes
  86. checking whether compiler supports -g3... yes
  87. checking how to run the C preprocessor... gcc -E
  88. checking for grep that handles long lines and -e... /bin/grep
  89. checking for egrep... /bin/grep -E
  90. checking for ANSI C header files... yes
  91. checking for sys/types.h... yes
  92. checking for sys/stat.h... yes
  93. checking for stdlib.h... yes
  94. checking for string.h... yes
  95. checking for memory.h... yes
  96. checking for strings.h... yes
  97. checking for inttypes.h... yes
  98. checking for stdint.h... yes
  99. checking for unistd.h... yes
  100. checking whether byte ordering is bigendian... no
  101. checking size of void *... 8
  102. checking size of int... 4
  103. checking size of long... 8
  104. checking size of intmax_t... 8
  105. checking build system type... x86_64-unknown-linux-gnu
  106. checking host system type... x86_64-unknown-linux-gnu
  107. checking whether pause instruction is compilable... yes
  108. checking whether SSE2 intrinsics is compilable... yes
  109. checking for ar... ar
  110. checking whether __attribute__ syntax is compilable... yes
  111. checking whether compiler supports -fvisibility=hidden... yes
  112. checking whether compiler supports -Werror... yes
  113. checking whether tls_model attribute is compilable... no
  114. checking for a BSD-compatible install... /usr/bin/install -c
  115. checking for ranlib... ranlib
  116. checking for ld... /usr/bin/ld
  117. checking for autoconf... /usr/bin/autoconf
  118. checking for memalign... yes
  119. checking for valloc... yes
  120. checking whether compiler supports -O3... yes
  121. checking whether compiler supports -funroll-loops... yes
  122. checking configured backtracing method... N/A
  123. checking for sbrk... yes
  124. checking whether utrace(2) is compilable... no
  125. checking whether valgrind is compilable... no
  126. checking STATIC_PAGE_SHIFT... 12
  127. checking pthread.h usability... yes
  128. checking pthread.h presence... yes
  129. checking for pthread.h... yes
  130. checking for pthread_create in -lpthread... yes
  131. checking for _malloc_thread_cleanup... no
  132. checking for _pthread_mutex_init_calloc_cb... no
  133. checking for TLS... yes
  134. checking whether a program using ffsl is compilable... yes
  135. checking whether atomic(9) is compilable... no
  136. checking whether Darwin OSAtomic*() is compilable... no
  137. checking whether to force 32-bit __sync_{add,sub}_and_fetch()... no
  138. checking whether to force 64-bit __sync_{add,sub}_and_fetch()... no
  139. checking whether Darwin OSSpin*() is compilable... no
  140. checking for stdbool.h that conforms to C99... yes
  141. checking for _Bool... yes
  142. configure: creating ./config.status
  143. config.status: creating Makefile
  144. config.status: creating doc/html.xsl
  145. config.status: creating doc/manpages.xsl
  146. config.status: creating doc/jemalloc.xml
  147. config.status: creating include/jemalloc/jemalloc_macros.h
  148. config.status: creating include/jemalloc/jemalloc_protos.h
  149. config.status: creating include/jemalloc/internal/jemalloc_internal.h
  150. config.status: creating test/test.sh
  151. config.status: creating test/include/test/jemalloc_test.h
  152. config.status: creating config.stamp
  153. config.status: creating bin/jemalloc.sh
  154. config.status: creating include/jemalloc/jemalloc_defs.h
  155. config.status: include/jemalloc/jemalloc_defs.h is unchanged
  156. config.status: creating include/jemalloc/internal/jemalloc_internal_defs.h
  157. config.status: include/jemalloc/internal/jemalloc_internal_defs.h is unchanged
  158. config.status: creating test/include/test/jemalloc_test_defs.h
  159. config.status: test/include/test/jemalloc_test_defs.h is unchanged
  160. config.status: executing include/jemalloc/internal/private_namespace.h commands
  161. config.status: executing include/jemalloc/internal/private_unnamespace.h commands
  162. config.status: executing include/jemalloc/internal/public_symbols.txt commands
  163. config.status: executing include/jemalloc/internal/public_namespace.h commands
  164. config.status: executing include/jemalloc/internal/public_unnamespace.h commands
  165. config.status: executing include/jemalloc/internal/size_classes.h commands
  166. config.status: executing include/jemalloc/jemalloc_protos_jet.h commands
  167. config.status: executing include/jemalloc/jemalloc_rename.h commands
  168. config.status: executing include/jemalloc/jemalloc_mangle.h commands
  169. config.status: executing include/jemalloc/jemalloc_mangle_jet.h commands
  170. config.status: executing include/jemalloc/jemalloc.h commands
  171. ===============================================================================
  172. jemalloc version   : 3.6.0-0-g46c0af68bd248b04df75e4f92d5fb804c3d75340
  173. library revision   : 1
  174.  
  175. CC                 : gcc
  176. CPPFLAGS           :  -D_GNU_SOURCE -D_REENTRANT
  177. CFLAGS             : -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops
  178. LDFLAGS            :
  179. EXTRA_LDFLAGS      :
  180. LIBS               :  -lpthread
  181. RPATH_EXTRA        :
  182.  
  183. XSLTPROC           : false
  184. XSLROOT            :
  185.  
  186. PREFIX             : /usr/local
  187. BINDIR             : /usr/local/bin
  188. INCLUDEDIR         : /usr/local/include
  189. LIBDIR             : /usr/local/lib
  190. DATADIR            : /usr/local/share
  191. MANDIR             : /usr/local/share/man
  192.  
  193. srcroot            :
  194. abs_srcroot        : /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/jemalloc/build/jemalloc-3.6.0/
  195. objroot            :
  196. abs_objroot        : /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/jemalloc/build/jemalloc-3.6.0/
  197.  
  198. JEMALLOC_PREFIX    : je_
  199. JEMALLOC_PRIVATE_NAMESPACE
  200.                    : je_
  201. install_suffix     :
  202. autogen            : 0
  203. experimental       : 1
  204. cc-silence         : 0
  205. debug              : 0
  206. code-coverage      : 0
  207. stats              : 1
  208. prof               : 0
  209. prof-libunwind     : 0
  210. prof-libgcc        : 0
  211. prof-gcc           : 0
  212. tcache             : 1
  213. fill               : 1
  214. utrace             : 0
  215. valgrind           : 0
  216. xmalloc            : 0
  217. mremap             : 0
  218. munmap             : 0
  219. dss                : 0
  220. lazy_lock          : 0
  221. tls                : 1
  222. ===============================================================================
  223. + make -j4
  224. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.pic.o src/jemalloc.c
  225. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.pic.o src/arena.c
  226. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.pic.o src/atomic.c
  227. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.pic.o src/base.c
  228. In file included from include/jemalloc/internal/jemalloc_internal.h:210:0,
  229.                  from src/arena.c:2:
  230. src/arena.c:69:23: warning: ‘arena_run_tree_last’ defined but not used [-Wunused-function]
  231.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  232.                        ^
  233. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  234.  a_prefix##last(a_rbt_type *rbtree) {     \
  235.  ^
  236. src/arena.c:69:23: warning: ‘arena_run_tree_next’ defined but not used [-Wunused-function]
  237.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  238.                        ^
  239. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  240.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  241.  ^
  242. src/arena.c:69:23: warning: ‘arena_run_tree_prev’ defined but not used [-Wunused-function]
  243.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  244.                        ^
  245. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  246.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  247.  ^
  248. src/arena.c:69:23: warning: ‘arena_run_tree_nsearch’ defined but not used [-Wunused-function]
  249.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  250.                        ^
  251. include/jemalloc/internal/rb.h:405:1: note: in definition of macro ‘rb_gen’
  252.  a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) {   \
  253.  ^
  254. src/arena.c:69:23: warning: ‘arena_run_tree_psearch’ defined but not used [-Wunused-function]
  255.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  256.                        ^
  257. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  258.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  259.  ^
  260. src/arena.c:69:23: warning: ‘arena_run_tree_iter’ defined but not used [-Wunused-function]
  261.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  262.                        ^
  263. include/jemalloc/internal/rb.h:896:1: note: in definition of macro ‘rb_gen’
  264.  a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \
  265.  ^
  266. src/arena.c:69:23: warning: ‘arena_run_tree_reverse_iter’ defined but not used [-Wunused-function]
  267.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  268.                        ^
  269. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  270.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  271.  ^
  272. src/arena.c:101:23: warning: ‘arena_avail_tree_first’ defined but not used [-Wunused-function]
  273.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  274.                        ^
  275. include/jemalloc/internal/rb.h:313:1: note: in definition of macro ‘rb_gen’
  276.  a_prefix##first(a_rbt_type *rbtree) {     \
  277.  ^
  278. src/arena.c:101:23: warning: ‘arena_avail_tree_last’ defined but not used [-Wunused-function]
  279.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  280.                        ^
  281. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  282.  a_prefix##last(a_rbt_type *rbtree) {     \
  283.  ^
  284. src/arena.c:101:23: warning: ‘arena_avail_tree_next’ defined but not used [-Wunused-function]
  285.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  286.                        ^
  287. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  288.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  289.  ^
  290. src/arena.c:101:23: warning: ‘arena_avail_tree_prev’ defined but not used [-Wunused-function]
  291.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  292.                        ^
  293. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  294.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  295.  ^
  296. src/arena.c:101:23: warning: ‘arena_avail_tree_search’ defined but not used [-Wunused-function]
  297.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  298.                        ^
  299. include/jemalloc/internal/rb.h:387:1: note: in definition of macro ‘rb_gen’
  300.  a_prefix##search(a_rbt_type *rbtree, a_type *key) {   \
  301.  ^
  302. src/arena.c:101:23: warning: ‘arena_avail_tree_psearch’ defined but not used [-Wunused-function]
  303.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  304.                        ^
  305. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  306.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  307.  ^
  308. src/arena.c:101:23: warning: ‘arena_avail_tree_iter’ defined but not used [-Wunused-function]
  309.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  310.                        ^
  311. include/jemalloc/internal/rb.h:896:1: note: in definition of macro ‘rb_gen’
  312.  a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \
  313.  ^
  314. src/arena.c:101:23: warning: ‘arena_avail_tree_reverse_iter’ defined but not used [-Wunused-function]
  315.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  316.                        ^
  317. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  318.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  319.  ^
  320. src/arena.c:171:23: warning: ‘arena_chunk_dirty_last’ defined but not used [-Wunused-function]
  321.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  322.                        ^
  323. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  324.  a_prefix##last(a_rbt_type *rbtree) {     \
  325.  ^
  326. src/arena.c:171:23: warning: ‘arena_chunk_dirty_next’ defined but not used [-Wunused-function]
  327.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  328.                        ^
  329. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  330.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  331.  ^
  332. src/arena.c:171:23: warning: ‘arena_chunk_dirty_prev’ defined but not used [-Wunused-function]
  333.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  334.                        ^
  335. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  336.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  337.  ^
  338. src/arena.c:171:23: warning: ‘arena_chunk_dirty_search’ defined but not used [-Wunused-function]
  339.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  340.                        ^
  341. include/jemalloc/internal/rb.h:387:1: note: in definition of macro ‘rb_gen’
  342.  a_prefix##search(a_rbt_type *rbtree, a_type *key) {   \
  343.  ^
  344. src/arena.c:171:23: warning: ‘arena_chunk_dirty_nsearch’ defined but not used [-Wunused-function]
  345.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  346.                        ^
  347. include/jemalloc/internal/rb.h:405:1: note: in definition of macro ‘rb_gen’
  348.  a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) {   \
  349.  ^
  350. src/arena.c:171:23: warning: ‘arena_chunk_dirty_psearch’ defined but not used [-Wunused-function]
  351.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  352.                        ^
  353. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  354.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  355.  ^
  356. src/arena.c:171:23: warning: ‘arena_chunk_dirty_reverse_iter’ defined but not used [-Wunused-function]
  357.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  358.                        ^
  359. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  360.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  361.  ^
  362. src/jemalloc.c: In function ‘ifree’:
  363. src/jemalloc.c:1219:16: warning: variable ‘rzsize’ set but not used [-Wunused-but-set-variable]
  364.   UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0);
  365.                 ^
  366. src/jemalloc.c: In function ‘je_realloc’:
  367. src/jemalloc.c:1243:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  368.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  369.                 ^
  370. src/jemalloc.c: In function ‘je_rallocx’:
  371. src/jemalloc.c:1550:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  372.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  373.                 ^
  374. src/jemalloc.c: In function ‘je_xallocx’:
  375. src/jemalloc.c:1686:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  376.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  377.                 ^
  378. src/jemalloc.c: In function ‘je_dallocx’:
  379. src/jemalloc.c:1763:16: warning: variable ‘rzsize’ set but not used [-Wunused-but-set-variable]
  380.   UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0);
  381.                 ^
  382. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.pic.o src/bitmap.c
  383. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.pic.o src/chunk.c
  384. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.pic.o src/chunk_dss.c
  385. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.pic.o src/chunk_mmap.c
  386. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.pic.o src/ckh.c
  387. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.pic.o src/ctl.c
  388. src/ctl.c: In function ‘epoch_ctl’:
  389. src/ctl.c:1122:18: warning: variable ‘newval’ set but not used [-Wunused-but-set-variable]
  390.   UNUSED uint64_t newval;
  391.                   ^
  392. src/jemalloc.c: In function ‘je_memalign’:
  393. src/jemalloc.c:1326:2: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  394.   return (ret);
  395.   ^
  396. src/jemalloc.c: In function ‘je_valloc’:
  397. src/jemalloc.c:1337:2: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  398.   return (ret);
  399.   ^
  400. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.pic.o src/extent.c
  401. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.pic.o src/hash.c
  402. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.pic.o src/huge.c
  403. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.pic.o src/mb.c
  404. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.pic.o src/mutex.c
  405. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.pic.o src/quarantine.c
  406. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.pic.o src/prof.c
  407. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.pic.o src/rtree.c
  408. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.pic.o src/stats.c
  409. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.pic.o src/tcache.c
  410. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.pic.o src/util.c
  411. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -fPIC -DPIC -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.pic.o src/tsd.c
  412. src/util.c: In function ‘wrtmessage’:
  413. src/util.c:53:13: warning: unused variable ‘result’ [-Wunused-variable]
  414.   UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s));
  415.              ^
  416. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/jemalloc.o src/jemalloc.c
  417. src/util.c: In function ‘je_malloc_vsnprintf’:
  418. src/util.c:237:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  419.     x >>= 4;
  420.       ^
  421. src/util.c:527:15: note: ‘val’ was declared here
  422.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  423.                ^
  424. src/util.c:226:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  425.     x /= (uint64_t)10;
  426.       ^
  427. src/util.c:518:15: note: ‘val’ was declared here
  428.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  429.                ^
  430. src/util.c:249:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  431.     x /= (uint64_t)base;
  432.       ^
  433. src/util.c:509:15: note: ‘val’ was declared here
  434.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  435.                ^
  436. src/util.c:262:11: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  437.   if ((neg = (x < 0)))
  438.            ^
  439. src/util.c:499:14: note: ‘val’ was declared here
  440.      intmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  441.               ^
  442. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/arena.o src/arena.c
  443. src/jemalloc.c: In function ‘ifree’:
  444. src/jemalloc.c:1219:16: warning: variable ‘rzsize’ set but not used [-Wunused-but-set-variable]
  445.   UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0);
  446.                 ^
  447. src/jemalloc.c: In function ‘je_realloc’:
  448. src/jemalloc.c:1243:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  449.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  450.                 ^
  451. src/jemalloc.c: In function ‘je_rallocx’:
  452. src/jemalloc.c:1550:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  453.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  454.                 ^
  455. src/jemalloc.c: In function ‘je_xallocx’:
  456. src/jemalloc.c:1686:16: warning: variable ‘old_rzsize’ set but not used [-Wunused-but-set-variable]
  457.   UNUSED size_t old_rzsize JEMALLOC_CC_SILENCE_INIT(0);
  458.                 ^
  459. src/jemalloc.c: In function ‘je_dallocx’:
  460. src/jemalloc.c:1763:16: warning: variable ‘rzsize’ set but not used [-Wunused-but-set-variable]
  461.   UNUSED size_t rzsize JEMALLOC_CC_SILENCE_INIT(0);
  462.                 ^
  463. In file included from include/jemalloc/internal/jemalloc_internal.h:210:0,
  464.                  from src/arena.c:2:
  465. src/arena.c:69:23: warning: ‘arena_run_tree_last’ defined but not used [-Wunused-function]
  466.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  467.                        ^
  468. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  469.  a_prefix##last(a_rbt_type *rbtree) {     \
  470.  ^
  471. src/arena.c:69:23: warning: ‘arena_run_tree_next’ defined but not used [-Wunused-function]
  472.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  473.                        ^
  474. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  475.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  476.  ^
  477. src/arena.c:69:23: warning: ‘arena_run_tree_prev’ defined but not used [-Wunused-function]
  478.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  479.                        ^
  480. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  481.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  482.  ^
  483. src/arena.c:69:23: warning: ‘arena_run_tree_nsearch’ defined but not used [-Wunused-function]
  484.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  485.                        ^
  486. include/jemalloc/internal/rb.h:405:1: note: in definition of macro ‘rb_gen’
  487.  a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) {   \
  488.  ^
  489. src/arena.c:69:23: warning: ‘arena_run_tree_psearch’ defined but not used [-Wunused-function]
  490.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  491.                        ^
  492. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  493.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  494.  ^
  495. src/arena.c:69:23: warning: ‘arena_run_tree_iter’ defined but not used [-Wunused-function]
  496.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  497.                        ^
  498. include/jemalloc/internal/rb.h:896:1: note: in definition of macro ‘rb_gen’
  499.  a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \
  500.  ^
  501. src/arena.c:69:23: warning: ‘arena_run_tree_reverse_iter’ defined but not used [-Wunused-function]
  502.  rb_gen(static UNUSED, arena_run_tree_, arena_run_tree_t, arena_chunk_map_t,
  503.                        ^
  504. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  505.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  506.  ^
  507. src/arena.c:101:23: warning: ‘arena_avail_tree_first’ defined but not used [-Wunused-function]
  508.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  509.                        ^
  510. include/jemalloc/internal/rb.h:313:1: note: in definition of macro ‘rb_gen’
  511.  a_prefix##first(a_rbt_type *rbtree) {     \
  512.  ^
  513. src/arena.c:101:23: warning: ‘arena_avail_tree_last’ defined but not used [-Wunused-function]
  514.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  515.                        ^
  516. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  517.  a_prefix##last(a_rbt_type *rbtree) {     \
  518.  ^
  519. src/arena.c:101:23: warning: ‘arena_avail_tree_next’ defined but not used [-Wunused-function]
  520.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  521.                        ^
  522. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  523.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  524.  ^
  525. src/arena.c:101:23: warning: ‘arena_avail_tree_prev’ defined but not used [-Wunused-function]
  526.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  527.                        ^
  528. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  529.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  530.  ^
  531. src/arena.c:101:23: warning: ‘arena_avail_tree_search’ defined but not used [-Wunused-function]
  532.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  533.                        ^
  534. include/jemalloc/internal/rb.h:387:1: note: in definition of macro ‘rb_gen’
  535.  a_prefix##search(a_rbt_type *rbtree, a_type *key) {   \
  536.  ^
  537. src/arena.c:101:23: warning: ‘arena_avail_tree_psearch’ defined but not used [-Wunused-function]
  538.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  539.                        ^
  540. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  541.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  542.  ^
  543. src/arena.c:101:23: warning: ‘arena_avail_tree_iter’ defined but not used [-Wunused-function]
  544.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  545.                        ^
  546. include/jemalloc/internal/rb.h:896:1: note: in definition of macro ‘rb_gen’
  547.  a_prefix##iter(a_rbt_type *rbtree, a_type *start, a_type *(*cb)( \
  548.  ^
  549. src/arena.c:101:23: warning: ‘arena_avail_tree_reverse_iter’ defined but not used [-Wunused-function]
  550.  rb_gen(static UNUSED, arena_avail_tree_, arena_avail_tree_t, arena_chunk_map_t,
  551.                        ^
  552. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  553.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  554.  ^
  555. src/arena.c:171:23: warning: ‘arena_chunk_dirty_last’ defined but not used [-Wunused-function]
  556.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  557.                        ^
  558. include/jemalloc/internal/rb.h:322:1: note: in definition of macro ‘rb_gen’
  559.  a_prefix##last(a_rbt_type *rbtree) {     \
  560.  ^
  561. src/arena.c:171:23: warning: ‘arena_chunk_dirty_next’ defined but not used [-Wunused-function]
  562.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  563.                        ^
  564. include/jemalloc/internal/rb.h:331:1: note: in definition of macro ‘rb_gen’
  565.  a_prefix##next(a_rbt_type *rbtree, a_type *node) {   \
  566.  ^
  567. src/arena.c:171:23: warning: ‘arena_chunk_dirty_prev’ defined but not used [-Wunused-function]
  568.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  569.                        ^
  570. include/jemalloc/internal/rb.h:359:1: note: in definition of macro ‘rb_gen’
  571.  a_prefix##prev(a_rbt_type *rbtree, a_type *node) {   \
  572.  ^
  573. src/arena.c:171:23: warning: ‘arena_chunk_dirty_search’ defined but not used [-Wunused-function]
  574.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  575.                        ^
  576. include/jemalloc/internal/rb.h:387:1: note: in definition of macro ‘rb_gen’
  577.  a_prefix##search(a_rbt_type *rbtree, a_type *key) {   \
  578.  ^
  579. src/arena.c:171:23: warning: ‘arena_chunk_dirty_nsearch’ defined but not used [-Wunused-function]
  580.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  581.                        ^
  582. include/jemalloc/internal/rb.h:405:1: note: in definition of macro ‘rb_gen’
  583.  a_prefix##nsearch(a_rbt_type *rbtree, a_type *key) {   \
  584.  ^
  585. src/arena.c:171:23: warning: ‘arena_chunk_dirty_psearch’ defined but not used [-Wunused-function]
  586.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  587.                        ^
  588. include/jemalloc/internal/rb.h:427:1: note: in definition of macro ‘rb_gen’
  589.  a_prefix##psearch(a_rbt_type *rbtree, a_type *key) {   \
  590.  ^
  591. src/arena.c:171:23: warning: ‘arena_chunk_dirty_reverse_iter’ defined but not used [-Wunused-function]
  592.  rb_gen(static UNUSED, arena_chunk_dirty_, arena_chunk_tree_t, arena_chunk_t,
  593.                        ^
  594. include/jemalloc/internal/rb.h:953:1: note: in definition of macro ‘rb_gen’
  595.  a_prefix##reverse_iter(a_rbt_type *rbtree, a_type *start,  \
  596.  ^
  597. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/atomic.o src/atomic.c
  598. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/base.o src/base.c
  599. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/bitmap.o src/bitmap.c
  600. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk.o src/chunk.c
  601. src/jemalloc.c: In function ‘je_memalign’:
  602. src/jemalloc.c:1326:2: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  603.   return (ret);
  604.   ^
  605. src/jemalloc.c: In function ‘je_valloc’:
  606. src/jemalloc.c:1337:2: warning: ‘ret’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  607.   return (ret);
  608.   ^
  609. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_dss.o src/chunk_dss.c
  610. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/chunk_mmap.o src/chunk_mmap.c
  611. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ckh.o src/ckh.c
  612. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/ctl.o src/ctl.c
  613. src/ctl.c: In function ‘epoch_ctl’:
  614. src/ctl.c:1122:18: warning: variable ‘newval’ set but not used [-Wunused-but-set-variable]
  615.   UNUSED uint64_t newval;
  616.                   ^
  617. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/extent.o src/extent.c
  618. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/hash.o src/hash.c
  619. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/huge.o src/huge.c
  620. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mb.o src/mb.c
  621. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/mutex.o src/mutex.c
  622. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/prof.o src/prof.c
  623. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/quarantine.o src/quarantine.c
  624. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/rtree.o src/rtree.c
  625. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/stats.o src/stats.c
  626. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tcache.o src/tcache.c
  627. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/util.o src/util.c
  628. src/util.c: In function ‘wrtmessage’:
  629. src/util.c:53:13: warning: unused variable ‘result’ [-Wunused-variable]
  630.   UNUSED int result = syscall(SYS_write, STDERR_FILENO, s, strlen(s));
  631.              ^
  632. gcc -std=gnu99 -Wall -pipe -g3 -fvisibility=hidden -O3 -funroll-loops -c -D_GNU_SOURCE -D_REENTRANT -Iinclude -Iinclude -o src/tsd.o src/tsd.c
  633. src/util.c: In function ‘je_malloc_vsnprintf’:
  634. src/util.c:237:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  635.     x >>= 4;
  636.       ^
  637. src/util.c:527:15: note: ‘val’ was declared here
  638.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  639.                ^
  640. src/util.c:226:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  641.     x /= (uint64_t)10;
  642.       ^
  643. src/util.c:518:15: note: ‘val’ was declared here
  644.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  645.                ^
  646. src/util.c:249:6: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  647.     x /= (uint64_t)base;
  648.       ^
  649. src/util.c:509:15: note: ‘val’ was declared here
  650.      uintmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  651.                ^
  652. src/util.c:262:11: warning: ‘val’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  653.   if ((neg = (x < 0)))
  654.            ^
  655. src/util.c:499:14: note: ‘val’ was declared here
  656.      intmax_t val JEMALLOC_CC_SILENCE_INIT(0);
  657.               ^
  658. ar crus lib/libjemalloc_pic.a src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o
  659. gcc -shared -Wl,-soname,libjemalloc.so.1  -o lib/libjemalloc.so.1 src/jemalloc.pic.o src/arena.pic.o src/atomic.pic.o src/base.pic.o src/bitmap.pic.o src/chunk.pic.o src/chunk_dss.pic.o src/chunk_mmap.pic.o src/ckh.pic.o src/ctl.pic.o src/extent.pic.o src/hash.pic.o src/huge.pic.o src/mb.pic.o src/mutex.pic.o src/prof.pic.o src/quarantine.pic.o src/rtree.pic.o src/stats.pic.o src/tcache.pic.o src/util.pic.o src/tsd.pic.o  -lpthread
  660. ln -sf libjemalloc.so.1 lib/libjemalloc.so
  661. ar crus lib/libjemalloc.a src/jemalloc.o src/arena.o src/atomic.o src/base.o src/bitmap.o src/chunk.o src/chunk_dss.o src/chunk_mmap.o src/ckh.o src/ctl.o src/extent.o src/hash.o src/huge.o src/mb.o src/mutex.o src/prof.o src/quarantine.o src/rtree.o src/stats.o src/tcache.o src/util.o src/tsd.o
  662. + local LIB_DIR=../../lib/Linux/x86_64-unknown-linux-gnu
  663. + local INC_DIR=../../include/Linux/x86_64-unknown-linux-gnu
  664. + mkdir -p ../../lib/Linux/x86_64-unknown-linux-gnu
  665. + cp -rp lib/libjemalloc.a lib/libjemalloc.so lib/libjemalloc.so.1 lib/libjemalloc_pic.a ../../lib/Linux/x86_64-unknown-linux-gnu
  666. + cp lib/libjemalloc.so.1 /home/olorin/src/UnrealEngine/Engine/Binaries/Linux
  667. + mkdir -p ../../include/Linux/x86_64-unknown-linux-gnu
  668. + cp -rp include/jemalloc/internal include/jemalloc/jemalloc.h include/jemalloc/jemalloc.sh include/jemalloc/jemalloc_defs.h include/jemalloc/jemalloc_defs.h.in include/jemalloc/jemalloc_macros.h include/jemalloc/jemalloc_macros.h.in include/jemalloc/jemalloc_mangle.h include/jemalloc/jemalloc_mangle.sh include/jemalloc/jemalloc_mangle_jet.h include/jemalloc/jemalloc_protos.h include/jemalloc/jemalloc_protos.h.in include/jemalloc/jemalloc_protos_jet.h include/jemalloc/jemalloc_rename.h include/jemalloc/jemalloc_rename.sh ../../include/Linux/x86_64-unknown-linux-gnu
  669. + set +x
  670. building libOpus
  671. + cd Source/ThirdParty/libOpus/opus-1.1/
  672. + P4Open configure
  673. + for file in '$@'
  674. + '[' '!' -e configure ']'
  675. + '[' -w configure ']'
  676. + return
  677. + chmod +x configure
  678. + ./configure --with-pic
  679. checking whether make supports nested variables... yes
  680. checking for a BSD-compatible install... /usr/bin/install -c
  681. checking whether build environment is sane... yes
  682. checking for a thread-safe mkdir -p... /bin/mkdir -p
  683. checking for gawk... gawk
  684. checking whether make sets $(MAKE)... yes
  685. checking whether to enable maintainer-specific portions of Makefiles... yes
  686. checking build system type... x86_64-unknown-linux-gnu
  687. checking host system type... x86_64-unknown-linux-gnu
  688. checking how to print strings... printf
  689. checking for style of include used by make... GNU
  690. checking for gcc... gcc
  691. checking whether the C compiler works... yes
  692. checking for C compiler default output file name... a.out
  693. checking for suffix of executables...
  694. checking whether we are cross compiling... no
  695. checking for suffix of object files... o
  696. checking whether we are using the GNU C compiler... yes
  697. checking whether gcc accepts -g... yes
  698. checking for gcc option to accept ISO C89... none needed
  699. checking dependency style of gcc... gcc3
  700. checking for a sed that does not truncate output... /bin/sed
  701. checking for grep that handles long lines and -e... /bin/grep
  702. checking for egrep... /bin/grep -E
  703. checking for fgrep... /bin/grep -F
  704. checking for ld used by gcc... /usr/bin/ld
  705. checking if the linker (/usr/bin/ld) is GNU ld... yes
  706. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  707. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  708. checking whether ln -s works... yes
  709. checking the maximum length of command line arguments... 1572864
  710. checking whether the shell understands some XSI constructs... yes
  711. checking whether the shell understands "+="... yes
  712. checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
  713. checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
  714. checking for /usr/bin/ld option to reload object files... -r
  715. checking for objdump... objdump
  716. checking how to recognize dependent libraries... pass_all
  717. checking for dlltool... no
  718. checking how to associate runtime and link libraries... printf %s\n
  719. checking for ar... ar
  720. checking for archiver @FILE support... @
  721. checking for strip... strip
  722. checking for ranlib... ranlib
  723. checking command to parse /usr/bin/nm -B output from gcc object... ok
  724. checking for sysroot... no
  725. checking for mt... mt
  726. checking if mt is a manifest tool... no
  727. checking how to run the C preprocessor... gcc -E
  728. checking for ANSI C header files... yes
  729. checking for sys/types.h... yes
  730. checking for sys/stat.h... yes
  731. checking for stdlib.h... yes
  732. checking for string.h... yes
  733. checking for memory.h... yes
  734. checking for strings.h... yes
  735. checking for inttypes.h... yes
  736. checking for stdint.h... yes
  737. checking for unistd.h... yes
  738. checking for dlfcn.h... yes
  739. checking for objdir... .libs
  740. checking if gcc supports -fno-rtti -fno-exceptions... no
  741. checking for gcc option to produce PIC... -fPIC -DPIC
  742. checking if gcc PIC flag -fPIC -DPIC works... yes
  743. checking if gcc static flag -static works... yes
  744. checking if gcc supports -c -o file.o... yes
  745. checking if gcc supports -c -o file.o... (cached) yes
  746. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  747. checking whether -lc should be explicitly linked in... no
  748. checking dynamic linker characteristics... GNU/Linux ld.so
  749. checking how to hardcode library paths into programs... immediate
  750. checking whether stripping libraries is possible... yes
  751. checking if libtool supports shared libraries... yes
  752. checking whether to build shared libraries... yes
  753. checking whether to build static libraries... yes
  754. checking whether gcc and cc understand -c and -o together... yes
  755. checking for gcc option to accept ISO C99... -std=gnu99
  756. checking for an ANSI C-conforming const... yes
  757. checking for inline... inline
  758. checking dependency style of gcc -std=gnu99... gcc3
  759. checking for C/C++ restrict keyword... __restrict
  760. checking for C99 variable-size arrays... yes
  761. checking for cos in -lm... yes
  762. checking for doxygen... no
  763. checking if gcc -std=gnu99 supports -fvisibility=hidden... yes
  764. checking if gcc -std=gnu99 supports -Wall -Wextra -Wcast-align -Wnested-externs -Wshadow -Wstrict-prototypes... yes
  765. checking for lrintf... yes
  766. checking for lrint... yes
  767. checking for __malloc_hook... yes
  768. configure: creating ./config.status
  769. config.status: creating Makefile
  770. config.status: creating opus.pc
  771. config.status: creating opus-uninstalled.pc
  772. config.status: creating celt/arm/armopts.s
  773. config.status: creating doc/Makefile
  774. config.status: creating doc/Doxyfile
  775. config.status: creating config.h
  776. config.status: config.h is unchanged
  777. config.status: executing depfiles commands
  778. config.status: executing libtool commands
  779. configure:
  780. ------------------------------------------------------------------------
  781.   opus 1.1:  Automatic configuration OK.
  782.  
  783.     Compiler support:
  784.  
  785.       C99 var arrays: ................ yes
  786.       C99 lrintf: .................... yes
  787.       Use alloca: .................... no (using var arrays)
  788.  
  789.     General configuration:
  790.  
  791.       Floating point support: ........ yes
  792.       Fast float approximations: ..... no
  793.       Fixed point debugging: ......... no
  794.       Inline Assembly Optimizations: . No ASM for your platform, please send patches
  795.       External Assembly Optimizations:
  796.       Run-time CPU detection: ........ no
  797.       Custom modes: .................. no
  798.       Assertion checking: ............ no
  799.       Fuzzing: ....................... no
  800.  
  801.       API documentation: ............. yes
  802.       Extra programs: ................ yes
  803. ------------------------------------------------------------------------
  804.  
  805.  Type "make; make install" to compile and install
  806.  Type "make check" to run the test suite
  807.  
  808. + make -j4
  809. make  all-recursive
  810. make[1]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1'
  811. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1'
  812. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1/doc'
  813. make[3]: Nothing to be done for `all'.
  814. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1/doc'
  815. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1'
  816. make[1]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/libOpus/opus-1.1'
  817. + local LIB_DIR=Linux/x86_64-unknown-linux-gnu
  818. + mkdir -p Linux/x86_64-unknown-linux-gnu
  819. + cp .libs/libopus.a .libs/libopus.so .libs/libopus.so.0 .libs/libopus.so.0.5.0 Linux/x86_64-unknown-linux-gnu
  820. + cp Linux/x86_64-unknown-linux-gnu/libopus.so.0 /home/olorin/src/UnrealEngine/Engine/Binaries/Linux/
  821. + set +x
  822. building Ogg
  823. + cd Source/ThirdParty/Ogg/libogg-1.2.2/
  824. + P4Open configure
  825. + for file in '$@'
  826. + '[' '!' -e configure ']'
  827. + '[' -w configure ']'
  828. + return
  829. + chmod +x configure
  830. + ./configure --with-pic
  831. checking for a BSD-compatible install... /usr/bin/install -c
  832. checking whether build environment is sane... yes
  833. checking for a thread-safe mkdir -p... /bin/mkdir -p
  834. checking for gawk... gawk
  835. checking whether make sets $(MAKE)... yes
  836. checking whether to enable maintainer-specific portions of Makefiles... no
  837. checking for gcc... gcc
  838. checking whether the C compiler works... yes
  839. checking for C compiler default output file name... a.out
  840. checking for suffix of executables...
  841. checking whether we are cross compiling... no
  842. checking for suffix of object files... o
  843. checking whether we are using the GNU C compiler... yes
  844. checking whether gcc accepts -g... yes
  845. checking for gcc option to accept ISO C89... none needed
  846. checking for style of include used by make... GNU
  847. checking dependency style of gcc... gcc3
  848. checking build system type... x86_64-unknown-linux-gnu
  849. checking host system type... x86_64-unknown-linux-gnu
  850. checking for a sed that does not truncate output... /bin/sed
  851. checking for grep that handles long lines and -e... /bin/grep
  852. checking for egrep... /bin/grep -E
  853. checking for fgrep... /bin/grep -F
  854. checking for ld used by gcc... /usr/bin/ld
  855. checking if the linker (/usr/bin/ld) is GNU ld... yes
  856. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  857. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  858. checking whether ln -s works... yes
  859. checking the maximum length of command line arguments... 1572864
  860. checking whether the shell understands some XSI constructs... yes
  861. checking whether the shell understands "+="... yes
  862. checking for /usr/bin/ld option to reload object files... -r
  863. checking for objdump... objdump
  864. checking how to recognize dependent libraries... pass_all
  865. checking for ar... ar
  866. checking for strip... strip
  867. checking for ranlib... ranlib
  868. checking command to parse /usr/bin/nm -B output from gcc object... ok
  869. checking how to run the C preprocessor... gcc -E
  870. checking for ANSI C header files... yes
  871. checking for sys/types.h... yes
  872. checking for sys/stat.h... yes
  873. checking for stdlib.h... yes
  874. checking for string.h... yes
  875. checking for memory.h... yes
  876. checking for strings.h... yes
  877. checking for inttypes.h... yes
  878. checking for stdint.h... yes
  879. checking for unistd.h... yes
  880. checking for dlfcn.h... yes
  881. checking for objdir... .libs
  882. checking if gcc supports -fno-rtti -fno-exceptions... no
  883. checking for gcc option to produce PIC... -fPIC -DPIC
  884. checking if gcc PIC flag -fPIC -DPIC works... yes
  885. checking if gcc static flag -static works... yes
  886. checking if gcc supports -c -o file.o... yes
  887. checking if gcc supports -c -o file.o... (cached) yes
  888. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  889. checking whether -lc should be explicitly linked in... no
  890. checking dynamic linker characteristics... GNU/Linux ld.so
  891. checking how to hardcode library paths into programs... immediate
  892. checking whether stripping libraries is possible... yes
  893. checking if libtool supports shared libraries... yes
  894. checking whether to build shared libraries... yes
  895. checking whether to build static libraries... yes
  896. checking whether gcc and cc understand -c and -o together... yes
  897. checking for ANSI C header files... (cached) yes
  898. checking for inttypes.h... (cached) yes
  899. checking for stdint.h... (cached) yes
  900. checking for sys/types.h... (cached) yes
  901. checking for an ANSI C-conforming const... yes
  902. checking size of int16_t... 2
  903. checking size of uint16_t... 2
  904. checking size of u_int16_t... 2
  905. checking size of int32_t... 4
  906. checking size of uint32_t... 4
  907. checking size of u_int32_t... 4
  908. checking size of int64_t... 8
  909. checking size of short... 2
  910. checking size of int... 4
  911. checking size of long... 8
  912. checking size of long long... 8
  913. checking for working memcmp... yes
  914. configure: creating ./config.status
  915. config.status: creating Makefile
  916. config.status: creating src/Makefile
  917. config.status: creating doc/Makefile
  918. config.status: creating doc/libogg/Makefile
  919. config.status: creating include/Makefile
  920. config.status: creating include/ogg/Makefile
  921. config.status: creating include/ogg/config_types.h
  922. config.status: creating libogg.spec
  923. config.status: creating ogg.pc
  924. config.status: creating ogg-uninstalled.pc
  925. config.status: creating config.h
  926. config.status: config.h is unchanged
  927. config.status: executing depfiles commands
  928. config.status: executing libtool commands
  929. + make -j4
  930. make  all-recursive
  931. make[1]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2'
  932. Making all in src
  933. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/src'
  934. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include    -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c -o framing.lo framing.c
  935. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include    -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c -o bitwise.lo bitwise.c
  936. gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_bitwise-bitwise.o -MD -MP -MF .deps/test_bitwise-bitwise.Tpo -c -o test_bitwise-bitwise.o `test -f 'bitwise.c' || echo './'`bitwise.c
  937. gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include   -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT test_framing-framing.o -MD -MP -MF .deps/test_framing-framing.Tpo -c -o test_framing-framing.o `test -f 'framing.c' || echo './'`framing.c
  938. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c  -fPIC -DPIC -o .libs/framing.o
  939. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c  -fPIC -DPIC -o .libs/bitwise.o
  940. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT bitwise.lo -MD -MP -MF .deps/bitwise.Tpo -c bitwise.c  -fPIC -DPIC -o bitwise.o >/dev/null 2>&1
  941. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../include -O20 -Wall -ffast-math -fsigned-char -g -O2 -MT framing.lo -MD -MP -MF .deps/framing.Tpo -c framing.c  -fPIC -DPIC -o framing.o >/dev/null 2>&1
  942. mv -f .deps/test_bitwise-bitwise.Tpo .deps/test_bitwise-bitwise.Po
  943. /bin/bash ../libtool --tag=CC   --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2   -o test_bitwise test_bitwise-bitwise.o  
  944. mv -f .deps/bitwise.Tpo .deps/bitwise.Plo
  945. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_bitwise test_bitwise-bitwise.o
  946. mv -f .deps/framing.Tpo .deps/framing.Plo
  947. /bin/bash ../libtool --tag=CC   --mode=link gcc  -O20 -Wall -ffast-math -fsigned-char -g -O2 -no-undefined -version-info 7:1:7  -o libogg.la -rpath /usr/local/lib framing.lo bitwise.lo  
  948. libtool: link: rm -fr  .libs/libogg.a .libs/libogg.la .libs/libogg.lai .libs/libogg.so .libs/libogg.so.0 .libs/libogg.so.0.7.1
  949. mv -f .deps/test_framing-framing.Tpo .deps/test_framing-framing.Po
  950. libtool: link: gcc -shared  .libs/framing.o .libs/bitwise.o      -Wl,-soname -Wl,libogg.so.0 -o .libs/libogg.so.0.7.1
  951. /bin/bash ../libtool --tag=CC   --mode=link gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2   -o test_framing test_framing-framing.o  
  952. libtool: link: (cd ".libs" && rm -f "libogg.so.0" && ln -s "libogg.so.0.7.1" "libogg.so.0")
  953. libtool: link: (cd ".libs" && rm -f "libogg.so" && ln -s "libogg.so.0.7.1" "libogg.so")
  954. libtool: link: ar cru .libs/libogg.a  framing.o bitwise.o
  955. libtool: link: ranlib .libs/libogg.a
  956. libtool: link: ( cd ".libs" && rm -f "libogg.la" && ln -s "../libogg.la" "libogg.la" )
  957. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -ffast-math -fsigned-char -g -O2 -o test_framing test_framing-framing.o
  958. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/src'
  959. Making all in include
  960. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include'
  961. Making all in ogg
  962. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include/ogg'
  963. make[3]: Nothing to be done for `all'.
  964. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include/ogg'
  965. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include'
  966. make[3]: Nothing to be done for `all-am'.
  967. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include'
  968. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/include'
  969. Making all in doc
  970. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc'
  971. Making all in libogg
  972. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc/libogg'
  973. make[3]: Nothing to be done for `all'.
  974. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc/libogg'
  975. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc'
  976. make[3]: Nothing to be done for `all-am'.
  977. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc'
  978. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2/doc'
  979. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2'
  980. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2'
  981. make[1]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Ogg/libogg-1.2.2'
  982. + local LIB_DIR=lib/Linux/x86_64-unknown-linux-gnu
  983. + mkdir -p lib/Linux/x86_64-unknown-linux-gnu
  984. + cp src/.libs/bitwise.o src/.libs/framing.o src/.libs/libogg.a src/.libs/libogg.la src/.libs/libogg.lai src/.libs/libogg.so src/.libs/libogg.so.0 src/.libs/libogg.so.0.7.1 lib/Linux/x86_64-unknown-linux-gnu
  985. + set +x
  986. building Vorbis
  987. + cd Source/ThirdParty/Vorbis/libvorbis-1.3.2/
  988. + P4Open configure
  989. + for file in '$@'
  990. + '[' '!' -e configure ']'
  991. + '[' -w configure ']'
  992. + return
  993. + chmod +x configure
  994. + OGG_LIBS=../../Ogg/libogg-1.2.2/lib/Linux
  995. + OGG_CFLAGS=-I../../../Ogg/libogg-1.2.2/include
  996. + ./configure --with-pic --disable-oggtest
  997. checking build system type... x86_64-unknown-linux-gnu
  998. checking host system type... x86_64-unknown-linux-gnu
  999. checking target system type... x86_64-unknown-linux-gnu
  1000. checking for a BSD-compatible install... /usr/bin/install -c
  1001. checking whether build environment is sane... yes
  1002. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1003. checking for gawk... gawk
  1004. checking whether make sets $(MAKE)... yes
  1005. checking whether to enable maintainer-specific portions of Makefiles... no
  1006. checking for gcc... gcc
  1007. checking for C compiler default output file name... a.out
  1008. checking whether the C compiler works... yes
  1009. checking whether we are cross compiling... no
  1010. checking for suffix of executables...
  1011. checking for suffix of object files... o
  1012. checking whether we are using the GNU C compiler... yes
  1013. checking whether gcc accepts -g... yes
  1014. checking for gcc option to accept ISO C89... none needed
  1015. checking for style of include used by make... GNU
  1016. checking dependency style of gcc... gcc3
  1017. checking how to run the C preprocessor... gcc -E
  1018. checking for inline... inline
  1019. checking for a sed that does not truncate output... /bin/sed
  1020. checking for grep that handles long lines and -e... /bin/grep
  1021. checking for egrep... /bin/grep -E
  1022. checking for fgrep... /bin/grep -F
  1023. checking for ld used by gcc... /usr/bin/ld
  1024. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1025. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  1026. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  1027. checking whether ln -s works... yes
  1028. checking the maximum length of command line arguments... 1572864
  1029. checking whether the shell understands some XSI constructs... yes
  1030. checking whether the shell understands "+="... yes
  1031. checking for /usr/bin/ld option to reload object files... -r
  1032. checking for objdump... objdump
  1033. checking how to recognize dependent libraries... pass_all
  1034. checking for ar... ar
  1035. checking for strip... strip
  1036. checking for ranlib... ranlib
  1037. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1038. checking for ANSI C header files... yes
  1039. checking for sys/types.h... yes
  1040. checking for sys/stat.h... yes
  1041. checking for stdlib.h... yes
  1042. checking for string.h... yes
  1043. checking for memory.h... yes
  1044. checking for strings.h... yes
  1045. checking for inttypes.h... yes
  1046. checking for stdint.h... yes
  1047. checking for unistd.h... yes
  1048. checking for dlfcn.h... yes
  1049. checking for objdir... .libs
  1050. checking if gcc supports -fno-rtti -fno-exceptions... no
  1051. checking for gcc option to produce PIC... -fPIC -DPIC
  1052. checking if gcc PIC flag -fPIC -DPIC works... yes
  1053. checking if gcc static flag -static works... yes
  1054. checking if gcc supports -c -o file.o... yes
  1055. checking if gcc supports -c -o file.o... (cached) yes
  1056. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1057. checking whether -lc should be explicitly linked in... no
  1058. checking dynamic linker characteristics... GNU/Linux ld.so
  1059. checking how to hardcode library paths into programs... immediate
  1060. checking whether stripping libraries is possible... yes
  1061. checking if libtool supports shared libraries... yes
  1062. checking whether to build shared libraries... yes
  1063. checking whether to build static libraries... yes
  1064. checking whether gcc and cc understand -c and -o together... yes
  1065. checking GCC version... 4.8
  1066. checking if gcc accepts -Wdeclaration-after-statement... yes
  1067. checking for memory.h... (cached) yes
  1068. checking for cos in -lm... yes
  1069. checking for pthread_create in -lpthread... yes
  1070. checking for pkg-config... /usr/bin/pkg-config
  1071. checking pkg-config is at least version 0.9.0... yes
  1072. checking for OGG... yes
  1073. checking for working alloca.h... yes
  1074. checking for alloca... yes
  1075. checking for working memcmp... yes
  1076. configure: creating ./config.status
  1077. config.status: creating Makefile
  1078. config.status: creating m4/Makefile
  1079. config.status: creating lib/Makefile
  1080. config.status: creating lib/modes/Makefile
  1081. config.status: creating lib/books/Makefile
  1082. config.status: creating lib/books/coupled/Makefile
  1083. config.status: creating lib/books/uncoupled/Makefile
  1084. config.status: creating lib/books/floor/Makefile
  1085. config.status: creating doc/Makefile
  1086. config.status: creating doc/vorbisfile/Makefile
  1087. config.status: creating doc/vorbisenc/Makefile
  1088. config.status: creating doc/libvorbis/Makefile
  1089. config.status: creating doc/Doxyfile
  1090. config.status: creating include/Makefile
  1091. config.status: creating include/vorbis/Makefile
  1092. config.status: creating examples/Makefile
  1093. config.status: creating test/Makefile
  1094. config.status: creating vq/Makefile
  1095. config.status: creating libvorbis.spec
  1096. config.status: creating vorbis.pc
  1097. config.status: creating vorbisenc.pc
  1098. config.status: creating vorbisfile.pc
  1099. config.status: creating vorbis-uninstalled.pc
  1100. config.status: creating vorbisenc-uninstalled.pc
  1101. config.status: creating vorbisfile-uninstalled.pc
  1102. config.status: creating config.h
  1103. config.status: config.h is unchanged
  1104. config.status: executing depfiles commands
  1105. config.status: executing libtool commands
  1106. + make -j4
  1107. make  all-recursive
  1108. make[1]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2'
  1109. Making all in m4
  1110. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/m4'
  1111. make[2]: Nothing to be done for `all'.
  1112. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/m4'
  1113. Making all in include
  1114. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include'
  1115. Making all in vorbis
  1116. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include/vorbis'
  1117. make[3]: Nothing to be done for `all'.
  1118. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include/vorbis'
  1119. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include'
  1120. make[3]: Nothing to be done for `all-am'.
  1121. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include'
  1122. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/include'
  1123. Making all in vq
  1124. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/vq'
  1125. make[2]: Nothing to be done for `all'.
  1126. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/vq'
  1127. Making all in lib
  1128. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib'
  1129. Making all in modes
  1130. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/modes'
  1131. make[3]: Nothing to be done for `all'.
  1132. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/modes'
  1133. Making all in books
  1134. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books'
  1135. Making all in coupled
  1136. make[4]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/coupled'
  1137. make[4]: Nothing to be done for `all'.
  1138. make[4]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/coupled'
  1139. Making all in uncoupled
  1140. make[4]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/uncoupled'
  1141. make[4]: Nothing to be done for `all'.
  1142. make[4]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/uncoupled'
  1143. Making all in floor
  1144. make[4]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/floor'
  1145. make[4]: Nothing to be done for `all'.
  1146. make[4]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books/floor'
  1147. make[4]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books'
  1148. make[4]: Nothing to be done for `all-am'.
  1149. make[4]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books'
  1150. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/books'
  1151. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib'
  1152. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c -o mdct.lo mdct.c
  1153. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c -o smallft.lo smallft.c
  1154. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c -o block.lo block.c
  1155. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c -o envelope.lo envelope.c
  1156. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c  -fPIC -DPIC -o .libs/block.o
  1157. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c  -fPIC -DPIC -o .libs/smallft.o
  1158. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c  -fPIC -DPIC -o .libs/mdct.o
  1159. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c  -fPIC -DPIC -o .libs/envelope.o
  1160. In file included from smallft.c:35:0:
  1161. os.h: In function ‘vorbis_fpu_setround’:
  1162. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1163. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1164.                                                              ^
  1165. os.h: In function ‘vorbis_fpu_restore’:
  1166. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1167. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1168.                                                            ^
  1169. In file included from bitrate.h:23:0,
  1170.                 from codec_internal.h:59,
  1171.                 from block.c:26:
  1172. os.h: In function ‘vorbis_fpu_setround’:
  1173. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1174. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1175.                                                              ^
  1176. os.h: In function ‘vorbis_fpu_restore’:
  1177. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1178. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1179.                                                            ^
  1180. In file included from mdct.c:46:0:
  1181. os.h: In function ‘vorbis_fpu_setround’:
  1182. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1183. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1184.                                                              ^
  1185. os.h: In function ‘vorbis_fpu_restore’:
  1186. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1187. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1188.                                                            ^
  1189. In file included from bitrate.h:23:0,
  1190.                 from codec_internal.h:59,
  1191.                 from envelope.c:24:
  1192. os.h: In function ‘vorbis_fpu_setround’:
  1193. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1194. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1195.                                                              ^
  1196. os.h: In function ‘vorbis_fpu_restore’:
  1197. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1198. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1199.                                                            ^
  1200. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT envelope.lo -MD -MP -MF .deps/envelope.Tpo -c envelope.c  -fPIC -DPIC -o envelope.o >/dev/null 2>&1
  1201. mv -f .deps/envelope.Tpo .deps/envelope.Plo
  1202. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c -o window.lo window.c
  1203. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT block.lo -MD -MP -MF .deps/block.Tpo -c block.c  -fPIC -DPIC -o block.o >/dev/null 2>&1
  1204. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c  -fPIC -DPIC -o .libs/window.o
  1205. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mdct.lo -MD -MP -MF .deps/mdct.Tpo -c mdct.c  -fPIC -DPIC -o mdct.o >/dev/null 2>&1
  1206. In file included from window.c:20:0:
  1207. os.h: In function ‘vorbis_fpu_setround’:
  1208. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1209. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1210.                                                              ^
  1211. os.h: In function ‘vorbis_fpu_restore’:
  1212. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1213. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1214.                                                            ^
  1215. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT window.lo -MD -MP -MF .deps/window.Tpo -c window.c  -fPIC -DPIC -o window.o >/dev/null 2>&1
  1216. mv -f .deps/window.Tpo .deps/window.Plo
  1217. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c -o lsp.lo lsp.c
  1218. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c  -fPIC -DPIC -o .libs/lsp.o
  1219. In file included from lsp.c:39:0:
  1220. os.h: In function ‘vorbis_fpu_setround’:
  1221. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1222. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1223.                                                              ^
  1224. os.h: In function ‘vorbis_fpu_restore’:
  1225. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1226. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1227.                                                            ^
  1228. lsp.c: In function ‘Laguerre_With_Deflation’:
  1229. lsp.c:312:10: warning: variable ‘lastdelta’ set but not used [-Wunused-but-set-variable]
  1230.   double lastdelta=0.f;
  1231.          ^
  1232. mv -f .deps/block.Tpo .deps/block.Plo
  1233. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c -o lpc.lo lpc.c
  1234. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c  -fPIC -DPIC -o .libs/lpc.o
  1235. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lsp.lo -MD -MP -MF .deps/lsp.Tpo -c lsp.c  -fPIC -DPIC -o lsp.o >/dev/null 2>&1
  1236. In file included from lpc.c:49:0:
  1237. os.h: In function ‘vorbis_fpu_setround’:
  1238. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1239. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1240.                                                              ^
  1241. os.h: In function ‘vorbis_fpu_restore’:
  1242. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1243. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1244.                                                            ^
  1245. mv -f .deps/mdct.Tpo .deps/mdct.Plo
  1246. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c -o analysis.lo analysis.c
  1247. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c  -fPIC -DPIC -o .libs/analysis.o
  1248. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lpc.lo -MD -MP -MF .deps/lpc.Tpo -c lpc.c  -fPIC -DPIC -o lpc.o >/dev/null 2>&1
  1249. In file included from bitrate.h:23:0,
  1250.                 from codec_internal.h:59,
  1251.                 from analysis.c:23:
  1252. os.h: In function ‘vorbis_fpu_setround’:
  1253. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1254. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1255.                                                              ^
  1256. os.h: In function ‘vorbis_fpu_restore’:
  1257. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1258. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1259.                                                            ^
  1260. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT smallft.lo -MD -MP -MF .deps/smallft.Tpo -c smallft.c  -fPIC -DPIC -o smallft.o >/dev/null 2>&1
  1261. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT analysis.lo -MD -MP -MF .deps/analysis.Tpo -c analysis.c  -fPIC -DPIC -o analysis.o >/dev/null 2>&1
  1262. mv -f .deps/lsp.Tpo .deps/lsp.Plo
  1263. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c -o synthesis.lo synthesis.c
  1264. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c  -fPIC -DPIC -o .libs/synthesis.o
  1265. mv -f .deps/analysis.Tpo .deps/analysis.Plo
  1266. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c -o psy.lo psy.c
  1267. mv -f .deps/lpc.Tpo .deps/lpc.Plo
  1268. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c -o info.lo info.c
  1269. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c  -fPIC -DPIC -o .libs/psy.o
  1270. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c  -fPIC -DPIC -o .libs/info.o
  1271. In file included from bitrate.h:23:0,
  1272.                 from codec_internal.h:59,
  1273.                 from synthesis.c:21:
  1274. os.h: In function ‘vorbis_fpu_setround’:
  1275. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1276. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1277.                                                              ^
  1278. os.h: In function ‘vorbis_fpu_restore’:
  1279. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1280. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1281.                                                            ^
  1282. In file included from bitrate.h:23:0,
  1283.                 from codec_internal.h:59,
  1284.                 from psy.c:22:
  1285. os.h: In function ‘vorbis_fpu_setround’:
  1286. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1287. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1288.                                                              ^
  1289. os.h: In function ‘vorbis_fpu_restore’:
  1290. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1291. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1292.                                                            ^
  1293. In file included from bitrate.h:23:0,
  1294.                 from codec_internal.h:59,
  1295.                 from info.c:26:
  1296. os.h: In function ‘vorbis_fpu_setround’:
  1297. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1298. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1299.                                                              ^
  1300. os.h: In function ‘vorbis_fpu_restore’:
  1301. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1302. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1303.                                                            ^
  1304. psy.c: In function ‘_vp_couple_quantize_normalize’:
  1305. psy.c:1164:17: warning: "/*" within comment [-Wcomment]
  1306.                 /* elliptical
  1307. ^
  1308. psy.c:1023:9: warning: unused variable ‘de’ [-Wunused-variable]
  1309.   float de=0.1*p->m_val; /* a blend of the AoTuV M2 and M3 code here and below */
  1310.         ^
  1311. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT synthesis.lo -MD -MP -MF .deps/synthesis.Tpo -c synthesis.c  -fPIC -DPIC -o synthesis.o >/dev/null 2>&1
  1312. mv -f .deps/synthesis.Tpo .deps/synthesis.Plo
  1313. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c -o floor1.lo floor1.c
  1314. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c  -fPIC -DPIC -o .libs/floor1.o
  1315. In file included from bitrate.h:23:0,
  1316.                 from codec_internal.h:59,
  1317.                 from floor1.c:23:
  1318. os.h: In function ‘vorbis_fpu_setround’:
  1319. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1320. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1321.                                                              ^
  1322. os.h: In function ‘vorbis_fpu_restore’:
  1323. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1324. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1325.                                                            ^
  1326. floor1.c: In function ‘floor1_look’:
  1327. floor1.c:197:57: warning: unused parameter ‘vd’ [-Wunused-parameter]
  1328. static vorbis_look_floor *floor1_look(vorbis_dsp_state *vd,
  1329.                                                         ^
  1330. floor1.c: In function ‘floor1_inverse1’:
  1331. floor1.c:1038:25: warning: suggest parentheses around ‘+’ in operand of ‘&’ [-Wparentheses]
  1332.         fit_value[i]=val+predicted&0x7fff;
  1333.                         ^
  1334. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c  -fPIC -DPIC -o info.o >/dev/null 2>&1
  1335. floor1.c: In function ‘floor1_encode’:
  1336. floor1.c:884:15: warning: ‘maxval[7]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1337.             if(val<maxval[l]){
  1338.               ^
  1339. floor1.c:884:15: warning: ‘maxval[6]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1340. floor1.c:884:15: warning: ‘maxval[5]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1341. floor1.c:884:15: warning: ‘maxval[4]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1342. floor1.c:884:15: warning: ‘maxval[3]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1343. floor1.c:884:15: warning: ‘maxval[2]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1344. floor1.c:884:15: warning: ‘maxval[1]’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  1345. mv -f .deps/info.Tpo .deps/info.Plo
  1346. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c -o floor0.lo floor0.c
  1347. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c  -fPIC -DPIC -o .libs/floor0.o
  1348. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor1.lo -MD -MP -MF .deps/floor1.Tpo -c floor1.c  -fPIC -DPIC -o floor1.o >/dev/null 2>&1
  1349. In file included from bitrate.h:23:0,
  1350.                 from codec_internal.h:59,
  1351.                 from floor0.c:23:
  1352. os.h: In function ‘vorbis_fpu_setround’:
  1353. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1354. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1355.                                                              ^
  1356. os.h: In function ‘vorbis_fpu_restore’:
  1357. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1358. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1359.                                                            ^
  1360. floor0.c: In function ‘floor0_look’:
  1361. floor0.c:146:57: warning: unused parameter ‘vd’ [-Wunused-parameter]
  1362. static vorbis_look_floor *floor0_look(vorbis_dsp_state *vd,
  1363.                                                         ^
  1364. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT psy.lo -MD -MP -MF .deps/psy.Tpo -c psy.c  -fPIC -DPIC -o psy.o >/dev/null 2>&1
  1365. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT floor0.lo -MD -MP -MF .deps/floor0.Tpo -c floor0.c  -fPIC -DPIC -o floor0.o >/dev/null 2>&1
  1366. mv -f .deps/smallft.Tpo .deps/smallft.Plo
  1367. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c -o res0.lo res0.c
  1368. mv -f .deps/floor0.Tpo .deps/floor0.Plo
  1369. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c -o mapping0.lo mapping0.c
  1370. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c  -fPIC -DPIC -o .libs/res0.o
  1371. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c  -fPIC -DPIC -o .libs/mapping0.o
  1372. In file included from bitrate.h:23:0,
  1373.                 from codec_internal.h:59,
  1374.                 from res0.c:28:
  1375. os.h: In function ‘vorbis_fpu_setround’:
  1376. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1377. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1378.                                                              ^
  1379. os.h: In function ‘vorbis_fpu_restore’:
  1380. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1381. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1382.                                                            ^
  1383. res0.c: In function ‘_encodepart’:
  1384. res0.c:394:45: warning: unused parameter ‘acc’ [-Wunused-parameter]
  1385.                        codebook *book,long *acc){
  1386.                                             ^
  1387. res0.c: In function ‘_01forward’:
  1388. res0.c:537:37: warning: unused parameter ‘vb’ [-Wunused-parameter]
  1389.                       vorbis_block *vb,vorbis_look_residue *vl,
  1390.                                     ^
  1391. res0.c:542:27: warning: unused parameter ‘submap’ [-Wunused-parameter]
  1392.                       int submap){
  1393.                           ^
  1394. In file included from bitrate.h:23:0,
  1395.                 from codec_internal.h:59,
  1396.                 from mapping0.c:24:
  1397. os.h: In function ‘vorbis_fpu_setround’:
  1398. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1399. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1400.                                                              ^
  1401. os.h: In function ‘vorbis_fpu_restore’:
  1402. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1403. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1404.                                                            ^
  1405. mv -f .deps/floor1.Tpo .deps/floor1.Plo
  1406. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c -o registry.lo registry.c
  1407. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c  -fPIC -DPIC -o .libs/registry.o
  1408. In file included from bitrate.h:23:0,
  1409.                 from codec_internal.h:59,
  1410.                 from registry.c:19:
  1411. os.h: In function ‘vorbis_fpu_setround’:
  1412. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1413. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1414.                                                              ^
  1415. os.h: In function ‘vorbis_fpu_restore’:
  1416. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1417. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1418.                                                            ^
  1419. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c  -fPIC -DPIC -o registry.o >/dev/null 2>&1
  1420. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT res0.lo -MD -MP -MF .deps/res0.Tpo -c res0.c  -fPIC -DPIC -o res0.o >/dev/null 2>&1
  1421. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT mapping0.lo -MD -MP -MF .deps/mapping0.Tpo -c mapping0.c  -fPIC -DPIC -o mapping0.o >/dev/null 2>&1
  1422. mv -f .deps/registry.Tpo .deps/registry.Plo
  1423. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c -o codebook.lo codebook.c
  1424. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c  -fPIC -DPIC -o .libs/codebook.o
  1425. In file included from scales.h:22:0,
  1426.                 from codebook.c:24:
  1427. os.h: In function ‘vorbis_fpu_setround’:
  1428. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1429. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1430.                                                              ^
  1431. os.h: In function ‘vorbis_fpu_restore’:
  1432. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1433. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1434.                                                            ^
  1435. codebook.c: In function ‘vorbis_staticbook_unpack’:
  1436. codebook.c:251:31: warning: suggest parentheses around ‘+’ inside ‘>>’ [-Wparentheses]
  1437.       if((quantvals*s->q_quant+7>>3)>opb->storage-oggpack_bytes(opb))
  1438.                               ^
  1439. mv -f .deps/mapping0.Tpo .deps/mapping0.Plo
  1440. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c -o sharedbook.lo sharedbook.c
  1441. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c  -fPIC -DPIC -o .libs/sharedbook.o
  1442. mv -f .deps/res0.Tpo .deps/res0.Plo
  1443. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c -o lookup.lo lookup.c
  1444. In file included from sharedbook.c:22:0:
  1445. os.h: In function ‘vorbis_fpu_setround’:
  1446. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1447. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1448.                                                              ^
  1449. os.h: In function ‘vorbis_fpu_restore’:
  1450. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1451. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1452.                                                            ^
  1453. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c  -fPIC -DPIC -o .libs/lookup.o
  1454. mv -f .deps/psy.Tpo .deps/psy.Plo
  1455. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c -o bitrate.lo bitrate.c
  1456. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT codebook.lo -MD -MP -MF .deps/codebook.Tpo -c codebook.c  -fPIC -DPIC -o codebook.o >/dev/null 2>&1
  1457. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c  -fPIC -DPIC -o .libs/bitrate.o
  1458. In file included from lookup.c:21:0:
  1459. os.h: In function ‘vorbis_fpu_setround’:
  1460. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1461. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1462.                                                              ^
  1463. os.h: In function ‘vorbis_fpu_restore’:
  1464. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1465. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1466.                                                            ^
  1467. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT lookup.lo -MD -MP -MF .deps/lookup.Tpo -c lookup.c  -fPIC -DPIC -o lookup.o >/dev/null 2>&1
  1468. In file included from bitrate.h:23:0,
  1469.                 from codec_internal.h:59,
  1470.                 from bitrate.c:23:
  1471. os.h: In function ‘vorbis_fpu_setround’:
  1472. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1473. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1474.                                                              ^
  1475. os.h: In function ‘vorbis_fpu_restore’:
  1476. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1477. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1478.                                                            ^
  1479. mv -f .deps/lookup.Tpo .deps/lookup.Plo
  1480. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c -o vorbisfile.lo vorbisfile.c
  1481. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c  -fPIC -DPIC -o .libs/vorbisfile.o
  1482. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT bitrate.lo -MD -MP -MF .deps/bitrate.Tpo -c bitrate.c  -fPIC -DPIC -o bitrate.o >/dev/null 2>&1
  1483. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT sharedbook.lo -MD -MP -MF .deps/sharedbook.Tpo -c sharedbook.c  -fPIC -DPIC -o sharedbook.o >/dev/null 2>&1
  1484. In file included from vorbisfile.c:30:0:
  1485. os.h: In function ‘vorbis_fpu_setround’:
  1486. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1487. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1488.                                                              ^
  1489. os.h: In function ‘vorbis_fpu_restore’:
  1490. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1491. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1492.                                                            ^
  1493. mv -f .deps/bitrate.Tpo .deps/bitrate.Plo
  1494. /bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include    -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c -o vorbisenc.lo vorbisenc.c
  1495. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c  -fPIC -DPIC -o .libs/vorbisenc.o
  1496. mv -f .deps/codebook.Tpo .deps/codebook.Plo
  1497. gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include   -D_V_SELFTEST -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -MT test_sharedbook-sharedbook.o -MD -MP -MF .deps/test_sharedbook-sharedbook.Tpo -c -o test_sharedbook-sharedbook.o `test -f 'sharedbook.c' || echo './'`sharedbook.c
  1498. In file included from bitrate.h:23:0,
  1499.                 from codec_internal.h:59,
  1500.                 from vorbisenc.c:25:
  1501. os.h: In function ‘vorbis_fpu_setround’:
  1502. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1503. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1504.                                                              ^
  1505. os.h: In function ‘vorbis_fpu_restore’:
  1506. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1507. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1508.                                                            ^
  1509. In file included from sharedbook.c:22:0:
  1510. os.h: In function ‘vorbis_fpu_setround’:
  1511. os.h:158:62: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1512. static __inline void vorbis_fpu_setround(vorbis_fpu_control *fpu){
  1513.                                                              ^
  1514. os.h: In function ‘vorbis_fpu_restore’:
  1515. os.h:161:60: warning: unused parameter ‘fpu’ [-Wunused-parameter]
  1516. static __inline void vorbis_fpu_restore(vorbis_fpu_control fpu){
  1517.                                                            ^
  1518. mv -f .deps/sharedbook.Tpo .deps/sharedbook.Plo
  1519. /bin/bash ../libtool --tag=CC   --mode=link gcc  -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -no-undefined -version-info 4:5:4  -o libvorbis.la -rpath /usr/local/lib mdct.lo smallft.lo block.lo envelope.lo window.lo lsp.lo lpc.lo analysis.lo synthesis.lo psy.lo info.lo floor1.lo floor0.lo res0.lo mapping0.lo registry.lo codebook.lo sharedbook.lo lookup.lo bitrate.lo -lm ../../Ogg/libogg-1.2.2/lib/Linux
  1520. libtool: link: rm -fr  .libs/libvorbis.a .libs/libvorbis.la .libs/libvorbis.lai .libs/libvorbis.so .libs/libvorbis.so.0 .libs/libvorbis.so.0.4.5
  1521. libtool: link: gcc -shared  .libs/mdct.o .libs/smallft.o .libs/block.o .libs/envelope.o .libs/window.o .libs/lsp.o .libs/lpc.o .libs/analysis.o .libs/synthesis.o .libs/psy.o .libs/info.o .libs/floor1.o .libs/floor0.o .libs/res0.o .libs/mapping0.o .libs/registry.o .libs/codebook.o .libs/sharedbook.o .libs/lookup.o .libs/bitrate.o   -lm    -Wl,-soname -Wl,libvorbis.so.0 -o .libs/libvorbis.so.0.4.5
  1522. libtool: link: (cd ".libs" && rm -f "libvorbis.so.0" && ln -s "libvorbis.so.0.4.5" "libvorbis.so.0")
  1523. libtool: link: (cd ".libs" && rm -f "libvorbis.so" && ln -s "libvorbis.so.0.4.5" "libvorbis.so")
  1524. libtool: link: ar cru .libs/libvorbis.a  mdct.o smallft.o block.o envelope.o window.o lsp.o lpc.o analysis.o synthesis.o psy.o info.o floor1.o floor0.o res0.o mapping0.o registry.o codebook.o sharedbook.o lookup.o bitrate.o
  1525. libtool: link: ranlib .libs/libvorbis.a
  1526. libtool: link: ( cd ".libs" && rm -f "libvorbis.la" && ln -s "../libvorbis.la" "libvorbis.la" )
  1527. mv -f .deps/test_sharedbook-sharedbook.Tpo .deps/test_sharedbook-sharedbook.Po
  1528. /bin/bash ../libtool --tag=CC   --mode=link gcc -D_V_SELFTEST -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H   -o test_sharedbook test_sharedbook-sharedbook.o -lm
  1529. libtool: link: gcc -D_V_SELFTEST -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -o test_sharedbook test_sharedbook-sharedbook.o  -lm
  1530. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisfile.lo -MD -MP -MF .deps/vorbisfile.Tpo -c vorbisfile.c  -fPIC -DPIC -o vorbisfile.o >/dev/null 2>&1
  1531. libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../../../Ogg/libogg-1.2.2/include -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement -DUSE_MEMORY_H -MT vorbisenc.lo -MD -MP -MF .deps/vorbisenc.Tpo -c vorbisenc.c  -fPIC -DPIC -o vorbisenc.o >/dev/null 2>&1
  1532. mv -f .deps/vorbisfile.Tpo .deps/vorbisfile.Plo
  1533. /bin/bash ../libtool --tag=CC   --mode=link gcc  -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -no-undefined -version-info 6:4:3  -o libvorbisfile.la -rpath /usr/local/lib vorbisfile.lo libvorbis.la ../../Ogg/libogg-1.2.2/lib/Linux
  1534. libtool: link: rm -fr  .libs/libvorbisfile.a .libs/libvorbisfile.la .libs/libvorbisfile.lai .libs/libvorbisfile.so .libs/libvorbisfile.so.3 .libs/libvorbisfile.so.3.3.4
  1535. libtool: link: gcc -shared  .libs/vorbisfile.o   -Wl,-rpath -Wl,/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/.libs ./.libs/libvorbis.so    -Wl,-soname -Wl,libvorbisfile.so.3 -o .libs/libvorbisfile.so.3.3.4
  1536. libtool: link: (cd ".libs" && rm -f "libvorbisfile.so.3" && ln -s "libvorbisfile.so.3.3.4" "libvorbisfile.so.3")
  1537. libtool: link: (cd ".libs" && rm -f "libvorbisfile.so" && ln -s "libvorbisfile.so.3.3.4" "libvorbisfile.so")
  1538. libtool: link: ar cru .libs/libvorbisfile.a  vorbisfile.o
  1539. libtool: link: ranlib .libs/libvorbisfile.a
  1540. libtool: link: ( cd ".libs" && rm -f "libvorbisfile.la" && ln -s "../libvorbisfile.la" "libvorbisfile.la" )
  1541. mv -f .deps/vorbisenc.Tpo .deps/vorbisenc.Plo
  1542. /bin/bash ../libtool --tag=CC   --mode=link gcc  -O20 -Wall -Wextra -ffast-math -D_REENTRANT -fsigned-char -Wdeclaration-after-statement  -DUSE_MEMORY_H -no-undefined -version-info 2:8:0  -o libvorbisenc.la -rpath /usr/local/lib vorbisenc.lo libvorbis.la ../../Ogg/libogg-1.2.2/lib/Linux
  1543. libtool: link: rm -fr  .libs/libvorbisenc.a .libs/libvorbisenc.la .libs/libvorbisenc.lai .libs/libvorbisenc.so .libs/libvorbisenc.so.2 .libs/libvorbisenc.so.2.0.8
  1544. libtool: link: gcc -shared  .libs/vorbisenc.o   -Wl,-rpath -Wl,/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib/.libs ./.libs/libvorbis.so    -Wl,-soname -Wl,libvorbisenc.so.2 -o .libs/libvorbisenc.so.2.0.8
  1545. libtool: link: (cd ".libs" && rm -f "libvorbisenc.so.2" && ln -s "libvorbisenc.so.2.0.8" "libvorbisenc.so.2")
  1546. libtool: link: (cd ".libs" && rm -f "libvorbisenc.so" && ln -s "libvorbisenc.so.2.0.8" "libvorbisenc.so")
  1547. libtool: link: ar cru .libs/libvorbisenc.a  vorbisenc.o
  1548. libtool: link: ranlib .libs/libvorbisenc.a
  1549. libtool: link: ( cd ".libs" && rm -f "libvorbisenc.la" && ln -s "../libvorbisenc.la" "libvorbisenc.la" )
  1550. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib'
  1551. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/lib'
  1552. Making all in test
  1553. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/test'
  1554. make[2]: Nothing to be done for `all'.
  1555. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/test'
  1556. Making all in doc
  1557. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc'
  1558. Making all in libvorbis
  1559. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/libvorbis'
  1560. make[3]: Nothing to be done for `all'.
  1561. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/libvorbis'
  1562. Making all in vorbisfile
  1563. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/vorbisfile'
  1564. make[3]: Nothing to be done for `all'.
  1565. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/vorbisfile'
  1566. Making all in vorbisenc
  1567. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/vorbisenc'
  1568. make[3]: Nothing to be done for `all'.
  1569. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc/vorbisenc'
  1570. make[3]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc'
  1571. make[3]: Nothing to be done for `all-am'.
  1572. make[3]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc'
  1573. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2/doc'
  1574. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2'
  1575. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2'
  1576. make[1]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/Vorbis/libvorbis-1.3.2'
  1577. + local LIB_DIR=lib/Linux/x86_64-unknown-linux-gnu
  1578. + mkdir -p lib/Linux/x86_64-unknown-linux-gnu
  1579. + cp lib/.libs/libvorbis.a lib/.libs/libvorbisenc.a lib/.libs/libvorbisfile.a lib/Linux/x86_64-unknown-linux-gnu/
  1580. + set +x
  1581. /home/olorin/src/UnrealEngine/Engine
  1582. building libPNG
  1583. + cd Source/ThirdParty/libPNG/libPNG-1.5.2
  1584. + cp --remove-destination scripts/makefile.linux Makefile
  1585. + cp --remove-destination scripts/pnglibconf.h.prebuilt pnglibconf.h
  1586. + P4Open pnglibconf.h
  1587. + for file in '$@'
  1588. + '[' '!' -e pnglibconf.h ']'
  1589. + '[' -w pnglibconf.h ']'
  1590. + return
  1591. + CPPFLAGS=-fPIC
  1592. + make -j4
  1593. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o png.o png.c
  1594. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngset.o pngset.c
  1595. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngget.o pngget.c
  1596. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngrutil.o pngrutil.c
  1597. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngtrans.o pngtrans.c
  1598. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngwutil.o pngwutil.c
  1599. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngread.o pngread.c
  1600. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngrio.o pngrio.c
  1601. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngwio.o pngwio.c
  1602. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngwrite.o pngwrite.c
  1603. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngrtran.o pngrtran.c
  1604. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngwtran.o pngwtran.c
  1605. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngmem.o pngmem.c
  1606. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngerror.o pngerror.c
  1607. gcc -I../zlib -W -Wall -O3 -funroll-loops   -fPIC  -c -o pngpread.o pngpread.c
  1608. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o png.pic.o png.c
  1609. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngset.pic.o pngset.c
  1610. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngget.pic.o pngget.c
  1611. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngrutil.pic.o pngrutil.c
  1612. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngtrans.pic.o pngtrans.c
  1613. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngwutil.pic.o pngwutil.c
  1614. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngread.pic.o pngread.c
  1615. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngrio.pic.o pngrio.c
  1616. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngwio.pic.o pngwio.c
  1617. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngwrite.pic.o pngwrite.c
  1618. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngrtran.pic.o pngrtran.c
  1619. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngwtran.pic.o pngwtran.c
  1620. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngmem.pic.o pngmem.c
  1621. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngerror.pic.o pngerror.c
  1622. gcc -c -I../zlib -W -Wall -O3 -funroll-loops   -fPIC -o pngpread.pic.o pngpread.c
  1623. ar rc libpng.a png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o pngmem.o pngerror.o pngpread.o
  1624. ranlib libpng.a
  1625. gcc -o pngtest-static -I../zlib -W -Wall -O3 -funroll-loops   pngtest.o -L../zlib -Wl,-rpath,../zlib libpng.a -lz -lm
  1626. gcc -shared -Wl,-soname,libpng15.so.15 -o libpng15.so.15 png.pic.o pngset.pic.o pngget.pic.o pngrutil.pic.o pngtrans.pic.o pngwutil.pic.o pngread.pic.o pngrio.pic.o pngwio.pic.o pngwrite.pic.o pngrtran.pic.o pngwtran.pic.o pngmem.pic.o pngerror.pic.o pngpread.pic.o
  1627. ln -sf libpng15.so.15 libpng15.so
  1628. gcc -o pngtest -I../zlib -W -Wall -O3 -funroll-loops   pngtest.o -L. -Wl,-rpath,. -L../zlib -Wl,-rpath,../zlib -lpng15 -lz -lm
  1629. + local LIB_DIR=lib/Linux/x86_64-unknown-linux-gnu
  1630. + mkdir -p lib/Linux/x86_64-unknown-linux-gnu
  1631. + cp --remove-destination libpng.a lib/Linux/x86_64-unknown-linux-gnu/
  1632. + cp -a libpng15.so libpng15.so.15 /home/olorin/src/UnrealEngine/Engine/Binaries/Linux/
  1633. + set +x
  1634. building hlslcc
  1635. + cd Source/ThirdParty/hlslcc
  1636. + make -j4
  1637. make: Nothing to be done for `all'.
  1638. + set +x
  1639. building MCPP
  1640. + cd Source/ThirdParty/MCPP/mcpp-2.7.2
  1641. + P4Open configure
  1642. + for file in '$@'
  1643. + '[' '!' -e configure ']'
  1644. + '[' -w configure ']'
  1645. + return
  1646. + chmod +x configure
  1647. + ./configure --enable-shared --enable-shared --enable-mcpplib
  1648. checking build system type... x86_64-unknown-linux-gnu
  1649. checking host system type... x86_64-unknown-linux-gnu
  1650. checking target system type... x86_64-unknown-linux-gnu
  1651. checking for a BSD-compatible install... /usr/bin/install -c
  1652. checking whether build environment is sane... yes
  1653. checking for a thread-safe mkdir -p... /bin/mkdir -p
  1654. checking for gawk... gawk
  1655. checking whether make sets $(MAKE)... yes
  1656. checking for gcc... gcc
  1657. checking for C compiler default output file name... a.out
  1658. checking whether the C compiler works... yes
  1659. checking whether we are cross compiling... no
  1660. checking for suffix of executables...
  1661. checking for suffix of object files... o
  1662. checking whether we are using the GNU C compiler... yes
  1663. checking whether gcc accepts -g... yes
  1664. checking for gcc option to accept ISO C89... none needed
  1665. checking how to run the C preprocessor... gcc -E
  1666. checking for a BSD-compatible install... /usr/bin/install -c
  1667. checking for grep that handles long lines and -e... /bin/grep
  1668. checking for egrep... /bin/grep -E
  1669. checking for a sed that does not truncate output... /bin/sed
  1670. checking for ld used by gcc... /usr/bin/ld
  1671. checking if the linker (/usr/bin/ld) is GNU ld... yes
  1672. checking for /usr/bin/ld option to reload object files... -r
  1673. checking for BSD-compatible nm... /usr/bin/nm -B
  1674. checking whether ln -s works... yes
  1675. checking how to recognise dependent libraries... pass_all
  1676. checking for ANSI C header files... yes
  1677. checking for sys/types.h... yes
  1678. checking for sys/stat.h... yes
  1679. checking for stdlib.h... yes
  1680. checking for string.h... yes
  1681. checking for memory.h... yes
  1682. checking for strings.h... yes
  1683. checking for inttypes.h... yes
  1684. checking for stdint.h... yes
  1685. checking for unistd.h... yes
  1686. checking dlfcn.h usability... yes
  1687. checking dlfcn.h presence... yes
  1688. checking for dlfcn.h... yes
  1689. checking for g++... g++
  1690. checking whether we are using the GNU C++ compiler... yes
  1691. checking whether g++ accepts -g... yes
  1692. checking how to run the C++ preprocessor... g++ -E
  1693. checking for g77... no
  1694. checking for xlf... no
  1695. checking for f77... no
  1696. checking for frt... no
  1697. checking for pgf77... no
  1698. checking for cf77... no
  1699. checking for fort77... no
  1700. checking for fl32... no
  1701. checking for af77... no
  1702. checking for xlf90... no
  1703. checking for f90... no
  1704. checking for pgf90... no
  1705. checking for pghpf... no
  1706. checking for epcf90... no
  1707. checking for gfortran... no
  1708. checking for g95... no
  1709. checking for xlf95... no
  1710. checking for f95... no
  1711. checking for fort... no
  1712. checking for ifort... no
  1713. checking for ifc... no
  1714. checking for efc... no
  1715. checking for pgf95... no
  1716. checking for lf95... no
  1717. checking for ftn... no
  1718. checking whether we are using the GNU Fortran 77 compiler... no
  1719. checking whether  accepts -g... no
  1720. checking the maximum length of command line arguments... 32768
  1721. checking command to parse /usr/bin/nm -B output from gcc object... ok
  1722. checking for objdir... .libs
  1723. checking for ar... ar
  1724. checking for ranlib... ranlib
  1725. checking for strip... strip
  1726. checking if gcc supports -fno-rtti -fno-exceptions... no
  1727. checking for gcc option to produce PIC... -fPIC
  1728. checking if gcc PIC flag -fPIC works... yes
  1729. checking if gcc static flag -static works... yes
  1730. checking if gcc supports -c -o file.o... yes
  1731. checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1732. checking whether -lc should be explicitly linked in... no
  1733. checking dynamic linker characteristics... GNU/Linux ld.so
  1734. checking how to hardcode library paths into programs... immediate
  1735. checking whether stripping libraries is possible... yes
  1736. checking if libtool supports shared libraries... yes
  1737. checking whether to build shared libraries... yes
  1738. checking whether to build static libraries... yes
  1739. configure: creating libtool
  1740. appending configuration tag "CXX" to libtool
  1741. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  1742. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  1743. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1744. checking for g++ option to produce PIC... -fPIC
  1745. checking if g++ PIC flag -fPIC works... yes
  1746. checking if g++ static flag -static works... yes
  1747. checking if g++ supports -c -o file.o... yes
  1748. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  1749. checking dynamic linker characteristics... GNU/Linux ld.so
  1750. checking how to hardcode library paths into programs... immediate
  1751. appending configuration tag "F77" to libtool
  1752. checking whether the cpp is target preprocessor... yes
  1753. checking for target cpu... x86_64
  1754. checking unistd.h, usability... no
  1755. checking unistd.h, presence... no
  1756. checking for unistd.h,... no
  1757. checking stdint.h, usability... no
  1758. checking stdint.h, presence... no
  1759. checking for stdint.h,... no
  1760. checking for inttypes.h... (cached) yes
  1761. checking for intmax_t... yes
  1762. checking for long long... yes
  1763. checking for stpcpy... yes
  1764. checking if the cases of filename are folded... no
  1765. checking printf length modifier for the longest integer... j
  1766. checking printf length modifier for the longest integer... (cached) j
  1767. checking for value of __GNUC__... 4
  1768. checking for value of __GNUC_MINOR__... 8
  1769. configure: creating ./config.status
  1770. config.status: creating Makefile
  1771. config.status: creating src/Makefile
  1772. config.status: creating tests/Makefile
  1773. config.status: creating src/config.h
  1774. config.status: src/config.h is unchanged
  1775. + make -j4
  1776. Making all in src
  1777. make[1]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/src'
  1778. make  all-am
  1779. make[2]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/src'
  1780. make[2]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/src'
  1781. make[1]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2/src'
  1782. make[1]: Entering directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2'
  1783. make[1]: Nothing to be done for `all-am'.
  1784. make[1]: Leaving directory `/home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/MCPP/mcpp-2.7.2'
  1785. + local LIB_DIR=lib/Linux/x86_64-unknown-linux-gnu
  1786. + P4Open lib/Linux/x86_64-unknown-linux-gnu/libmcpp.a
  1787. + for file in '$@'
  1788. + '[' '!' -e lib/Linux/x86_64-unknown-linux-gnu/libmcpp.a ']'
  1789. + '[' -w lib/Linux/x86_64-unknown-linux-gnu/libmcpp.a ']'
  1790. + return
  1791. + P4Open lib/Linux/x86_64-unknown-linux-gnu/libmcpp.so
  1792. + for file in '$@'
  1793. + '[' '!' -e lib/Linux/x86_64-unknown-linux-gnu/libmcpp.so ']'
  1794. + '[' -w lib/Linux/x86_64-unknown-linux-gnu/libmcpp.so ']'
  1795. + return
  1796. + mkdir -p lib/Linux/x86_64-unknown-linux-gnu
  1797. + cp --remove-destination ./src/.libs/libmcpp.a lib/Linux/x86_64-unknown-linux-gnu/
  1798. + cp --remove-destination ./src/.libs/libmcpp.so lib/Linux/x86_64-unknown-linux-gnu/
  1799. + cp --remove-destination ./src/.libs/libmcpp.so /home/olorin/src/UnrealEngine/Engine/Binaries/Linux/libmcpp.so.0
  1800. + set +x
  1801. building freetype
  1802. + cd Source/ThirdParty/FreeType2/FreeType2-2.4.12/src
  1803. + pwd
  1804. /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/FreeType2/FreeType2-2.4.12/src
  1805. + make -j4 -f ../Builds/Linux/makefile
  1806. make: Nothing to be done for `all'.
  1807. + local LIB_DIR=../Lib/Linux/x86_64-unknown-linux-gnu
  1808. + mkdir -p ../Lib/Linux/x86_64-unknown-linux-gnu
  1809. + cp --remove-destination libfreetype2412.a ../Lib/Linux/x86_64-unknown-linux-gnu/
  1810. + set +x
  1811. building LinuxNativeDialogs
  1812. + cd Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs/build
  1813. + cmake ..
  1814. -- Some or all of the gtk libraries were not found. (missing:  GTK2_GTK_LIBRARY GTK2_GTK_INCLUDE_DIR GTK2_GDK_INCLUDE_DIR GTK2_GDKCONFIG_INCLUDE_DIR GTK2_GDK_LIBRARY)
  1815. -- checking for module 'gtk+-3.0'
  1816. --   package 'gtk+-3.0' not found
  1817. -- SDL2 found
  1818. -- Qt4 found
  1819. SDL2 found SDL2;pthread
  1820. -- Configuring done
  1821. -- Generating done
  1822. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/LinuxNativeDialogs/UELinuxNativeDialogs/build
  1823. + make -j4
  1824. Linking CXX shared library libqt4dialog.so
  1825. [ 33%] Built target qt4dialog
  1826. Linking CXX executable qt4sdltest
  1827. Linking CXX executable qt4test
  1828. [ 66%] Built target qt4test
  1829. [100%] Built target qt4sdltest
  1830. + local LIB_DIR=../lib/Linux/x86_64-unknown-linux-gnu/
  1831. + '[' -f libqt4dialog.so ']'
  1832. + ln -s libqt4dialog.so libLND.so
  1833. + mv libLND.so libqt4dialog.so ../lib/Linux/x86_64-unknown-linux-gnu//
  1834. + cp -P --remove-destination ../lib/Linux/x86_64-unknown-linux-gnu//libLND.so ../lib/Linux/x86_64-unknown-linux-gnu//libqt4dialog.so /home/olorin/src/UnrealEngine/Engine/Binaries/Linux/
  1835. + '[' -f libqt5dialog.so ']'
  1836. + '[' -f libgtk2dialog.so ']'
  1837. + '[' -f libgtk3dialog.so ']'
  1838. + set +x
  1839. building ForsythTriOO
  1840. + cd Source/ThirdParty/ForsythTriOO
  1841. + mkdir -p Build/Linux
  1842. + mkdir -p Lib/Linux/x86_64-unknown-linux-gnu
  1843. + cd Build/Linux
  1844. + cmake -DCMAKE_BUILD_TYPE=Debug ../../
  1845. -- Configuring done
  1846. -- Generating done
  1847. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/ForsythTriOO/Build/Linux
  1848. + make
  1849. [100%] Built target ForsythTriOptimizerd
  1850. + cmake -DCMAKE_BUILD_TYPE=Release ../../
  1851. -- Configuring done
  1852. -- Generating done
  1853. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/ForsythTriOO/Build/Linux
  1854. + make
  1855. [100%] Built target ForsythTriOptimizer
  1856. + cp --remove-destination libForsythTriOptimizer.a libForsythTriOptimizerd.a ../../Lib/Linux/x86_64-unknown-linux-gnu/
  1857. + set +x
  1858. building nvTriStrip
  1859. + cd Source/ThirdParty/nvTriStrip/nvTriStrip-1.0.0
  1860. + mkdir -p Build/Linux
  1861. + mkdir -p Lib/Linux/x86_64-unknown-linux-gnu
  1862. + cd Build/Linux
  1863. + cmake -DCMAKE_BUILD_TYPE=Debug ../../
  1864. -- Configuring done
  1865. -- Generating done
  1866. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip-1.0.0/Build/Linux
  1867. + make
  1868. [100%] Built target nvtristripd
  1869. + cmake -DCMAKE_BUILD_TYPE=Release ../../
  1870. -- Configuring done
  1871. -- Generating done
  1872. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/nvTriStrip/nvTriStrip-1.0.0/Build/Linux
  1873. + make
  1874. [100%] Built target nvtristrip
  1875. + cp --remove-destination libnvtristrip.a libnvtristripd.a ../../Lib/Linux/x86_64-unknown-linux-gnu/
  1876. + set +x
  1877. building nvTextureTools
  1878. + cd Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8
  1879. + mkdir -p lib/Linux/x86_64-unknown-linux-gnu
  1880. + cd src
  1881. + CFLAGS=-fPIC
  1882. + ./configure
  1883. -- Configuring nvidia-texture-tools 2.0.8
  1884. -- Setting optimal options
  1885. --   Processor: x86_64
  1886. --   Compiler Flags:
  1887. -- Looking for OpenGL - found
  1888. -- Looking for GLUT - not found
  1889. -- Looking for DirectX - not found
  1890. -- Looking for GLEW - found
  1891. -- Looking for Cg - not found
  1892. -- Looking for CUDA - not found
  1893. -- Looking for Maya - not found
  1894. -- Looking for JPEG - found
  1895. -- Looking for PNG - found
  1896. -- Could NOT find TIFF (missing:  TIFF_LIBRARY TIFF_INCLUDE_DIR)
  1897. -- Looking for TIFF - not found
  1898. -- Looking for OpenEXR - not found
  1899. -- Use thread library: -lpthread
  1900. -- Configuring done
  1901. -- Generating done
  1902. -- Build files have been written to: /home/olorin/src/UnrealEngine/Engine/Source/ThirdParty/nvTextureTools/nvTextureTools-2.0.8/src/build
  1903.  
  1904. -e Your configure completed successfully, now type make
  1905.  
  1906. + make
  1907. [ 12%] Built target nvcore
  1908. [ 23%] Built target nvmath
  1909. [ 25%] Built target posh
  1910. [ 45%] Built target nvimage
  1911. [ 47%] Built target filtertest
  1912. [ 49%] Built target nvassemble
  1913. [ 60%] Built target squish
  1914. Linking CXX shared library libnvtt.so
  1915. /usr/bin/ld: squish/libsquish.a(weightedclusterfit.cpp.o): relocation R_X86_64_32S against `_ZTVN6squish18WeightedClusterFitE' can not be used when making a shared object; recompile with -fPIC
  1916. squish/libsquish.a: error adding symbols: Bad value
  1917. collect2: error: ld returned 1 exit status
  1918. make[3]: *** [src/nvtt/libnvtt.so] Error 1
  1919. make[2]: *** [src/nvtt/CMakeFiles/nvtt.dir/all] Error 2
  1920. make[1]: *** [all] Error 2
  1921. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement