Dietmar Segbert | 31 Oct 18:57
Favicon

memset was not declared

Hello,

i have to try compile some programs under grml 1.1.
After running make, i become some error messages memset was not declared  
in this scope.

any ideas wht to do? google shows a bug in the gcc, but nothing what to  
do, to fix that.

Regards.

Dietmar
Gravatar

Re: memset was not declared

Dietmar Segbert wrote:

> i have to try compile some programs under grml 1.1.
> After running make, i become some error messages memset was not declared
> in this scope.

either user an older compiler e.g gcc 4.1 or add #include <string.h> to
the code where it is missing.

> any ideas wht to do? google shows a bug in the gcc, but nothing what to
> do, to fix that.

no gcc bug, just broken code.

michael

Dietmar Segbert wrote:

> i have to try compile some programs under grml 1.1.
> After running make, i become some error messages memset was not declared
> in this scope.

either user an older compiler e.g gcc 4.1 or add #include <string.h> to
the code where it is missing.

> any ideas wht to do? google shows a bug in the gcc, but nothing what to
> do, to fix that.

(Continue reading)


Gmane