[cairo-bugs] [Bug 104504] [CAIRO] unable to compile with latest commits

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 16 19:58:35 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=104504

Humberto Israel Perez Rodriguez <humberto.i.perez.rodriguez at intel.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #2 from Humberto Israel Perez Rodriguez <humberto.i.perez.rodriguez at intel.com> ---
(In reply to Behdad Esfahbod from comment #1)
> commit 5795ac9d90c4927e9826cf49687a9f84628d9974 (HEAD -> master)
> Author: Behdad Esfahbod <behdad at behdad.org>
> Date:   Mon Jan 15 19:28:56 2018 -0500
> 
>     Fix compile with older FreeType without FT_Get_Var_Design_Coordinates

Hi Behdad:

i am not sure if this is the same issue that i've reported, but the latest
cairo commit is not able to compile so far ...

font-variations.c: In function ‘test_variation’:
font-variations.c:53:5: error: unknown type name ‘FT_Face’
     FT_Face ft_face;
     ^
font-variations.c:54:5: error: unknown type name ‘FT_MM_Var’
     FT_MM_Var *ft_mm_var;
     ^
font-variations.c:55:5: error: unknown type name ‘FT_Error’
     FT_Error ret;
     ^
font-variations.c:56:5: error: unknown type name ‘FT_Fixed’
     FT_Fixed coords[20];
     ^
font-variations.c:57:18: warning: unused variable ‘i’ [-Wunused-variable]
     unsigned int i;
                  ^
font-variations.c:56:14: warning: unused variable ‘coords’ [-Wunused-variable]
     FT_Fixed coords[20];
              ^
font-variations.c:55:14: warning: unused variable ‘ret’ [-Wunused-variable]
     FT_Error ret;
              ^
font-variations.c:54:16: warning: unused variable ‘ft_mm_var’
[-Wunused-variable]
     FT_MM_Var *ft_mm_var;
                ^
font-variations.c:53:13: warning: unused variable ‘ft_face’ [-Wunused-variable]
     FT_Face ft_face;
             ^
font-variations.c:51:20: warning: unused variable ‘status’ [-Wunused-variable]
     cairo_status_t status;
                    ^
font-variations.c:50:27: warning: unused variable ‘options’ [-Wunused-variable]
     cairo_font_options_t *options;
                           ^
font-variations.c:49:20: warning: unused variable ‘matrix’ [-Wunused-variable]
     cairo_matrix_t matrix;
                    ^
font-variations.c:48:26: warning: unused variable ‘scaled_font’
[-Wunused-variable]
     cairo_scaled_font_t *scaled_font;
                          ^
font-variations.c:47:24: warning: unused variable ‘font_face’
[-Wunused-variable]
     cairo_font_face_t *font_face;
                        ^
  CC       cairo_test_suite-group-paint.o
Makefile:4370: recipe for target 'cairo_test_suite-font-variations.o' failed
make[4]: *** [cairo_test_suite-font-variations.o] Error 1
make[4]: *** Waiting for unfinished jobs....
  CC       cairo_test_suite-group-state.o
make[4]: Leaving directory '/home/gfx/intel-graphics/cairo/test'
Makefile:8372: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/home/gfx/intel-graphics/cairo/test'
Makefile:1733: recipe for target 'all' failed
make[2]: *** [all] Error 2
make[2]: Leaving directory '/home/gfx/intel-graphics/cairo/test'
Makefile:910: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/gfx/intel-graphics/cairo'
Makefile:759: recipe for target 'all' failed
make: *** [all] Error 2

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.cairographics.org/archives/cairo-bugs/attachments/20180116/49e20f52/attachment.html>


More information about the cairo-bugs mailing list