[Evolution] 1.4.5 fails on HPUX 11.00 with: seteuid (first referenced in camel-lock-helper.o)
Gansser, Martin
MGansser@inneo.de
Fri, 9 Apr 2004 12:15:27 +0200
I solved this problem by adding the folling to =
evolution-1.4.5/camel/camel-lock-helper.c
#if defined(hpux) || defined(_hpux) || defined(__hpux)
# define HPUX 1
# define seteuid(e) setresuid(-1,e,-1)
# define setreuid(r,e) setresuid(r,e,-1)
#endif
Martin
> -----Original Message-----
> From: Gansser, Martin=20
> Sent: Thursday, April 08, 2004 11:20 PM
> To: evolution@lists.ximian.com
> Subject: [Evolution] 1.4.5 fails on HPUX 11.00 with: seteuid (first
> referenced in camel-lock-helper.o)
>=20
>=20
> Hi,
>=20
> I tried to compile evolution-1.4.5 on HPUX 11.00 with=20
> gnome-2.4, but this fails
> with the following error message:=20
>=20
> /usr/ccs/bin/ld: Unsatisfied symbols:
> seteuid (first referenced in camel-lock-helper.o) (code)
> collect2: ld returned 1 exit status
>=20
> any hints ?
>=20
> thanks Martin