From owner-freebsd-questions@FreeBSD.ORG Wed Sep 5 00:41:32 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 1748116A417 for ; Wed, 5 Sep 2007 00:41:32 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from smtpclu-6.eunet.yu (smtpclu-6.eunet.yu [194.247.192.231]) by mx1.freebsd.org (Postfix) with ESMTP id 9E35813C457 for ; Wed, 5 Sep 2007 00:41:31 +0000 (UTC) (envelope-from nlecic@EUnet.yu) Received: from nyx.localhost (adsl-223-251.eunet.yu [213.198.223.251]) by smtpclu-6.eunet.yu (8.13.6/8.13.6) with ESMTP id l850et00016819; Wed, 5 Sep 2007 00:40:57 GMT Message-Id: <200709050040.l850et00016819@smtpclu-6.eunet.yu> Date: Wed, 5 Sep 2007 02:41:16 +0200 From: Nikola Lecic To: Dantavious In-Reply-To: <200709031022.24028.derrick@uniquestrength.net> References: <200709031022.24028.derrick@uniquestrength.net> X-Mailer: Claws Mail 2.10.0 (GTK+ 2.10.14; i386-portbld-freebsd6.2) X-Operating-System: FreeBSD 6.2-RELEASE X-Face: pbl6-.[$G'Fi(Ogs2xlXP-V6{3||$Y[LOYs&~GJoikj'cVjcFC[V7du;;0~6nO= [Vi2?uU1Pq~,=Adj@,T:|"`$AF~il]J.Nz#2pU',Y7.{B;m/?{#sO^Dvo$rnmY6] Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-EUNET-AVAS-Milter-Version: 2.0.0 X-AVAS-Virus-Status: clean X-AVAS-Spamd-Symbols: BAYES_40,UNPARSEABLE_RELAY X-AVAS-Spam-Score: -0.2 Cc: pneumann@gmail.com, freebsd-questions@freebsd.org Subject: Re: 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: Wed, 05 Sep 2007 00:41:32 -0000 On Mon, 3 Sep 2007 10:22:22 -0400 Dantavious wrote: > Hi, > I am having problems compiling this port. Here is the output.=20 > Can you assist me with this issue.=20 >=20 > =3D=3D=3D> Building for asterisk-addons-1.4.2 > gmake[1]: Entering directory=20 > `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2' > gmake[2]: Entering directory=20 > `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh32= 3c' > gmake all-am > gmake[3]: Entering directory=20 > `/usr/ports/net/asterisk-addons/work/asterisk-addons-1.4.2/asterisk-ooh32= 3c' > source=3D'src/chan_h323.c' object=3D'chan_h323.lo' libtool=3Dyes \ > depfile=3D'.deps/chan_h323.Plo' > tmpdepfile=3D'.deps/chan_h323.TPlo' \ > depmode=3Dgcc3 /usr/local/bin/bash ./config/depcomp > \ /usr/local/bin/bash ./libtool --mode=3Dcompile 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' [...] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Derrick, Looks like you have veeeery outdated version of net/asterisk (at least a year old; if not, something's wrong with its *.h files), so if your ports tree is up-to-date please do # portupgrade -fr asterisk That should fix the problem. Nikola Le=C4=8Di=C4=87