[Iftop-users] Trying to compile iftop-0.15 -- problems

Paul Warren pdw at ex-parrot.com
Mon, 19 Jan 2004 19:26:03 +0000


On Mon, Jan 19, 2004 at 01:00:22PM +0000, Chris Lightfoot wrote:
> On Mon, Jan 19, 2004 at 12:46:59PM +0000, Paul Warren wrote:
> > Sorry for the lack of reply on this one.  You should be able to work
> > around this problem by replacing every occurence of "u_int32_t" with
> > "unsigned int".
> > 
> > I'm not sure what the "correct" solution to this problem.  Does anyone
> > know if it's possible to get autoconf to do something useful here?
> 
> It should already be doing so -- there's complicated logic
> to define the various types. I don't know why it isn't
> working in this case, though.

On this system, the types are defined in sys/types.h, and presumably
autoconf is supposed to make them up in the event that they're not
defined there on a given system.

Perhaps upgrading autoconf might help?

Paul