Advertisement
Guest User

Untitled

a guest
Feb 7th, 2011
411
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.76 KB | None | 0 0
  1. >>> copy config.guess and config.sub to .
  2.  
  3. FreeType build system -- automatic system detection
  4.  
  5. The following settings are used:
  6.  
  7. platform unix
  8. compiler arm-linux-androideabi-gcc
  9. configuration directory ./builds/unix
  10. configuration rules ./builds/unix/unix.mk
  11.  
  12. If this does not correspond to your system or settings please remove the file
  13. `config.mk' from this directory then read the INSTALL file for help.
  14.  
  15. Otherwise, simply type `make' again to build the library,
  16. or `make refdoc' to build the API reference (the latter needs python).
  17.  
  18. Generating modules list in ./objs/ftmodule.h...
  19. * module: truetype (Windows/Mac font files with extension *.ttf or *.ttc)
  20. * module: type1 (Postscript font files with extension *.pfa or *.pfb)
  21. * module: cff (OpenType fonts with extension *.otf)
  22. * module: cid (Postscript CID-keyed fonts, no known extension)
  23. * module: pfr (PFR/TrueDoc font files with extension *.pfr)
  24. * module: type42 (Type 42 font files with no known extension)
  25. * module: winfnt (Windows bitmap fonts with extension *.fnt or *.fon)
  26. * module: pcf (pcf bitmap fonts)
  27. * module: bdf (bdf bitmap fonts)
  28. * module: sfnt (helper module for TrueType & OpenType formats)
  29. * module: autofit (automatic hinting module)
  30. * module: pshinter (Postscript hinter module)
  31. * module: raster (monochrome bitmap renderer)
  32. * module: smooth (anti-aliased bitmap renderer)
  33. * module: smooth (anti-aliased bitmap renderer for LCDs)
  34. * module: smooth (anti-aliased bitmap renderer for vertical LCDs)
  35. * module: psaux (Postscript Type 1 & Type 2 helper module)
  36. * module: psnames (Postscript & Unicode Glyph name handling)
  37. done.
  38. cd builds/unix; ./configure '--host=arm-linux-androideabi' '--build=x86_64-unknown-linux-gnu' '--prefix=/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain'
  39. checking build system type... x86_64-unknown-linux-gnu
  40. checking host system type... arm-unknown-linux-androideabi
  41. checking for arm-linux-androideabi-gcc... arm-linux-androideabi-gcc
  42. checking whether the C compiler works... yes
  43. checking for C compiler default output file name... a.out
  44. checking for suffix of executables...
  45. checking whether we are cross compiling... yes
  46. checking for suffix of object files... o
  47. checking whether we are using the GNU C compiler... yes
  48. checking whether arm-linux-androideabi-gcc accepts -g... yes
  49. checking for arm-linux-androideabi-gcc option to accept ISO C89... none needed
  50. checking how to run the C preprocessor... arm-linux-androideabi-gcc -E
  51. checking for x86_64-unknown-linux-gnu-gcc... no
  52. checking for gcc... gcc
  53. checking for gcc... (cached) gcc
  54. checking for suffix of native executables...
  55. checking for rm... rm -f
  56. checking for rmdir... rmdir
  57. checking for a BSD-compatible install... /usr/bin/install -c
  58. checking for grep that handles long lines and -e... /bin/grep
  59. checking for egrep... /bin/grep -E
  60. checking for ANSI C header files... yes
  61. checking for sys/types.h... yes
  62. checking for sys/stat.h... yes
  63. checking for stdlib.h... yes
  64. checking for string.h... yes
  65. checking for memory.h... yes
  66. checking for strings.h... yes
  67. checking for inttypes.h... yes
  68. checking for stdint.h... yes
  69. checking for unistd.h... yes
  70. checking fcntl.h usability... yes
  71. checking fcntl.h presence... yes
  72. checking for fcntl.h... yes
  73. checking for unistd.h... (cached) yes
  74. checking for an ANSI C-conforming const... yes
  75. checking size of int... 4
  76. checking size of long... 4
  77. checking cpp computation of bit length in ftconfig.in works... yes
  78. checking for stdlib.h... (cached) yes
  79. checking for unistd.h... (cached) yes
  80. checking for sys/param.h... yes
  81. checking for getpagesize... no
  82. checking for working mmap... no
  83. checking for memcpy... yes
  84. checking for memmove... yes
  85. checking for gzsetparams in -lz... yes
  86. checking zlib.h usability... yes
  87. checking zlib.h presence... yes
  88. checking for zlib.h... yes
  89. checking for a sed that does not truncate output... /bin/sed
  90. checking for fgrep... /bin/grep -F
  91. checking for ld used by arm-linux-androideabi-gcc... arm-linux-androideabi-ld
  92. checking if the linker (arm-linux-androideabi-ld) is GNU ld... yes
  93. checking for BSD- or MS-compatible name lister (nm)... arm-linux-androideabi-nm
  94. checking the name lister (arm-linux-androideabi-nm) interface... BSD nm
  95. checking whether ln -s works... yes
  96. checking the maximum length of command line arguments... 3458764513820540925
  97. checking whether the shell understands some XSI constructs... yes
  98. checking whether the shell understands "+="... yes
  99. checking for arm-linux-androideabi-ld option to reload object files... -r
  100. checking for arm-linux-androideabi-objdump... arm-linux-androideabi-objdump
  101. checking how to recognize dependent libraries... pass_all
  102. checking for arm-linux-androideabi-ar... arm-linux-androideabi-ar
  103. checking for arm-linux-androideabi-strip... arm-linux-androideabi-strip
  104. checking for arm-linux-androideabi-ranlib... arm-linux-androideabi-ranlib
  105. checking command to parse arm-linux-androideabi-nm output from arm-linux-androideabi-gcc object... ok
  106. checking for dlfcn.h... yes
  107. checking for objdir... .libs
  108. checking if arm-linux-androideabi-gcc supports -fno-rtti -fno-exceptions... no
  109. checking for arm-linux-androideabi-gcc option to produce PIC... -fPIC -DPIC
  110. checking if arm-linux-androideabi-gcc PIC flag -fPIC -DPIC works... yes
  111. checking if arm-linux-androideabi-gcc static flag -static works... no
  112. checking if arm-linux-androideabi-gcc supports -c -o file.o... yes
  113. checking if arm-linux-androideabi-gcc supports -c -o file.o... (cached) yes
  114. checking whether the arm-linux-androideabi-gcc linker (arm-linux-androideabi-ld) supports shared libraries... yes
  115. checking whether -lc should be explicitly linked in... no
  116. checking dynamic linker characteristics... GNU/Linux ld.so
  117. checking how to hardcode library paths into programs... immediate
  118. checking whether stripping libraries is possible... yes
  119. checking if libtool supports shared libraries... yes
  120. checking whether to build shared libraries... yes
  121. checking whether to build static libraries... yes
  122. configure: creating ./config.status
  123. config.status: creating unix-cc.mk
  124. config.status: creating unix-def.mk
  125. config.status: creating freetype-config
  126. config.status: creating freetype2.pc
  127. config.status: creating ftconfig.h
  128. config.status: executing libtool commands
  129. make: Nothing to be done for `unix'.
  130. ./builds/unix/libtool --mode=compile arm-linux-androideabi-gcc -pedantic -ansi --sysroot=/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot/usr/include -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/include -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs -I./builds/unix -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/ftsystem.lo /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c
  131. libtool: compile: arm-linux-androideabi-gcc -pedantic -ansi --sysroot=/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot/usr/include -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/include -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs -I./builds/unix -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c -fPIC -DPIC -o /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/.libs/ftsystem.o
  132. In file included from /home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/stdio.h:64,
  133. from /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include/freetype/config/ftstdlib.h:100,
  134. from ./builds/unix/ftconfig.h:43,
  135. from /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c:29:
  136. /home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u_int64_t'
  137. make: *** [/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/ftsystem.lo] Error 1
  138. ./builds/unix/libtool --mode=compile arm-linux-androideabi-gcc -pedantic -ansi --sysroot=/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot/usr/include -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/include -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs -I./builds/unix -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB -DFT_CONFIG_CONFIG_H="<ftconfig.h>" -DFT2_BUILD_LIBRARY -DFT_CONFIG_MODULES_H="<ftmodule.h>" -o /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/ftsystem.lo /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c
  139. libtool: compile: arm-linux-androideabi-gcc -pedantic -ansi --sysroot=/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/sysroot/usr/include -I/home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/include -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs -I./builds/unix -I/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include -c -Wall -g -O2 -DFT_CONFIG_OPTION_SYSTEM_ZLIB "-DFT_CONFIG_CONFIG_H=<ftconfig.h>" -DFT2_BUILD_LIBRARY "-DFT_CONFIG_MODULES_H=<ftmodule.h>" /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c -fPIC -DPIC -o /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/.libs/ftsystem.o
  140. In file included from /home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/stdio.h:64,
  141. from /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/include/freetype/config/ftstdlib.h:100,
  142. from ./builds/unix/ftconfig.h:43,
  143. from /home/topfs/Utveckling/android-toolchain/freetype-2.4.4/src/base/ftsystem.c:29:
  144. /home/topfs/Utveckling/android-ndk-r5b//my-xbmc-android-toolchain/bin/../lib/gcc/arm-linux-androideabi/4.4.3/include-fixed/sys/types.h:137: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'u_int64_t'
  145. make: *** [/home/topfs/Utveckling/android-toolchain/freetype-2.4.4/objs/ftsystem.lo] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement