<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fatal error: nouveau/nouveau_device.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55919#c7">Comment # 7</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - fatal error: nouveau/nouveau_device.h: No such file or directory"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=55919">bug 55919</a>
              from <span class="vcard"><a class="email" href="mailto:spark74@gmx.de" title="Roland Egger <spark74@gmx.de>"> <span class="fn">Roland Egger</span></a>
</span></b>
        <pre>I fetched libdrm-2.4.24

and after configure I got:
libdrm 2.4.24 will be compiled with:

  libkms         yes
  Intel API      yes
  vmwgfx API     no
  Radeon API     yes
  Nouveau API    no

Therefor I tried configure with --enable-nouveau-experimental-api

The goog thing is that the important libraries are build before it tries to
build these strange driver that needs nouveau. There should be a possibility to
disable nouveau in the config files, too. That would be very nice especially
after the nouveau thing is experimental.

After building and installing the lib I added the LD_LIBRARY_PATH to the
install directory for libdrm and added the include path to the configs/linux
file.
Let's see if that helps ;)

Now the build succeeds and I got libEGL.so and libGLw.so as additional
libraries. Which one contains the nouveau driver and what are the advantages of
having libEGL.so and libGLw.so?</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>