Xymon Mailing List Archive search

Build Error on HP-UX for 4.2.0

list Neil D. ManTech Ctr Camp
Mon, 21 Aug 2006 11:44:12 -0400
Message-Id: <user-23379ecaba5f@xymon.invalid>

That worked! Thanks! I hope I did not ask a redundant question. I try to
keep up with the mailing list. Just a curiosity question. Now that there
are a couple of patches out there, do you have a possible timeline for
4.2.1? 

-----Original Message-----
From: Henrik Stoerner [mailto:user-ce4a2c883f75@xymon.invalid] 
Sent: Monday, August 21, 2006 11:16 AM
To: user-ae9b8668bcde@xymon.invalid
Subject: Re: [hobbit] Build Error on HP-UX for 4.2.0

On Mon, Aug 21, 2006 at 10:16:06AM -0400, Camp, Neil D. (ManTech) CTR
wrote:
I am getting the following error trying to compile 4.2.0 on HP-UX
11.11
using gcc 4.1.1


gcc -g -O -D_REENTRANT   -DHPUX -I.
-I/home/campnd/hobbit-4.2.0/include
-I/usr/local/pa20_32/include -DBBGEN_SSL  -I/usr/include   -c -o
bbtest-net.o bbtest-net.c
bbtest-net.c: In function 'send_rpcinfo_results':
bbtest-net.c:1830: warning: assignment makes pointer from integer
without a cast
bbtest-net.c:1837: error: dereferencing pointer to incomplete type
bbtest-net.c:1849: error: dereferencing pointer to incomplete type
bbtest-net.c:1854: error: dereferencing pointer to incomplete type
gmake[1]: *** [bbtest-net.o] Error 1
gmake[1]: Leaving directory `/home/campnd/hobbit-4.2.0/bbnet'
gmake: *** [bbnet-build] Error 2
Change the hobbit-4.2.0/Makefile - at the bottom after the line

   # Add local CFLAGS etc. settings here

you just add this line:

   CFLAGS += -DBROKEN_HPUX_NETDB


Regards,
Henrik