[Lunar-commits] r18267 - moonbase/trunk/zbeta/x11
Samuel Verstraete
elangelo at lunar-linux.org
Mon Jan 23 15:48:44 UTC 2006
Author: elangelo
Date: 2006-01-23 15:48:43 +0000 (Mon, 23 Jan 2006)
New Revision: 18267
Modified:
moonbase/trunk/zbeta/x11/BUGS
Log:
for this evening :)
Modified: moonbase/trunk/zbeta/x11/BUGS
===================================================================
--- moonbase/trunk/zbeta/x11/BUGS 2006-01-23 15:35:01 UTC (rev 18266)
+++ moonbase/trunk/zbeta/x11/BUGS 2006-01-23 15:48:43 UTC (rev 18267)
@@ -1,8 +1,9 @@
i'll prolly need a PREBUILD to remove "/usr/include/x11" and "UNKNOWN" when installing MODULE X & Y
+***
+this one doesn't work... still first reference that there is something wrong with the headers...
http://lists.freedesktop.org/archives/xorg/2005-December/011626.html
-
-
+@@@
/usr/include/sys/kd.h
-#ifndef _LINUX_TYPES_H
@@ -13,3 +14,17 @@
+#define _LINUX_TYPES_H 1
+#define __undef_LINUX_TYPES_H 1
+#endif
+@@@
+***
+this one sounds interesting and actually pretty logic...
+http://www.linuxquestions.org/questions/showthread.php?t=378616
+
+with a cool sollution from linuxfromscratch. and these guys are using the same kernel-headers package from pld linux so gonna try this thingy...
+http://linuxfromscratch.org/pipermail/hlfs-dev/2006-January/002659.html
+@@@
+sed -e 's|__u16|unsigned short|g' -e 's|__u32|unsigned|g' -i \
+hw/xfree86/os-support/linux/lnx_agp.c
+cp -v /usr/include/linux/agpgart.h /usr/include/linux/agpgart.h.orig
+sed -e 's|__u16|unsigned short|g' -e 's|__u32|unsigned|g' \
+-i /usr/include/linux/agpgart.h
+@@@
More information about the Lunar-commits
mailing list