Public bug reported:

the currently used sourecode can not build with a 2.6.24 kernel source,
the following patch fixes the build error:

--- include/iprt/types.h        2007-10-15 16:54:47.000000000 +0200
+++ ../types.h  2007-12-05 20:46:37.000000000 +0100
@@ -69,8 +69,11 @@
 #  define bool linux_bool
 #  define true linux_true
 #  define false linux_false
+#  define uintptr_t linux_uintptr_t
+#  include <linux/autoconf.h>
 #  include <linux/types.h>
 #  include <linux/stddef.h>
+#  undef uintptr_t
 #  undef false
 #  undef true
 #  undef bool

** Affects: virtualbox-ose-modules (Ubuntu)
     Importance: Undecided
         Status: New

-- 
cant build with 2.6.24 kernel source
https://bugs.launchpad.net/bugs/174213
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to