On Thu, 13 Jan 2005 11:50:06 +0100, Luca Falavigna <[EMAIL PROTECTED]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > While compiling kernel 2.6.11-rc1, make exits with a lot of errors concerning > Direct Rendering Manager. Here is some info I've grabbed:
You have CONFIG_BROKEN turned on in your kernel .config. The gamma driver is broken and it is marked as being broken. Turn off CONFIG_BROKEN in your kernel config and it won't build. -- Jon Smirl [EMAIL PROTECTED] ------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt -- _______________________________________________ Dri-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-devel
