I also encountered this and tried to do the same test as what the configure
script does. Somehow, it just fails - so i edited the configure script to
short circuit that part. (i set ZAPTEL_V12_OR_HIGHER=1 forcibly) i used the
older port structure and added this patch for convenience.
--- configure.orig 2008-05-27 06:50:28.000000000 +0800
+++ configure 2008-10-28 16:28:19.000000000 +0800
@@ -36259,6 +36259,7 @@
ZAPTEL_V12_OR_HIGHER=1
fi
+ZAPTEL_V12_OR_HIGHER=1
if test "${ZAPTEL_V12_OR_HIGHER}" = "1"; then
@@ -39876,7 +39877,7 @@
fi
if test $ac_cv_header_speex_speex_h = yes; then
- HAVE_SPEEX_H=1 SPEEX_CFLAGS=-I/usr/include/speex
+ HAVE_SPEEX_H=1 SPEEX_CFLAGS=-I/usr/local/include/speex
else
{ { echo "$as_me:$LINENO: error: Cannot find header files for Speex." >&5
hope that helps
wagz
On Tue, Nov 18, 2008 at 7:24 PM, Chad Leigh -- Shire.Net LLC <[EMAIL PROTECTED]
> wrote:
> Hi
>
> I am attempting to install CallWeaver on a new FreeBSD system (7.0)
> that has 2 digium cards in it. (I had this running under asterisk a
> couple of years ago but never took the time to get it configured as I
> needed it and set it aside -- need it now)
>
> I have installed the zaptel port which is a zaptel 1.4.x.
>
> When I attempt to configure callweaver I get
>
> checking zaptel/zaptel.h usability... yes
> checking zaptel/zaptel.h presence... yes
> checking for zaptel/zaptel.h... yes
> checking zaptel/tonezone.h usability... yes
> checking zaptel/tonezone.h presence... yes
> checking for zaptel/tonezone.h... yes
> checking for struct zt_radio_stat... no
> configure: WARNING: Zaptel appears to be older than version 1.2 --
> Zaptel support will be disabled.
>
>
> /usr/local/include/zaptel/zaptel.h does define that struct. And
> zaptel is greater than 1.2. I am not sure how to proceed.
>
> I would appreciate any help possible.
>
> Thanks
> Chad
>
> _______________________________________________
> Callweaver-users mailing list
> [email protected]
> http://lists.callweaver.org/mailman/listinfo/callweaver-users
>
_______________________________________________
Callweaver-users mailing list
[email protected]
http://lists.callweaver.org/mailman/listinfo/callweaver-users