build breaks

2007-02-28 Thread Guyeng Gankhuyag
on PIII 800 PC System, Ubuntu 5.04, kernel 2.6.10-5-386 the build breaks whenever I include the ext2_fs.h header into C file as simple as following: #include #include #include #include #include #include int main() { return 0; } I really believe what you guys do is a crap. Here i

Re: build breaks

2007-02-28 Thread Paul Smith
On Wed, 2007-02-28 at 07:36 +, Guyeng Gankhuyag wrote: > the build breaks whenever I include the ext2_fs.h header into C file > as simple as following: This mailing list is for bugs in the GNU make program. Your problem has nothing to do with GNU make, so it's not appropriate for this mailing

Re: build breaks

2007-02-28 Thread Alfred M. Szmidt
#include #include #include #include #include #include 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

Re: build breaks

2007-02-28 Thread Sam Ravnborg
On Wed, Feb 28, 2007 at 07:36:27AM +, Guyeng Gankhuyag wrote: > on PIII 800 PC System, Ubuntu 5.04, kernel 2.6.10-5-386 > > the build breaks whenever I include the ext2_fs.h header into C file as > simple as following: > > #include > #include > #include > #include > #include > #include