gpa 0.6.0 does not compile

Miguel Coca mcoca@gnu.org
Sun Dec 29 00:23:02 2002


--nFreZHaLTZJo0R7j
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Sat, Dec 28, 2002 at 20:44:35 +0100, Jan Tim Schueszler wrote:
> Hi all,

Hi,

> i just downloaded gpa 0.6.0, but compilation failed with the
> following message:
>=20
> server_access.c: In function 'do_spawn':
> server_access.c:386: warning: implicit declaration of function
> 'signal'
> server_access.c:386: 'SIGCHILD' undeclared (first use in this
> function)
> server_access.c:388: 'SIG_DFL' undeclared (first use in this
> function)
>=20
> What does this error mean and how do i solve this problem?

This is probably due to some small differences between your header files and
mine. Add this to src/server_access.c (line 25, for example):

#include <signal.h>

With that fix (already in CVS), it should work on any POSIX system.

Thanks,
--=20
Miguel Coca (mcoca@gnu.org)                http://zipi.fi.upm.es/~e970095/
       OpenPGP: E60A CBF4 5C6F 914E B6C1  C402 8C4D C7B6 27FC 3CA8

--nFreZHaLTZJo0R7j
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+DjKZjE3Htif8PKgRAvtJAJ4ioKccql1jOOfvP/Qti3EXJxBmmgCghicF
IlH1y81UF6jFUyz6Y1AFyU0=
=ibZm
-----END PGP SIGNATURE-----

--nFreZHaLTZJo0R7j--