<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Missing cflags for libtoytoolkit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57812#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Missing cflags for libtoytoolkit"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=57812">bug 57812</a>
              from <span class="vcard"><a class="email" href="mailto:krh@bitplanet.net" title="Kristian Høgsberg <krh@bitplanet.net>"> <span class="fn">Kristian Høgsberg</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=57812#c1">comment #1</a>)
<span class="quote">> Created <span class=""><a href="attachment.cgi?id=71120" name="attach_71120" title="cflags patch for clients/Makefile.am v2">attachment 71120</a> <a href="attachment.cgi?id=71120&action=edit" title="cflags patch for clients/Makefile.am v2">[details]</a></span> <a href='page.cgi?id=splinter.html&bug=57812&attachment=71120'>[review]</a> [review]
> cflags patch for clients/Makefile.am v2

> Updated the patch since several other clients were missing cflags for
> include paths (cairo and pixman). With this version everything finally
> builds.

> The patch now solves more issues than what the bug subject mentions, but I
> thought it was better to update the one here rather than open a new one.</span >

I'm not sure what the problem you're seeing is but we have

AM_CPPFLAGS =                                   \
        -DDATADIR='"$(datadir)"'                \
    -DBINDIR='"$(bindir)"'                  \
        $(CLIENT_CFLAGS) $(CAIRO_EGL_CFLAGS)

in clients/Makefile.am and that propagates to CPPFLAGS for all clients that
don't explicitly set their own (eg like simple_shm_CPPFLAGS).  Can you provide
full output of how you configure and build the tarball?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>