inode.h:88: error: syntax error before "cdev_t"
Matthew Dillon
dillon at apollo.backplane.com
Wed Oct 4 11:38:32 PDT 2006
The bug is simply that _KERNEL_STRUCTURES or _KERNEL is not being
defined early enough, causing some #include files to not do the
proper typedefs that later include files need.
If you stick #define _KERNEL_STRUCTURES at the top of procmem.c,
it works.
Of course, there are other problems... MAP_ENTRY_IS_SUB_MAP does not
exist any more, for example, causing additional compilation errors
in procmem.c and procmap.c.
-Matt
More information about the Bugs
mailing list