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