On Tue, 16 Jan 2001, Guy Harris wrote:
> Do the attempts to build it on HP-UX 10.20 still fail, or have you just
> not tried building on HP-UX 10.20 yet?
I have tried to build libpcap in both HP-UX 10.20 (in a HP 9000/C110)
and in HP-UX 11.00 (in a HP 9000/877). By the way, I added the tar files
and packages for both libpcap 0.6.1 and tcpdump 3.6.1 for Solaris x86
today. Now are available in http://condmat.uniovi.es/tcpdump/
> If they fail, the problem may be that "bpf_filter.c" doesn't include
> "config.h" and thus doesn't get the #defines for "u_int{8,16,32}_t",
> although I think I've successfully built 0.6 (or, at least, the current
> CVS version, but it's not different there), on Solaris 2.6, which I
> think lacks the "u_int{8,16,32)_t" types.
I have tried to include config.h in either bpf_filter.c and bpf.h and it
is failing yet. I have found that the first error is
cc: "net/bpf.h", line 49: error 1000: Unexpected symbol: "bpf_u_int32".
that is, it fails in the line 49 of net/bpf.h:
typedef u_int bpf_u_int32;
It appears to work when u_int is changed to unsigned int but fails with
other data types too. I will check the u_int declaration in
/usr/include/sys/* tomorrow. I will try to build the binaries for SGI too.
Best regards,
Igor.
--
Igor Sobrado, UK34436 - [EMAIL PROTECTED]
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]?body=unsubscribe