I've tried to get asterisk working on FreeBSD 6.[02] on any version past 1.2.14 (on the 1.2 branch).<br><br>Building WITHOUT_ZAPTEL works fine. Taking this out, I get:<br><br>gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -I/usr/local/include -L/usr/local/lib -march=i386 -DZAPTEL_OPTIMIZATIONS -fomit-frame-pointer -fPIC -I/usr/local/include -L/usr/local/lib -c -o codec_zap.o codec_zap.c
<br>codec_zap.c: In function `zap_framein':<br>codec_zap.c:147: error: dereferencing pointer to incomplete type<br>[...]<br>codec_zap.c:207: error: dereferencing pointer to incomplete type<br>codec_zap.c:208: error: `ZT_TCOP_TRANSCODE' undeclared (first use in this function)
<br><br>(This is besides an error where "linux/zaptel.h" isn't found; changed to simply "zaptel.h" in the include).<br><br>This worked fine for 1.2.14, and I can't find anything in the archives about this. Mismatched Zaptel_bsd build? Some silly thing on my end? (I checked the Ports, and they have
1.2.13 -- I'm already running 1.2.14, so that doesn't help).<br><br>Thanks,<br>Gerald.<br>