<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:humberto.i.perez.rodriguez@intel.com" title="Humberto Israel Perez Rodriguez <humberto.i.perez.rodriguez@intel.com>"> <span class="fn">Humberto Israel Perez Rodriguez</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [CAIRO] unable to compile with latest commits"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104504">bug 104504</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Resolution</td>
           <td>FIXED
           </td>
           <td>---
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>RESOLVED
           </td>
           <td>REOPENED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [CAIRO] unable to compile with latest commits"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104504#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_REOPENED "
   title="REOPENED - [CAIRO] unable to compile with latest commits"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=104504">bug 104504</a>
              from <span class="vcard"><a class="email" href="mailto:humberto.i.perez.rodriguez@intel.com" title="Humberto Israel Perez Rodriguez <humberto.i.perez.rodriguez@intel.com>"> <span class="fn">Humberto Israel Perez Rodriguez</span></a>
</span></b>
        <pre>(In reply to Behdad Esfahbod from <a href="show_bug.cgi?id=104504#c1">comment #1</a>)
<span class="quote">> commit 5795ac9d90c4927e9826cf49687a9f84628d9974 (HEAD -> master)
> Author: Behdad Esfahbod <<a href="mailto:behdad@behdad.org">behdad@behdad.org</a>>
> Date:   Mon Jan 15 19:28:56 2018 -0500

>     Fix compile with older FreeType without FT_Get_Var_Design_Coordinates</span >

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</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>