ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] Errors during compile on AIX 5.1.0.0

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 5 Feb 2002 14:12:17 -0800 (PST)
> I get the following errors, I beleive being caused by an improper
> definition of the log() macro. On AIX it is defined only in
> /usr/include/math.h
> 
> In the directory elan/ftypes there are several files that call log()

Yes, they do, but they're not trying to get a logarithm, they're trying
to log a message!

"log()" is specified in the ANSI C89 standard; we should pick a
different name for our internal routine.