bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: build breaks


From: Alfred M. Szmidt
Subject: Re: build breaks
Date: Wed, 28 Feb 2007 13:35:07 +0100 (CET)

   #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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]