From owner-freebsd-questions@FreeBSD.ORG Mon Sep 3 14:33:26 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3020716A419 for ; Mon, 3 Sep 2007 14:33:26 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from rwcrmhc11.comcast.net (rwcrmhc11.comcast.net [204.127.192.81]) by mx1.freebsd.org (Postfix) with ESMTP id 1488E13C465 for ; Mon, 3 Sep 2007 14:33:26 +0000 (UTC) (envelope-from derrick@uniquestrength.net) Received: from mail.uniquestrength.net ([68.55.141.86]) by comcast.net (rwcrmhc11) with ESMTP id <20070903142300m11001206ae>; Mon, 3 Sep 2007 14:23:00 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.uniquestrength.net (Postfix) with ESMTP id C2B2E5C34; Mon, 3 Sep 2007 10:21:01 -0400 (EDT) X-Virus-Scanned: amavisd-new at uniquestrength.net Received: from mail.uniquestrength.net ([127.0.0.1]) by localhost (mail.uniquestrength.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MvJP57lddkEd; Mon, 3 Sep 2007 10:20:45 -0400 (EDT) Received: from [192.168.1.109] (unknown [10.10.1.1]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.uniquestrength.net (Postfix) with ESMTP id C5BA65C28; Mon, 3 Sep 2007 10:20:45 -0400 (EDT) From: Dantavious To: pneumann@gmail.com Date: Mon, 3 Sep 2007 10:22:22 -0400 User-Agent: KMail/1.9.7 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200709031022.24028.derrick@uniquestrength.net> Cc: freebsd-questions@freebsd.org Subject: FreeBSD Port: net/asterisk-addons X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Sep 2007 14:33:26 -0000 Hi, I am having problems compiling this port. Here is the output. Can you assist me with this issue. ===> Building for asterisk-addons-1.4.2 gmake[1]: Entering directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2' gmake[2]: Entering directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' gmake all-am gmake[3]: Entering directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' source='src/chan_h323.c' object='chan_h323.lo' libtool=yes \ depfile='.deps/chan_h323.Plo' tmpdepfile='.deps/chan_h323.TPlo' \ depmode=gcc3 /usr/local/bin/bash ./config/depcomp \ /usr/local/bin/bash ./libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I./ooh323c/src -I./ooh323c/src/h323 -I/usr/local/include -DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT -c -o chan_h323.lo `test -f 'src/chan_h323.c' || echo './'`src/chan_h323.c rm -f .libs/chan_h323.lo cc -DHAVE_CONFIG_H -I. -I. -I. -I./ooh323c/src -I./ooh323c/src/h323 -I/usr/local/include -DGNU -D_GNU_SOURCE -D_REENTRANT -D_COMPACT -c src/chan_h323.c -MT chan_h323.lo -MD -MP -MF .deps/chan_h323.TPlo -fPIC -DPIC -o .libs/chan_h323.lo src/chan_h323.c:71: warning: initialization from incompatible pointer type src/chan_h323.c:91: warning: initialization from incompatible pointer type src/chan_h323.c: In function `ooh323_new': src/chan_h323.c:261: error: incompatible types in assignment src/chan_h323.c:264: error: incompatible type for argument 1 of `ast_best_codec' src/chan_h323.c: In function `ooh323_write': src/chan_h323.c:974: error: invalid operands to binary & src/chan_h323.c: In function `print_codec_to_cli': src/chan_h323.c:2219: error: structure has no member named `framing' src/chan_h323.c: In function `ooh323_rtp_read': src/chan_h323.c:3246: error: invalid operands to binary != src/chan_h323.c:3249: error: incompatible types in assignment gmake[3]: *** [chan_h323.lo] Error 1 gmake[3]: Leaving directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh323c' gmake[1]: *** [chan_ooh323.so] Error 2 gmake[1]: Leaving directory `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2' gmake: *** [all] Error 2 *** Error code 2 Stop in /usr/ports/net/asterisk-addons. v/r Derrick