Hi
I'm trying to build 0.10.12 on Mac OS X 10.4.2.
I have the latest Apple software updates installed and the most recent Fink
versions of non-Apple software.
I used this configuration setting. Items under /sw are from Fink
./configure --with-libpcap=/sw --with-libpcre=/sw --with-zlib=/sw
--with-net-snmp=/sw --with-krb5=/usr --with-adns=/sw --enable-dftest=no
--with-ssl --enable-randpkt
Configure works, but when I do "make" it dies here. ( successful part cut)
...
Making all in dissectors
make all-am
make[4]: Nothing to be done for `all-am'.
if /bin/sh ../libtool --mode=compile --tag=CC gcc -DHAVE_CONFIG_H -I. -I.
-I.. -I./.. -I/usr/local/include -I/sw/include -g -O2 -Ddarwin8
-no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include
-D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN
-DTCPTV_REXMTMAX -I/sw/include -I. -I/sw/include -I/usr/include -DINET6
-no-cpp-precomp -D_U_="__attribute__((unused))" -Wall -W -g -O2
-I/usr/local/include -I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include
-I/sw/include/pango-1.0 -I/usr/X11R6/include -I/usr/X11R6/include/freetype2
-I/sw/include/gtk-2.0 -I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include
-I/sw/include -g -O2 -Ddarwin8 -no-cpp-precomp
-I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include -D_BSD_SOCKLEN_T_=int32_t
-DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX -I/sw/include -I.
-I/sw/include -I/usr/include -MT radius_dict.lo -MD -MP -MF
".deps/radius_dict.Tpo" -c -o radius_dict.lo radius_dict.c; \
then mv -f ".deps/radius_dict.Tpo" ".deps/radius_dict.Plo"; else rm -f
".deps/radius_dict.Tpo"; exit 1; fi
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I./.. -I/usr/local/include -I/sw/include
-g -O2 -Ddarwin8 -no-cpp-precomp
-I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include -D_BSD_SOCKLEN_T_=int32_t
-DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN -DTCPTV_REXMTMAX -I/sw/include -I.
-I/sw/include -I/usr/include -DINET6 -no-cpp-precomp
"-D_U_=__attribute__((unused))" -Wall -W -g -O2 -I/usr/local/include
-I/sw/include/glib-2.0 -I/sw/lib/glib-2.0/include -I/sw/include/pango-1.0
-I/usr/X11R6/include -I/usr/X11R6/include/freetype2 -I/sw/include/gtk-2.0
-I/sw/include/atk-1.0 -I/sw/lib/gtk-2.0/include -I/sw/include -g -O2
-Ddarwin8 -no-cpp-precomp -I/Developer/SDKs/MacOSX10.3.0.sdk/usr/include
-D_BSD_SOCKLEN_T_=int32_t -DSIOCADDRT -DSIOCDELRT -DTCPTV_MIN
-DTCPTV_REXMTMAX -I/sw/include -I. -I/sw/include -I/usr/include -MT
radius_dict.lo -MD -MP -MF .deps/radius_dict.Tpo -c radius_dict.c
-fno-common -DPIC -o .libs/radius_dict.o
radius_dict.l:68: error: 'encrypt' redeclared as different kind of symbol
/usr/include/unistd.h:495: error: previous declaration of 'encrypt' was here
make[3]: *** [radius_dict.lo] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2
_____________________________________
Any hints?
thanks in advance
Claude