[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Enigma-devel] A bug in autogen.sh script.
From: |
Ingo van Lil |
Subject: |
Re: [Enigma-devel] A bug in autogen.sh script. |
Date: |
Sat, 22 Jan 2005 15:38:10 +0100 |
User-agent: |
Mutt/1.5.6i |
On 22 Jan 2005, Tadeusz Andrzej Kad?ubowski wrote:
> server.cc:371: `tolower' undeclared (first use this function)
> server.cc:371: (Each undeclared identifier is reported only once for each
> function it appears in.)
> make[3]: *** [enigma-server.o] Error 1
Looks like it's just missing '#include <cstring>' somewhere at the top
of the file.
Cheers,
Ingo