From: Henry N. <Hen...@Ar...> - 2007-09-06 16:25:46
|
THEyoshi wrote: > I have got a problem with the GCC Compiler in my Cooperative Linux. > I am able to compile programms like "hello world" but if it gets a little > more > complicated there is an error, always with the pattern: > > usr/include/<header-file>: parse error before 'size_t' Think, you have not completly installed GCC. Some programms needs also to install "kernel headers" or "kernel source". The definition for size_t should be in the include /usr/include/asm/posix_types.h and /usr/include/linux/types.h Check that the files exists. If not, locate how to install they for your distribution. -- Henry |