Ethereal-dev: Re: [Ethereal-dev] problems building on mac os x

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

From: Michael Tuexen <Michael.Tuexen@xxxxxxxxxxxxxxxxx>
Date: Fri, 7 Dec 2001 18:33:49 +0100
Dear Oliver,

you have to replace config.sub and config.guess to the versions available in /usr/libexec/.
Than your OS should be detected and the following option
-traditional-cpp
will be used by the c compiler. This solves your problem.

Best regards
Michael

On Thursday, December 6, 2001, at 12:48 AM, Oliver Skiebe wrote:

hi,

i got the following output making ethereal 0.8.20 on a powerbook g3 running mac os 10.1.1:
...
root# make
make  all-recursive
Making all in tools
Making all in lemon
make[3]: Nothing to be done for `all'.
make[3]: Nothing to be done for `all-am'.
Making all in wiretap
gcc -DHAVE_CONFIG_H -I. -I. -I. -I/usr/local/include -Wall -W -Wno-unused -g -O2 -I/sw/include/glib-1.2 -I/sw/lib/glib/include -I/usr/local/include -c buffer.c
buffer.c:1308: bad macro argument list
cpp-precomp: warning: errors during smart preprocessing, retrying in basic mode
make[2]: *** [buffer.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2

configure went well after i put a link to pcap.h in /usr/include

any ideas out there?
- thank you,
oliver


_______________________________________________
Ethereal-dev mailing list
Ethereal-dev@xxxxxxxxxxxx
http://www.ethereal.com/mailman/listinfo/ethereal-dev


Michael.Tuexen@xxxxxxxxxxxxxxxxx