Mailinglist Archive: radeonhd (300 mails)
| < Previous | Next > |
Re: [radeonhd] DRI support hit master
- From: Adam Williamson <awilliamson@xxxxxxxxxxxx>
- Date: Tue, 27 May 2008 16:01:02 -0700
- Message-id: <1211929262.5379.17.camel@xxxxxxxxxxxxxxxx>
On Tue, 2008-05-27 at 23:55 +0100, Tony Sweeney wrote:
Note the 'no such file or directory' errors: you're missing some
development headers. This is because the DRI code introduces extra build
dependencies (on the GL libs).
--
adamw
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
Also having problems on Ubuntu 8.04 64-bit:
In file included from ../.././src/rhd_dri.h:33,
from ../.././src/rhd_driver.c:115:
/usr/include/GL/glxint.h:28:19: error: GL/gl.h: No such file or directory
In file included from ../.././src/rhd_dri.h:33,
from ../.././src/rhd_driver.c:115:
/usr/include/GL/glxint.h:95: error: expected specifier-qualifier-list
before ‘GLboolean’
In file included from ../.././src/rhd_driver.c:115:
../.././src/rhd_dri.h:34:21: error: xf86drm.h: No such file or directory
make[3]: *** [radeonhd_drv_la-rhd_driver.lo] Error 1
make[3]: Leaving directory `/home/sweeney/xf86-video-radeonhd/build2/src'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/sweeney/xf86-video-radeonhd/build2/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/sweeney/xf86-video-radeonhd/build2'
make: *** [all] Error 2
sweeney@homunculus:~/xf86-video-radeonhd/build2$
The problem did not manifest when I pulled and built the RS780 code
yesterday (which works great, incidentally, thanks Egbert!). I made a
fresh build directory (build2 above) and reran autogen.sh to make sure I
was getting a clean build. I have the standard Xorg development packages
installed, radeonhd is the only package I am trying to build from source.
Note the 'no such file or directory' errors: you're missing some
development headers. This is because the DRI code introduces extra build
dependencies (on the GL libs).
--
adamw
--
To unsubscribe, e-mail: radeonhd+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: radeonhd+help@xxxxxxxxxxxx
| < Previous | Next > |