Advertisement
Guest User

Untitled

a guest
Sep 12th, 2017
516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 43.39 KB | None | 0 0
  1. ############################################################################
  2. install pixman
  3.  
  4. su
  5. ./autogen.sh
  6. make
  7. make check
  8. make install
  9. ############################################################################
  10.  
  11.  
  12. PASS: trap-crasher
  13. PASS: fence-image-self-test
  14. PASS: region-translate-test
  15. PASS: fetch-test
  16. PASS: a1-trap-test
  17. PASS: prng-test
  18. PASS: radial-invalid
  19. PASS: pdf-op-test
  20. PASS: region-test
  21. PASS: combiner-test
  22. PASS: scaling-crash-test
  23. PASS: alpha-loop
  24. PASS: scaling-helpers-test
  25. PASS: thread-test
  26. rotate test passed (checksum=81E9EC2F)
  27. PASS: rotate-test
  28. PASS: alphamap
  29. PASS: gradient-crash-test
  30. PASS: pixel-test
  31. matrix test passed (checksum=BEBF98C3)
  32. PASS: matrix-test
  33. filter-reduction-test passed (checksum=0x02169677)
  34. PASS: filter-reduction-test
  35. composite traps test passed (checksum=AF41D210)
  36. PASS: composite-traps-test
  37. region_contains test passed (checksum=548E0F3F)
  38. PASS: region-contains-test
  39. glyph test passed (checksum=FA478A79)
  40. PASS: glyph-test
  41. solid test passed (checksum=C30FD380)
  42. PASS: solid-test
  43. PASS: stress-test
  44. cover test passed (checksum=6B56F607)
  45. PASS: cover-test
  46. blitters test passed (checksum=CC21DDF0)
  47. PASS: blitters-test
  48. affine test passed (checksum=BE724CFE)
  49. PASS: affine-test
  50. scaling test passed (checksum=92E0F068)
  51. PASS: scaling-test
  52. PASS: composite
  53. PASS: tolerance-test
  54. ===================
  55. All 33 tests passed
  56. ===================
  57. make[2]: Leaving directory `/home/test/pixman/test'
  58. make[1]: Leaving directory `/home/test/pixman/test'
  59. make[1]: Entering directory `/home/test/pixman'
  60. make[1]: Leaving directory `/home/test/pixman'
  61. test@user-virtual-machine:~/pixman$ make install
  62. Making install in pixman
  63. make[1]: Entering directory `/home/test/pixman/pixman'
  64. make[2]: Entering directory `/home/test/pixman/pixman'
  65. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  66.  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libpixman-1.la '/usr/local/lib'
  67. libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.35.1 /usr/local/lib/libpixman-1.so.0.35.1
  68. /usr/bin/install: cannot remove `/usr/local/lib/libpixman-1.so.0.35.1': Permission denied
  69. make[2]: *** [install-libLTLIBRARIES] Error 1
  70. make[2]: Leaving directory `/home/test/pixman/pixman'
  71. make[1]: *** [install-am] Error 2
  72. make[1]: Leaving directory `/home/test/pixman/pixman'
  73. make: *** [install-recursive] Error 1
  74. test@user-virtual-machine:~/pixman$ sudo make install
  75. [sudo] password for test:
  76. test is not in the sudoers file.  This incident will be reported.
  77. test@user-virtual-machine:~/pixman$ su -s
  78. su: option requires an argument -- 's'
  79. Usage: su [options] [LOGIN]
  80.  
  81. Options:
  82.  -c, --command COMMAND         pass COMMAND to the invoked shell
  83.  -h, --help                    display this help message and exit
  84.  -, -l, --login                make the shell a login shell
  85.  -m, -p,
  86.  --preserve-environment        do not reset environment variables, and
  87.                                keep the same shell
  88.  -s, --shell SHELL             use SHELL instead of the default in passwd
  89.  
  90. test@user-virtual-machine:~/pixman$ su
  91. Password:
  92. root@user-virtual-machine:/home/test/pixman# make install
  93. Making install in pixman
  94. make[1]: Entering directory `/home/test/pixman/pixman'
  95. make[2]: Entering directory `/home/test/pixman/pixman'
  96. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  97. /bin/bash ../libtool   --mode=install /usr/bin/install -c   libpixman-1.la '/usr/local/lib'
  98. libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.35.1 /usr/local/lib/libpixman-1.so.0.35.1
  99. libtool: install: (cd /usr/local/lib && { ln -s -f libpixman-1.so.0.35.1 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.35.1 libpixman-1.so.0; }; })
  100. libtool: install: (cd /usr/local/lib && { ln -s -f libpixman-1.so.0.35.1 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.35.1 libpixman-1.so; }; })
  101. libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /usr/local/lib/libpixman-1.la
  102. libtool: install: /usr/bin/install -c .libs/libpixman-1.a /usr/local/lib/libpixman-1.a
  103. libtool: install: chmod 644 /usr/local/lib/libpixman-1.a
  104. libtool: install: ranlib /usr/local/lib/libpixman-1.a
  105. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /usr/local/lib
  106. ----------------------------------------------------------------------
  107. Libraries have been installed in:
  108.   /usr/local/lib
  109.  
  110. If you ever happen to want to link against installed libraries
  111. in a given directory, LIBDIR, you must either use libtool, and
  112. specify the full pathname of the library, or use the `-LLIBDIR'
  113. flag during linking and do at least one of the following:
  114.    - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  115.     during execution
  116.   - add LIBDIR to the `LD_RUN_PATH' environment variable
  117.      during linking
  118.    - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  119.   - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  120.  
  121. See any operating system documentation about shared libraries for
  122. more information, such as the ld(1) and ld.so(8) manual pages.
  123. ----------------------------------------------------------------------
  124. test -z "/usr/local/include/pixman-1" || /bin/mkdir -p "/usr/local/include/pixman-1"
  125.  /usr/bin/install -c -m 644 pixman.h pixman-version.h '/usr/local/include/pixman-1'
  126. make[2]: Leaving directory `/home/test/pixman/pixman'
  127. make[1]: Leaving directory `/home/test/pixman/pixman'
  128. Making install in demos
  129. make[1]: Entering directory `/home/test/pixman/demos'
  130. make[2]: Entering directory `/home/test/pixman/demos'
  131. make[2]: Nothing to be done for `install-exec-am'.
  132. make[2]: Nothing to be done for `install-data-am'.
  133. make[2]: Leaving directory `/home/test/pixman/demos'
  134. make[1]: Leaving directory `/home/test/pixman/demos'
  135. Making install in test
  136. make[1]: Entering directory `/home/test/pixman/test'
  137. make[2]: Entering directory `/home/test/pixman/test'
  138. make[2]: Nothing to be done for `install-exec-am'.
  139. make[2]: Nothing to be done for `install-data-am'.
  140. make[2]: Leaving directory `/home/test/pixman/test'
  141. make[1]: Leaving directory `/home/test/pixman/test'
  142. make[1]: Entering directory `/home/test/pixman'
  143. make[2]: Entering directory `/home/test/pixman'
  144. make[2]: Nothing to be done for `install-exec-am'.
  145. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  146. /usr/bin/install -c -m 644 pixman-1.pc '/usr/local/lib/pkgconfig'
  147. make[2]: Leaving directory `/home/test/pixman'
  148. make[1]: Leaving directory `/home/test/pixman'
  149. root@user-virtual-machine:/home/test/pixman# ./autogen.sh
  150. autoreconf: Entering directory `.'
  151. autoreconf: configure.ac: not using Gettext
  152. autoreconf: running: aclocal
  153. autoreconf: configure.ac: tracing
  154. autoreconf: running: libtoolize --install --copy
  155. libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
  156. libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
  157. libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
  158. autoreconf: running: /usr/bin/autoconf
  159. autoreconf: running: /usr/bin/autoheader
  160. autoreconf: running: automake --add-missing --copy --no-force
  161. autoreconf: Leaving directory `.'
  162. checking for a BSD-compatible install... /usr/bin/install -c
  163. checking whether build environment is sane... yes
  164. checking for a thread-safe mkdir -p... /bin/mkdir -p
  165. checking for gawk... gawk
  166. checking whether make sets $(MAKE)... yes
  167. checking build system type... i686-pc-linux-gnu
  168. checking host system type... i686-pc-linux-gnu
  169. checking for gcc... gcc
  170. checking whether the C compiler works... yes
  171. checking for C compiler default output file name... a.out
  172. checking for suffix of executables...
  173. checking whether we are cross compiling... no
  174. checking for suffix of object files... o
  175. checking whether we are using the GNU C compiler... yes
  176. checking whether gcc accepts -g... yes
  177. checking for gcc option to accept ISO C89... none needed
  178. checking for style of include used by make... GNU
  179. checking dependency style of gcc... gcc3
  180. checking dependency style of gcc... gcc3
  181. checking how to print strings... printf
  182. checking for a sed that does not truncate output... /bin/sed
  183. checking for grep that handles long lines and -e... /bin/grep
  184. checking for egrep... /bin/grep -E
  185. checking for fgrep... /bin/grep -F
  186. checking for ld used by gcc... /usr/bin/ld
  187. checking if the linker (/usr/bin/ld) is GNU ld... yes
  188. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  189. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  190. checking whether ln -s works... yes
  191. checking the maximum length of command line arguments... 1572864
  192. checking whether the shell understands some XSI constructs... yes
  193. checking whether the shell understands "+="... yes
  194. checking how to convert i686-pc-linux-gnu file names to i686-pc-linux-gnu format... func_convert_file_noop
  195. checking how to convert i686-pc-linux-gnu file names to toolchain format... func_convert_file_noop
  196. checking for /usr/bin/ld option to reload object files... -r
  197. checking for objdump... objdump
  198. checking how to recognize dependent libraries... pass_all
  199. checking for dlltool... no
  200. checking how to associate runtime and link libraries... printf %s\n
  201. checking for ar... ar
  202. checking for archiver @FILE support... @
  203. checking for strip... strip
  204. checking for ranlib... ranlib
  205. checking command to parse /usr/bin/nm -B output from gcc object... ok
  206. checking for sysroot... no
  207. checking for mt... mt
  208. checking if mt is a manifest tool... no
  209. checking how to run the C preprocessor... gcc -E
  210. checking for ANSI C header files... yes
  211. checking for sys/types.h... yes
  212. checking for sys/stat.h... yes
  213. checking for stdlib.h... yes
  214. checking for string.h... yes
  215. checking for memory.h... yes
  216. checking for strings.h... yes
  217. checking for inttypes.h... yes
  218. checking for stdint.h... yes
  219. checking for unistd.h... yes
  220. checking for dlfcn.h... yes
  221. checking for objdir... .libs
  222. checking if gcc supports -fno-rtti -fno-exceptions... no
  223. checking for gcc option to produce PIC... -fPIC -DPIC
  224. checking if gcc PIC flag -fPIC -DPIC works... yes
  225. checking if gcc static flag -static works... yes
  226. checking if gcc supports -c -o file.o... yes
  227. checking if gcc supports -c -o file.o... (cached) yes
  228. checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
  229. checking whether -lc should be explicitly linked in... no
  230. checking dynamic linker characteristics... GNU/Linux ld.so
  231. checking how to hardcode library paths into programs... immediate
  232. checking whether stripping libraries is possible... yes
  233. checking if libtool supports shared libraries... yes
  234. checking whether to build shared libraries... yes
  235. checking whether to build static libraries... yes
  236. checking for getisax... no
  237. checking whether byte ordering is bigendian... no
  238. checking for inline... inline
  239. checking whether the compiler supports -Werror... yes
  240. checking size of long... 4
  241. checking whether __SUNPRO_C is declared... no
  242. checking whether __amd64 is declared... no
  243. checking whether the compiler supports -Wall... yes
  244. checking whether the compiler supports -Wdeclaration-after-statement... yes
  245. checking whether the compiler supports -Wno-unused-local-typedefs... yes
  246. checking whether the compiler supports -fno-strict-aliasing... yes
  247. checking for gcc option to support OpenMP... -fopenmp
  248. checking whether the compiler supports -fvisibility=hidden... yes
  249. checking whether the compiler supports -xldscope=hidden... no
  250. checking whether to use Loongson MMI assembler... no
  251. checking whether to use MMX intrinsics... yes
  252. checking whether to use SSE2 intrinsics... yes
  253. checking whether to use SSSE3 intrinsics... yes
  254. checking whether to use VMX/Altivec intrinsics... no
  255. checking whether to use ARM SIMD assembler... no
  256. checking whether to use ARM NEON assembler... no
  257. checking whether to use ARM IWMMXT intrinsics... no
  258. checking whether to use MIPS DSPr2 assembler... no
  259. checking whether to use GNU-style inline assembler... yes
  260. checking for pkg-config... /usr/bin/pkg-config
  261. checking pkg-config is at least version 0.9.0... yes
  262. checking for pixman_version_string in -lpixman-1... yes
  263. checking for GTK... no
  264. checking for posix_memalign... yes
  265. checking for sigaction... yes
  266. checking for alarm... yes
  267. checking sys/mman.h usability... yes
  268. checking sys/mman.h presence... yes
  269. checking for sys/mman.h... yes
  270. checking for mmap... yes
  271. checking for mprotect... yes
  272. checking for getpagesize... yes
  273. checking fenv.h usability... yes
  274. checking fenv.h presence... yes
  275. checking for fenv.h... yes
  276. checking for feenableexcept in -lm... yes
  277. checking whether FE_DIVBYZERO is declared... yes
  278. checking for gettimeofday... yes
  279. checking sys/time.h usability... yes
  280. checking sys/time.h presence... yes
  281. checking for sys/time.h... yes
  282. checking for library containing sqrtf... -lm
  283. checking for thread local storage (TLS) support... __thread
  284. checking for pthreads... yes
  285. checking for __attribute__((constructor))... yes
  286. checking for __float128... yes
  287. checking for __builtin_clz... yes
  288. checking for GCC vector extensions... no
  289. checking for PNG... yes
  290. configure: creating ./config.status
  291. config.status: creating pixman-1.pc
  292. config.status: creating pixman-1-uninstalled.pc
  293. config.status: creating Makefile
  294. config.status: creating pixman/Makefile
  295. config.status: creating pixman/pixman-version.h
  296. config.status: creating demos/Makefile
  297. config.status: creating test/Makefile
  298. config.status: creating config.h
  299. config.status: config.h is unchanged
  300. config.status: executing depfiles commands
  301. config.status: executing libtool commands
  302.  
  303. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  304.  
  305.      Thanks for testing this development snapshot of pixman. Please
  306.      report any problems you find, either by sending email to
  307.  
  308.          pixman@lists.freedesktop.org
  309.  
  310.      or by filing a bug at
  311.  
  312.          https://bugs.freedesktop.org/enter_bug.cgi?product=pixman
  313.  
  314.      If you are looking for a stable release of pixman, please note
  315.      that stable releases have _even_ minor version numbers. Ie.,
  316.      pixman-0.34.x are stable releases, whereas pixman-0.35.1 is a
  317.      development snapshot that may contain bugs and experimental
  318.      features.
  319.  
  320. @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
  321.  
  322. root@user-virtual-machine:/home/test/pixman# make
  323. make  all-recursive
  324. make[1]: Entering directory `/home/test/pixman'
  325. Making all in pixman
  326. make[2]: Entering directory `/home/test/pixman/pixman'
  327.  CC     pixman.lo
  328.  CC     pixman-access.lo
  329.  CC     pixman-access-accessors.lo
  330.  CC     pixman-bits-image.lo
  331.  CC     pixman-combine32.lo
  332.  CC     pixman-combine-float.lo
  333.  CC     pixman-conical-gradient.lo
  334.  CC     pixman-filter.lo
  335.  CC     pixman-x86.lo
  336.  CC     pixman-mips.lo
  337.  CC     pixman-arm.lo
  338.  CC     pixman-ppc.lo
  339.  CC     pixman-edge.lo
  340.  CC     pixman-edge-accessors.lo
  341.  CC     pixman-fast-path.lo
  342.  CC     pixman-glyph.lo
  343.  CC     pixman-general.lo
  344.  CC     pixman-gradient-walker.lo
  345.  CC     pixman-image.lo
  346.  CC     pixman-implementation.lo
  347.  CC     pixman-linear-gradient.lo
  348.  CC     pixman-matrix.lo
  349.  CC     pixman-noop.lo
  350.  CC     pixman-radial-gradient.lo
  351.  CC     pixman-region16.lo
  352.  CC     pixman-region32.lo
  353.  CC     pixman-solid-fill.lo
  354.  CC     pixman-timer.lo
  355.  CC     pixman-trap.lo
  356.  CC     pixman-utils.lo
  357.  CC     libpixman_mmx_la-pixman-mmx.lo
  358.  CCLD   libpixman-mmx.la
  359.  CC     libpixman_sse2_la-pixman-sse2.lo
  360.  CCLD   libpixman-sse2.la
  361.  CC     libpixman_ssse3_la-pixman-ssse3.lo
  362.  CCLD   libpixman-ssse3.la
  363.  CCLD   libpixman-1.la
  364. make[2]: Leaving directory `/home/test/pixman/pixman'
  365. Making all in demos
  366. make[2]: Entering directory `/home/test/pixman/demos'
  367. make[2]: Nothing to be done for `all'.
  368. make[2]: Leaving directory `/home/test/pixman/demos'
  369. Making all in test
  370. make[2]: Entering directory `/home/test/pixman/test'
  371.   CC     utils.lo
  372.   CC     utils-prng.lo
  373.   CCLD   libutils.la
  374.   CC     oob-test.o
  375.   CCLD   oob-test
  376.   CC     infinite-loop.o
  377.   CCLD   infinite-loop
  378.   CC     trap-crasher.o
  379.   CCLD   trap-crasher
  380.   CC     fence-image-self-test.o
  381.   CCLD   fence-image-self-test
  382.   CC     region-translate-test.o
  383.   CCLD   region-translate-test
  384.   CC     fetch-test.o
  385.   CCLD   fetch-test
  386.   CC     a1-trap-test.o
  387.   CCLD   a1-trap-test
  388.   CC     prng-test.o
  389.   CCLD   prng-test
  390.   CC     radial-invalid.o
  391.   CCLD   radial-invalid
  392.   CC     pdf-op-test.o
  393.   CCLD   pdf-op-test
  394.   CC     region-test.o
  395.   CCLD   region-test
  396.   CC     combiner-test.o
  397.   CCLD   combiner-test
  398.   CC     scaling-crash-test.o
  399.   CCLD   scaling-crash-test
  400.   CC     alpha-loop.o
  401.   CCLD   alpha-loop
  402.   CC     scaling-helpers-test.o
  403.   CCLD   scaling-helpers-test
  404.   CC     thread-test.o
  405.   CCLD   thread-test
  406.   CC     rotate-test.o
  407.   CCLD   rotate-test
  408.   CC     alphamap.o
  409.   CCLD   alphamap
  410.   CC     gradient-crash-test.o
  411.   CCLD   gradient-crash-test
  412.   CC     pixel-test.o
  413.   CCLD   pixel-test
  414.   CC     matrix-test.o
  415.   CCLD   matrix-test
  416.   CC     filter-reduction-test.o
  417.   CCLD   filter-reduction-test
  418.   CC     composite-traps-test.o
  419.   CCLD   composite-traps-test
  420.   CC     region-contains-test.o
  421.   CCLD   region-contains-test
  422.   CC     glyph-test.o
  423.   CCLD   glyph-test
  424.   CC     solid-test.o
  425.   CCLD   solid-test
  426.   CC     stress-test.o
  427.   CCLD   stress-test
  428.   CC     cover-test.o
  429.   CCLD   cover-test
  430.   CC     blitters-test.o
  431.   CCLD   blitters-test
  432.   CC     affine-test.o
  433.   CCLD   affine-test
  434.   CC     scaling-test.o
  435.   CCLD   scaling-test
  436.   CC     composite.o
  437.   CCLD   composite
  438.   CC     tolerance-test.o
  439.   CCLD   tolerance-test
  440.   CC     lowlevel-blt-bench.o
  441. lowlevel-blt-bench.c: In function ‘bench_L’:
  442. lowlevel-blt-bench.c:183:18: warning: variable ‘qx’ set but not used [-Wunused-but-set-variable]
  443. lowlevel-blt-bench.c: At top level:
  444. cc1: warning: unrecognized command line option "-Wno-unused-local-typedefs" [enabled by default]
  445. cc1: warning: unrecognized command line option "-Wno-unused-local-typedefs" [enabled by default]
  446.   CCLD   lowlevel-blt-bench
  447.   CC     radial-perf-test.o
  448.   CCLD   radial-perf-test
  449.   CC     check-formats.o
  450.   CCLD   check-formats
  451.   CC     scaling-bench.o
  452.   CCLD   scaling-bench
  453.   CC     affine-bench.o
  454.   CCLD   affine-bench
  455. make[2]: Leaving directory `/home/test/pixman/test'
  456. make[2]: Entering directory `/home/test/pixman'
  457. make[2]: Leaving directory `/home/test/pixman'
  458. make[1]: Leaving directory `/home/test/pixman'
  459. root@user-virtual-machine:/home/test/pixman# make install
  460. Making install in pixman
  461. make[1]: Entering directory `/home/test/pixman/pixman'
  462. make[2]: Entering directory `/home/test/pixman/pixman'
  463. test -z "/usr/local/lib" || /bin/mkdir -p "/usr/local/lib"
  464.  /bin/bash ../libtool   --mode=install /usr/bin/install -c   libpixman-1.la '/usr/local/lib'
  465. libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.35.1 /usr/local/lib/libpixman-1.so.0.35.1
  466. libtool: install: (cd /usr/local/lib && { ln -s -f libpixman-1.so.0.35.1 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.35.1 libpixman-1.so.0; }; })
  467. libtool: install: (cd /usr/local/lib && { ln -s -f libpixman-1.so.0.35.1 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.35.1 libpixman-1.so; }; })
  468. libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /usr/local/lib/libpixman-1.la
  469. libtool: install: /usr/bin/install -c .libs/libpixman-1.a /usr/local/lib/libpixman-1.a
  470. libtool: install: chmod 644 /usr/local/lib/libpixman-1.a
  471. libtool: install: ranlib /usr/local/lib/libpixman-1.a
  472. libtool: finish: PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/sbin" ldconfig -n /usr/local/lib
  473. ----------------------------------------------------------------------
  474. Libraries have been installed in:
  475.    /usr/local/lib
  476.  
  477. If you ever happen to want to link against installed libraries
  478. in a given directory, LIBDIR, you must either use libtool, and
  479. specify the full pathname of the library, or use the `-LLIBDIR'
  480. flag during linking and do at least one of the following:
  481.   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  482.      during execution
  483.    - add LIBDIR to the `LD_RUN_PATH' environment variable
  484.     during linking
  485.   - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  486.    - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  487.  
  488. See any operating system documentation about shared libraries for
  489. more information, such as the ld(1) and ld.so(8) manual pages.
  490. ----------------------------------------------------------------------
  491. test -z "/usr/local/include/pixman-1" || /bin/mkdir -p "/usr/local/include/pixman-1"
  492. /usr/bin/install -c -m 644 pixman.h pixman-version.h '/usr/local/include/pixman-1'
  493. make[2]: Leaving directory `/home/test/pixman/pixman'
  494. make[1]: Leaving directory `/home/test/pixman/pixman'
  495. Making install in demos
  496. make[1]: Entering directory `/home/test/pixman/demos'
  497. make[2]: Entering directory `/home/test/pixman/demos'
  498. make[2]: Nothing to be done for `install-exec-am'.
  499. make[2]: Nothing to be done for `install-data-am'.
  500. make[2]: Leaving directory `/home/test/pixman/demos'
  501. make[1]: Leaving directory `/home/test/pixman/demos'
  502. Making install in test
  503. make[1]: Entering directory `/home/test/pixman/test'
  504. make[2]: Entering directory `/home/test/pixman/test'
  505. make[2]: Nothing to be done for `install-exec-am'.
  506. make[2]: Nothing to be done for `install-data-am'.
  507. make[2]: Leaving directory `/home/test/pixman/test'
  508. make[1]: Leaving directory `/home/test/pixman/test'
  509. make[1]: Entering directory `/home/test/pixman'
  510. make[2]: Entering directory `/home/test/pixman'
  511. make[2]: Nothing to be done for `install-exec-am'.
  512. test -z "/usr/local/lib/pkgconfig" || /bin/mkdir -p "/usr/local/lib/pkgconfig"
  513.  /usr/bin/install -c -m 644 pixman-1.pc '/usr/local/lib/pkgconfig'
  514. make[2]: Leaving directory `/home/test/pixman'
  515. make[1]: Leaving directory `/home/test/pixman'
  516. root@user-virtual-machine:/home/test/pixman#
  517.  
  518.  
  519.  
  520.  
  521. ############################################################################
  522. install cairo
  523. ./autogen.sh
  524. ############################################################################
  525. .
  526. .
  527. .
  528. checking fcntl.h usability... yes
  529. checking fcntl.h presence... yes
  530. checking for fcntl.h... yes
  531. checking for unistd.h... (cached) yes
  532. checking signal.h usability... yes
  533. checking signal.h presence... yes
  534. checking for signal.h... yes
  535. checking for sys/stat.h... (cached) yes
  536. checking sys/socket.h usability... yes
  537. checking sys/socket.h presence... yes
  538. checking for sys/socket.h... yes
  539. checking sys/poll.h usability... yes
  540. checking sys/poll.h presence... yes
  541. checking for sys/poll.h... yes
  542. checking sys/un.h usability... yes
  543. checking sys/un.h presence... yes
  544. checking for sys/un.h... yes
  545. checking for alarm... yes
  546. checking sched.h usability... yes
  547. checking sched.h presence... yes
  548. checking for sched.h... yes
  549. checking for sched_getaffinity... yes
  550. checking sys/mman.h usability... yes
  551. checking sys/mman.h presence... yes
  552. checking for sys/mman.h... yes
  553. checking for mmap... yes
  554. checking time.h usability... yes
  555. checking time.h presence... yes
  556. checking for time.h... yes
  557. checking for clock_gettime... yes
  558. checking fenv.h usability... yes
  559. checking fenv.h presence... yes
  560. checking for fenv.h... yes
  561. checking for feenableexcept... yes
  562. checking for fedisableexcept... yes
  563. checking for feclearexcept... yes
  564. checking libgen.h usability... yes
  565. checking libgen.h presence... yes
  566. checking for libgen.h... yes
  567. checking byteswap.h usability... yes
  568. checking byteswap.h presence... yes
  569. checking for byteswap.h... yes
  570. checking for signal.h... (cached) yes
  571. checking setjmp.h usability... yes
  572. checking setjmp.h presence... yes
  573. checking for setjmp.h... yes
  574. checking for fenv.h... (cached) yes
  575. checking sys/wait.h usability... yes
  576. checking sys/wait.h presence... yes
  577. checking for sys/wait.h... yes
  578. checking for ctime_r... yes
  579. checking for drand48... yes
  580. checking for flockfile... yes
  581. checking for funlockfile... yes
  582. checking for getline... yes
  583. checking for link... yes
  584. checking for strndup... yes
  585. checking windows.h usability... no
  586. checking windows.h presence... no
  587. checking for windows.h... no
  588. checking for sys/stat.h... (cached) yes
  589. checking io.h usability... no
  590. checking io.h presence... no
  591. checking for io.h... no
  592. checking for mkdir... yes
  593. checking mkdir variant... mkdir(path, mode)
  594. checking for fork... yes
  595. checking for waitpid... yes
  596. checking for raise... yes
  597. checking for VALGRIND... no
  598. no
  599. checking for compress in -lz... yes
  600. checking zlib.h usability... yes
  601. checking zlib.h presence... yes
  602. checking for zlib.h... yes
  603. checking for lzo2a_decompress in -llzo2... no
  604. checking for dlsym in -ldl... yes
  605. checking for dlfcn.h... (cached) yes
  606. checking for X... libraries , headers
  607. checking for cairo's Xlib surface backend feature...
  608. checking for xlib... yes
  609. checking sys/ipc.h usability... yes
  610. checking sys/ipc.h presence... yes
  611. checking for sys/ipc.h... yes
  612. checking sys/shm.h usability... yes
  613. checking sys/shm.h presence... yes
  614. checking for sys/shm.h... yes
  615. checking whether shmctl IPC_RMID allowes subsequent attaches... yes
  616. checking for X11/extensions/XShm.h... yes
  617. checking for X11/extensions/shmproto.h... yes
  618. checking for X11/extensions/shmstr.h... yes
  619. checking whether cairo's Xlib surface backend feature could be enabled... yes
  620. checking for cairo's Xlib Xrender surface backend feature...
  621. checking for xlib_xrender... yes
  622. checking for XRenderCreateSolidFill... yes
  623. checking for XRenderCreateLinearGradient... yes
  624. checking for XRenderCreateRadialGradient... yes
  625. checking for XRenderCreateConicalGradient... yes
  626. checking whether cairo's Xlib Xrender surface backend feature could be enabled... yes
  627. checking for cairo's XCB surface backend feature...
  628. checking for xcb... yes
  629. checking whether cairo's XCB surface backend feature could be enabled... yes
  630. checking for cairo's XCB/SHM functions feature...
  631. checking for xcb_shm... yes
  632. checking whether cairo's XCB/SHM functions feature could be enabled... yes
  633. checking for cairo's Quartz surface backend feature...
  634. checking ApplicationServices/ApplicationServices.h usability... no
  635. checking ApplicationServices/ApplicationServices.h presence... no
  636. checking for ApplicationServices/ApplicationServices.h... no
  637. checking CoreGraphics/CoreGraphics.h usability... no
  638. checking CoreGraphics/CoreGraphics.h presence... no
  639. checking for CoreGraphics/CoreGraphics.h... no
  640. checking whether cairo's Quartz surface backend feature could be enabled... no (requires CoreGraphics framework)
  641. checking for cairo's Quartz font backend feature...
  642. checking whether cairo's Quartz font backend feature could be enabled... no (requires CoreGraphics framework)
  643. checking for cairo's Microsoft Windows surface backend feature...
  644. checking whether cairo's Microsoft Windows surface backend feature could be enabled... no (requires a Win32 platform)
  645. checking for cairo's Microsoft Windows font backend feature...
  646. checking whether cairo's Microsoft Windows font backend feature could be enabled... no (requires a Win32 platform)
  647. checking for cairo's PNG functions feature...
  648. checking for png... yes
  649. checking whether cairo's PNG functions feature could be enabled... yes
  650. checking for cairo's EGL functions feature...
  651. checking whether cairo's EGL functions feature could be enabled... no (not required by any backend)
  652. checking for cairo's GLX functions feature...
  653. checking whether cairo's GLX functions feature could be enabled... no (not required by any backend)
  654. checking for cairo's WGL functions feature...
  655. checking whether cairo's WGL functions feature could be enabled... no (not required by any backend)
  656. checking for cairo's script surface backend feature...
  657. checking whether cairo's script surface backend feature could be enabled... yes
  658. checking for cairo's FreeType font backend feature...
  659. checking for FREETYPE... yes
  660. checking whether cairo's FreeType font backend feature could be enabled... yes
  661. checking for cairo's Fontconfig font backend feature...
  662. checking for FONTCONFIG... yes
  663. checking whether cairo's Fontconfig font backend feature could be enabled... yes
  664. checking for FT_Get_X11_Font_Format... yes
  665. checking for FT_GlyphSlot_Embolden... yes
  666. checking for FT_GlyphSlot_Oblique... yes
  667. checking for FT_Load_Sfnt_Table... yes
  668. checking for FT_Library_SetLcdFilter... yes
  669. checking for FcInit... yes
  670. checking for FcFini... yes
  671. checking for cairo's PostScript surface backend feature...
  672. checking whether cairo's PostScript surface backend feature could be enabled... yes
  673. checking for gs... gs
  674. checking for LIBSPECTRE... no
  675. checking for cairo's PDF surface backend feature...
  676. checking whether cairo's PDF surface backend feature could be enabled... yes
  677. checking for POPPLER... no
  678. configure: WARNING: PDF backend will not be tested since poppler >= 0.17.4 is not available
  679. checking for cairo's SVG surface backend feature...
  680. checking whether cairo's SVG surface backend feature could be enabled... yes
  681. checking for LIBRSVG... no
  682. configure: WARNING: SVG backend will not be tested since librsvg >= 2.35.0 is not available
  683. checking for cairo's image surface backend feature...
  684. checking for pixman... yes
  685. checking whether cairo's image surface backend feature could be enabled... yes
  686. checking for cairo's mime surface backend feature...
  687. checking whether cairo's mime surface backend feature could be enabled... yes
  688. checking for cairo's recording surface backend feature...
  689. checking whether cairo's recording surface backend feature could be enabled... yes
  690. checking for cairo's observer surface backend feature...
  691. checking whether cairo's observer surface backend feature could be enabled... yes
  692. checking for cairo's user font backend feature...
  693. checking whether cairo's user font backend feature could be enabled... yes
  694. checking for cairo's pthread feature...
  695. checking whether cairo's pthread feature could be enabled... yes
  696. checking for cairo's gobject functions feature...
  697. checking for GOBJECT... yes
  698. checking whether cairo's gobject functions feature could be enabled... yes
  699. checking for GOBJECT... yes
  700. checking for cairo's cairo-trace feature...
  701. checking whether cairo's cairo-trace feature could be enabled... yes
  702. checking for cairo's cairo-script-interpreter feature...
  703. checking whether cairo's cairo-script-interpreter feature could be enabled... yes
  704. checking for bfd_openr in -lbfd... no
  705. checking libiberty.h usability... no
  706. checking libiberty.h presence... no
  707. checking for libiberty.h... no
  708. checking for cairo's symbol-lookup feature...
  709. checking whether cairo's symbol-lookup feature could be enabled... no (requires bfd)
  710. checking for glib... yes
  711. checking for shm_open in -lrt... (cached) yes
  712. checking for gtk... no
  713. configure: creating ./config.status
  714. config.status: creating src/cairo.pc
  715. config.status: creating cairo-uninstalled.pc
  716. config.status: creating src/cairo-xlib.pc
  717. config.status: creating cairo-xlib-uninstalled.pc
  718. config.status: creating src/cairo-xlib-xrender.pc
  719. config.status: creating cairo-xlib-xrender-uninstalled.pc
  720. config.status: creating src/cairo-xcb.pc
  721. config.status: creating cairo-xcb-uninstalled.pc
  722. config.status: creating src/cairo-xcb-shm.pc
  723. config.status: creating cairo-xcb-shm-uninstalled.pc
  724. config.status: creating src/cairo-png.pc
  725. config.status: creating cairo-png-uninstalled.pc
  726. config.status: creating src/cairo-script.pc
  727. config.status: creating cairo-script-uninstalled.pc
  728. config.status: creating src/cairo-ft.pc
  729. config.status: creating cairo-ft-uninstalled.pc
  730. config.status: creating src/cairo-fc.pc
  731. config.status: creating cairo-fc-uninstalled.pc
  732. config.status: creating src/cairo-ps.pc
  733. config.status: creating cairo-ps-uninstalled.pc
  734. config.status: creating src/cairo-pdf.pc
  735. config.status: creating cairo-pdf-uninstalled.pc
  736. config.status: creating src/cairo-svg.pc
  737. config.status: creating cairo-svg-uninstalled.pc
  738. config.status: creating src/cairo-gobject.pc
  739. config.status: creating cairo-gobject-uninstalled.pc
  740. config.status: creating Makefile
  741. config.status: creating boilerplate/Makefile
  742. config.status: creating src/Makefile
  743. config.status: creating test/Makefile
  744. config.status: creating test/pdiff/Makefile
  745. config.status: creating perf/Makefile
  746. config.status: creating perf/micro/Makefile
  747. config.status: creating util/Makefile
  748. config.status: creating util/cairo-fdr/Makefile
  749. config.status: creating util/cairo-gobject/Makefile
  750. config.status: creating util/cairo-missing/Makefile
  751. config.status: creating util/cairo-script/Makefile
  752. config.status: creating util/cairo-script/examples/Makefile
  753. config.status: creating util/cairo-sphinx/Makefile
  754. config.status: creating util/cairo-trace/Makefile
  755. config.status: creating util/cairo-trace/cairo-trace
  756. config.status: creating doc/Makefile
  757. config.status: creating doc/public/Makefile
  758. config.status: creating config.h
  759. config.status: executing depfiles commands
  760. config.status: executing libtool commands
  761. config.status: executing ./build/Makefile.win32.features commands
  762. config.status: creating ./build/Makefile.win32.features
  763. config.status: ./build/Makefile.win32.features is unchanged
  764. config.status: executing ./src/Makefile.am.features commands
  765. config.status: creating ./src/Makefile.am.features
  766. config.status: executing ./src/Makefile.win32.features commands
  767. config.status: creating ./src/Makefile.win32.features
  768. config.status: ./src/Makefile.win32.features is unchanged
  769. config.status: executing ./boilerplate/Makefile.am.features commands
  770. config.status: creating ./boilerplate/Makefile.am.features
  771. config.status: executing ./boilerplate/Makefile.win32.features commands
  772. config.status: creating ./boilerplate/Makefile.win32.features
  773. config.status: ./boilerplate/Makefile.win32.features is unchanged
  774. config.status: executing src/cairo-features.h commands
  775. config.status: creating src/cairo-features.h
  776. config.status: executing src/cairo-supported-features.h commands
  777. config.status: creating src/cairo-supported-features.h
  778. config.status: executing ./build/Makefile.win32.features-h commands
  779. config.status: creating ./build/Makefile.win32.features-h
  780. config.status: ./build/Makefile.win32.features-h is unchanged
  781. config.status: executing cairo-trace commands
  782.  
  783. cairo (version 1.15.9 [git]) will be compiled with:
  784.  
  785. The following surface backends:
  786.   Image:         yes (always builtin)
  787.   Recording:     yes (always builtin)
  788.   Observer:      yes (always builtin)
  789.   Mime:          yes (always builtin)
  790.   Tee:           no (disabled, use --enable-tee to enable)
  791.   XML:           no (disabled, use --enable-xml to enable)
  792.   Skia:          no (disabled, use --enable-skia to enable)
  793.   Xlib:          yes
  794.   Xlib Xrender:  yes
  795.   Qt:            no (disabled, use --enable-qt to enable)
  796.   Quartz:        no (requires CoreGraphics framework)
  797.   Quartz-image:  no (disabled, use --enable-quartz-image to enable)
  798.   XCB:           yes
  799.   Win32:         no (requires a Win32 platform)
  800.   OS2:           no (disabled, use --enable-os2 to enable)
  801.   CairoScript:   yes
  802.   PostScript:    yes
  803.   PDF:           yes
  804.   SVG:           yes
  805.   OpenGL:        no (disabled, use --enable-gl to enable)
  806.   OpenGL ES 2.0: no (disabled, use --enable-glesv2 to enable)
  807.   BeOS:          no (disabled, use --enable-beos to enable)
  808.   DirectFB:      no (disabled, use --enable-directfb to enable)
  809.   OpenVG:        no (disabled, use --enable-vg to enable)
  810.   DRM:           no (disabled, use --enable-drm to enable)
  811.   Cogl:          no (disabled, use --enable-cogl to enable)
  812.  
  813. The following font backends:
  814.   User:          yes (always builtin)
  815.   FreeType:      yes
  816.   Fontconfig:    yes
  817.   Win32:         no (requires a Win32 platform)
  818.   Quartz:        no (requires CoreGraphics framework)
  819.  
  820. The following functions:
  821.   PNG functions:   yes
  822.   GLX functions:   no (not required by any backend)
  823.   WGL functions:   no (not required by any backend)
  824.   EGL functions:   no (not required by any backend)
  825.   X11-xcb functions: no (disabled, use --enable-xlib-xcb to enable)
  826.   XCB-shm functions: yes
  827.  
  828. The following features and utilities:
  829.   cairo-trace:                yes
  830.   cairo-script-interpreter:   yes
  831.  
  832. And the following internal features:
  833.   pthread:       yes
  834.   gtk-doc:       no
  835.   gcov support:  no
  836.   symbol-lookup: no (requires bfd)
  837.   test surfaces: no (disabled, use --enable-test-surfaces to enable)
  838.   ps testing:    no (requires libspectre)
  839.   pdf testing:   no (requires poppler-glib >= 0.17.4)
  840.   svg testing:   no (requires librsvg-2.0 >= 2.35.0)
  841.  
  842.  
  843.  
  844.  
  845.  
  846.  
  847.  
  848.  
  849. ############################################################################
  850. make
  851. ############################################################################
  852. test@user-virtual-machine:~/cairo$ make
  853. make  all-recursive
  854. make[1]: Entering directory `/home/test/cairo'
  855. Making all in src
  856. make[2]: Entering directory `/home/test/cairo/src'
  857.  cd .. && /bin/bash /home/test/cairo/build/missing --run automake-1.11 --foreign src/Makefile
  858.  cd .. && /bin/bash ./config.status src/Makefile depfiles
  859. config.status: creating src/Makefile
  860. config.status: executing depfiles commands
  861. make[2]: Leaving directory `/home/test/cairo/src'
  862. make[2]: Entering directory `/home/test/cairo/src'
  863. make  all-am
  864. make[3]: Entering directory `/home/test/cairo/src'
  865.  CC     cairo-analysis-surface.lo
  866.  CC     cairo-arc.lo
  867.  CC     cairo-array.lo
  868.  CC     cairo-atomic.lo
  869.  CC     cairo-base64-stream.lo
  870.  CC     cairo-base85-stream.lo
  871.  CC     cairo-bentley-ottmann.lo
  872.  CC     cairo-bentley-ottmann-rectangular.lo
  873.  CC     cairo-bentley-ottmann-rectilinear.lo
  874.  CC     cairo-botor-scan-converter.lo
  875. cairo-botor-scan-converter.c:2132:1: warning: '_cairo_botor_scan_converter_add_edge' defined but not used [-Wunused-function]
  876.  CC     cairo-boxes.lo
  877.  CC     cairo-boxes-intersect.lo
  878.  CC     cairo.lo
  879.  CC     cairo-cache.lo
  880.  CC     cairo-clip.lo
  881.  CC     cairo-clip-boxes.lo
  882.  CC     cairo-clip-polygon.lo
  883.  CC     cairo-clip-region.lo
  884.  CC     cairo-clip-surface.lo
  885.  CC     cairo-color.lo
  886.  CC     cairo-composite-rectangles.lo
  887.  CC     cairo-compositor.lo
  888.  CC     cairo-contour.lo
  889.  CC     cairo-damage.lo
  890.  CC     cairo-debug.lo
  891.  CC     cairo-default-context.lo
  892.  CC     cairo-device.lo
  893.  CC     cairo-error.lo
  894.  CC     cairo-fallback-compositor.lo
  895.  CC     cairo-fixed.lo
  896.  CC     cairo-font-face.lo
  897.  CC     cairo-font-face-twin.lo
  898.  CC     cairo-font-face-twin-data.lo
  899.  CC     cairo-font-options.lo
  900.  CC     cairo-freelist.lo
  901.  CC     cairo-freed-pool.lo
  902.  CC     cairo-gstate.lo
  903.  CC     cairo-hash.lo
  904.  CC     cairo-hull.lo
  905.  CC     cairo-image-compositor.lo
  906.  CC     cairo-image-info.lo
  907.  CC     cairo-image-source.lo
  908.  CC     cairo-image-surface.lo
  909.  CC     cairo-line.lo
  910.  CC     cairo-lzw.lo
  911.  CC     cairo-matrix.lo
  912.  CC     cairo-mask-compositor.lo
  913.  CC     cairo-mesh-pattern-rasterizer.lo
  914.  CC     cairo-mempool.lo
  915.  CC     cairo-misc.lo
  916.  CC     cairo-mono-scan-converter.lo
  917.  CC     cairo-mutex.lo
  918.  CC     cairo-no-compositor.lo
  919.  CC     cairo-observer.lo
  920.  CC     cairo-output-stream.lo
  921.  CC     cairo-paginated-surface.lo
  922.  CC     cairo-path-bounds.lo
  923.  CC     cairo-path.lo
  924.  CC     cairo-path-fill.lo
  925.  CC     cairo-path-fixed.lo
  926.  CC     cairo-path-in-fill.lo
  927.  CC     cairo-path-stroke.lo
  928.  CC     cairo-path-stroke-boxes.lo
  929.  CC     cairo-path-stroke-polygon.lo
  930.  CC     cairo-path-stroke-traps.lo
  931.  CC     cairo-path-stroke-tristrip.lo
  932.  CC     cairo-pattern.lo
  933.  CC     cairo-pen.lo
  934.  CC     cairo-polygon.lo
  935.  CC     cairo-polygon-intersect.lo
  936.  CC     cairo-polygon-reduce.lo
  937.  CC     cairo-raster-source-pattern.lo
  938.  CC     cairo-recording-surface.lo
  939.  CC     cairo-rectangle.lo
  940.  CC     cairo-rectangular-scan-converter.lo
  941.  CC     cairo-region.lo
  942.  CC     cairo-rtree.lo
  943.  CC     cairo-scaled-font.lo
  944.  CC     cairo-shape-mask-compositor.lo
  945.  CC     cairo-slope.lo
  946.  CC     cairo-spans.lo
  947.  CC     cairo-spans-compositor.lo
  948.  CC     cairo-spline.lo
  949.  CC     cairo-stroke-dash.lo
  950.  CC     cairo-stroke-style.lo
  951.  CC     cairo-surface.lo
  952.  CC     cairo-surface-clipper.lo
  953.  CC     cairo-surface-fallback.lo
  954.  CC     cairo-surface-observer.lo
  955.  CC     cairo-surface-offset.lo
  956.  CC     cairo-surface-snapshot.lo
  957.  CC     cairo-surface-subsurface.lo
  958.  CC     cairo-surface-wrapper.lo
  959.  CC     cairo-time.lo
  960.  CC     cairo-tor-scan-converter.lo
  961.  CC     cairo-tor22-scan-converter.lo
  962.  CC     cairo-clip-tor-scan-converter.lo
  963.  CC     cairo-toy-font-face.lo
  964.  CC     cairo-traps.lo
  965.  CC     cairo-tristrip.lo
  966.  CC     cairo-traps-compositor.lo
  967.  CC     cairo-unicode.lo
  968.  CC     cairo-user-font.lo
  969.  CC     cairo-version.lo
  970.  CC     cairo-wideint.lo
  971.  CC     cairo-cff-subset.lo
  972.  CC     cairo-scaled-font-subsets.lo
  973.  CC     cairo-truetype-subset.lo
  974.  CC     cairo-type1-fallback.lo
  975.  CC     cairo-type1-glyph-names.lo
  976.  CC     cairo-type1-subset.lo
  977. cairo-type1-subset.c: In function 'cairo_type1_font_subset_write_private_dict':
  978. cairo-type1-subset.c:1356:12: warning: ignoring return value of 'strtol', declared with attribute warn_unused_result [-Wunused-result]
  979.  CC     cairo-type3-glyph-surface.lo
  980.  CC     cairo-pdf-operators.lo
  981.  CC     cairo-pdf-shading.lo
  982.  CC     cairo-deflate-stream.lo
  983.  CC     cairo-xlib-display.lo
  984.  CC     cairo-xlib-core-compositor.lo
  985.  CC     cairo-xlib-fallback-compositor.lo
  986.  CC     cairo-xlib-render-compositor.lo
  987.  CC     cairo-xlib-screen.lo
  988.  CC     cairo-xlib-source.lo
  989.  CC     cairo-xlib-surface.lo
  990. cairo-xlib-surface.c: In function '_cairo_xlib_surface_paint':
  991. cairo-xlib-surface.c:1535:1: warning: inlining failed in call to 'get_compositor.part.4': call is unlikely and code size would grow [-Winline]
  992. cairo-xlib-surface.c:1561:1: warning: called from here [-Winline]
  993. cairo-xlib-surface.c: In function '_cairo_xlib_surface_glyphs':
  994. cairo-xlib-surface.c:1535:1: warning: inlining failed in call to 'get_compositor.part.4': call is unlikely and code size would grow [-Winline]
  995. cairo-xlib-surface.c:1651:1: warning: called from here [-Winline]
  996. cairo-xlib-surface.c: In function '_cairo_xlib_surface_fill':
  997. cairo-xlib-surface.c:1535:1: warning: inlining failed in call to 'get_compositor.part.4': call is unlikely and code size would grow [-Winline]
  998. cairo-xlib-surface.c:1627:1: warning: called from here [-Winline]
  999. cairo-xlib-surface.c: In function '_cairo_xlib_surface_stroke':
  1000. cairo-xlib-surface.c:1535:1: warning: inlining failed in call to 'get_compositor.part.4': call is unlikely and code size would grow [-Winline]
  1001. cairo-xlib-surface.c:1600:1: warning: called from here [-Winline]
  1002. cairo-xlib-surface.c: In function '_cairo_xlib_surface_mask':
  1003. cairo-xlib-surface.c:1535:1: warning: inlining failed in call to 'get_compositor.part.4': call is unlikely and code size would grow [-Winline]
  1004. cairo-xlib-surface.c:1580:1: warning: called from here [-Winline]
  1005.  CC     cairo-xlib-surface-shm.lo
  1006.  CC     cairo-xlib-visual.lo
  1007.  CC     cairo-xlib-xcb-surface.lo
  1008.  CC     cairo-xcb-connection.lo
  1009.  CC     cairo-xcb-connection-core.lo
  1010.  CC     cairo-xcb-connection-render.lo
  1011.  CC     cairo-xcb-connection-shm.lo
  1012.  CC     cairo-xcb-screen.lo
  1013.  CC     cairo-xcb-shm.lo
  1014.  CC     cairo-xcb-surface.lo
  1015.  CC     cairo-xcb-surface-core.lo
  1016.  CC     cairo-xcb-surface-render.lo
  1017.  CC     cairo-xcb-resources.lo
  1018.  CC     cairo-png.lo
  1019.  CC     cairo-script-surface.lo
  1020.  CC     cairo-ft-font.lo
  1021. cairo-ft-font.c: In function '_cairo_ft_unscaled_font_init':
  1022. cairo-ft-font.c:433:9: error: implicit declaration of function 'FT_HAS_COLOR' [-Werror=implicit-function-declaration]
  1023. cairo-ft-font.c: In function '_cairo_ft_scaled_glyph_init':
  1024. cairo-ft-font.c:2440:1: warning: label 'LOAD' defined but not used [-Wunused-label]
  1025. cairo-ft-font.c: In function '_cairo_ft_is_synthetic':
  1026. cairo-ft-font.c:2661:16: warning: unused variable 'i' [-Wunused-variable]
  1027. cc1: some warnings being treated as errors
  1028.  
  1029. make[3]: *** [cairo-ft-font.lo] Error 1
  1030. make[3]: Leaving directory `/home/test/cairo/src'
  1031. make[2]: *** [all] Error 2
  1032. make[2]: Leaving directory `/home/test/cairo/src'
  1033. make[1]: *** [all-recursive] Error 1
  1034. make[1]: Leaving directory `/home/test/cairo'
  1035. make: *** [all] Error 2
  1036. test@user-virtual-machine:~/cairo$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement