<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Unknown type name 'uint32_t' in config-parser.h"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=90674">90674</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Unknown type name 'uint32_t' in config-parser.h
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>Wayland
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>x86-64 (AMD64)
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux (All)
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>medium
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>weston
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>wayland-bugs@lists.freedesktop.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>sakari.m.kapanen@gmail.com
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=116071" name="attach_116071" title="Minimal test file to reproduce the uint32_t errors">attachment 116071</a> <a href="attachment.cgi?id=116071&action=edit" title="Minimal test file to reproduce the uint32_t errors">[details]</a></span>
Minimal test file to reproduce the uint32_t errors

I'm trying to build Weston's desktop-shell out of the Weston source tree, ie.
by including the Weston headers from /usr/include/weston like this:

#include <weston/config-parser.h>
etc.

When compiling the shell plugin, gcc gives errors about an unknown type
'uint32_t' in config-parser.h. This can be solved by including stdint.h before
including config-parser.h. However, I think stdint.h should be included in the
config-parser.h header.

I've attached a simple, minimal test file to reproduce the problem. The errors
will be reproduced by running `gcc test.c`. The version of Weston in question
is 1.7.93.</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>