Mailinglist Archive: radeonhd (436 mails)
| < Previous | Next > |
[radeonhd] #ifdef inconsistency
- From: Bruno Kleinert <fuddl@xxxxxxxxxx>
- Date: Sat, 26 Jul 2008 15:46:55 +0200
- Message-id: <1217080015.22023.8.camel@xxxxxxxxxxxxxxxxxxxxx>
hi there,
i compiled git commit 0780b69e0bce9e08f19aa7dd28ed4934e34596b9 after the
merge of quick_and_dirty_2d into master today and ran into a tiny
inconsistency:
the member Bool DMAForXv of struct RHDRec in src/rhd.h is defined in an
#ifdef USE_DRI, but in src/rhd_driver.c (line 1148) it's always used. so
if there are some drm/dri headers not installed on the system, the
autotools don't complain at configuration time about that and the driver
fails to compile.
cheers - fuddl
i compiled git commit 0780b69e0bce9e08f19aa7dd28ed4934e34596b9 after the
merge of quick_and_dirty_2d into master today and ran into a tiny
inconsistency:
the member Bool DMAForXv of struct RHDRec in src/rhd.h is defined in an
#ifdef USE_DRI, but in src/rhd_driver.c (line 1148) it's always used. so
if there are some drm/dri headers not installed on the system, the
autotools don't complain at configuration time about that and the driver
fails to compile.
cheers - fuddl
| < Previous | Next > |