#include <stdio.h>
   #include <string.h>
   #include <time.h>
   #include <sys/stat.h>
   #include <linux/ext2_fs.h>
   #include <fcntl.h>

   int main()
   {
          return 0;
   }

   I really believe what you guys do is a crap.

PEBKAC.  This for example has nothing to do with GNU Make, and is
completely related to your broken code.  You have forgotten to include
an extra header that is needed by <linux/ext2_fs.h>, namley
<asm/types.h> which defines BITS_FOR_LONG among other things.

Next time, please use a politer tone.


_______________________________________________
Bug-make mailing list
Bug-make@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-make

Reply via email to