|
[Dri-devel] on my X probbies... it's the module.
From: teunis <teunis@co...> - 2000-01-30 04:15
|
Okay, trying to compile. I made it not include <asm/spinlocks.h> Fixed my module compilation... This addition to drmP.h: #if LINUX_VERSION_CODE >= KERNEL_VERSION(2,1,0) #if LINUX_VERSION_CODE < KERNEL_VERSION(2,3,39) #include <asm/spinlock.h> #endif #include <linux/poll.h> #endif .... Anyways, it still doesn't work. Tried recompiling X with glide enabled... and it didn't compile. For some reason it isn't generating libGLcore.a Don't ask me when or where it does it. I can't make heads or tails of the make output! G'day, eh? :) - Teunis |
| Thread | Author | Date |
|---|---|---|
| [Dri-devel] on my X probbies... it's the module. | teunis <teunis@co...> |