Hi, I'm attempting to compile SASL on BSD 4.4 and i keep running into this issue when 'building':
 
su-2.02# make
make  all-recursive
Making all in include
Making all in sasldb
Making all in plugins
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include
-I../lib -I../sasldb  -I/usr/local/include  -Wall -W -Wall -g -O2 -c plugin_comm
on.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I../lib -I../sasldb -I/usr/local/
include -Wall -W -Wall -g -O2 -c plugin_common.c  -fPIC -DPIC -o plugin_common.l
o
plugin_common.c: In function `sockaddr_unmapped':
plugin_common.c:86: syntax error before `addr'
plugin_common.c:95: `addr' undeclared (first use in this function)
plugin_common.c:95: (Each undeclared identifier is reported only once
plugin_common.c:95: for each function it appears in.)
plugin_common.c:95: `uint32_t' undeclared (first use in this function)
plugin_common.c:95: syntax error before `)'
*** Error code 1
any advice?
 
Thanks,
-Drew

Reply via email to