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 > Sent: Thursday, April 08, 2004 11:20 PM > To: [EMAIL PROTECTED] > Subject: [Evolution] 1.4.5 fails on HPUX 11.00 with: seteuid (first > referenced in camel-lock-helper.o) > > > Hi, > > I tried to compile evolution-1.4.5 on HPUX 11.00 with > gnome-2.4, but this fails > with the following error message: > > /usr/ccs/bin/ld: Unsatisfied symbols: > seteuid (first referenced in camel-lock-helper.o) (code) > collect2: ld returned 1 exit status > > any hints ? > > thanks Martin _______________________________________________ evolution maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution
