Comment 2 for bug 274842

Revision history for this message
ovoskeuiks (ovoskeuiks) wrote :

Sorry that was a bit brief and probably not helpful to solving the actual problem.
info.c appears to be auto generated by using info.inc and info.patch. I think that the problem is to do with the header rearrangement of GCC4.3 used in ubuntu 8.10 but I could be wrong. Whatever defines the includes for info.c needs to have the line '#include <linux/mm.h>' added to it which fixes the compile problem. However I dont' know if this is the correct answer to the problem or just a dirty hack.

Also because info.c is auto generated you need to have it fail once to create the info.c file so you can add the line to it.

Hope this is more useful to whomever understands the generation of info.c and can solve it properly

Cheers