From owner-freebsd-questions@FreeBSD.ORG Thu Nov 27 18:30:13 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1B89216A4CE for ; Thu, 27 Nov 2003 18:30:13 -0800 (PST) Received: from smtp107.mail.sc5.yahoo.com (smtp107.mail.sc5.yahoo.com [66.163.169.227]) by mx1.FreeBSD.org (Postfix) with SMTP id DEA8543FDF for ; Thu, 27 Nov 2003 18:30:11 -0800 (PST) (envelope-from q_dolan@yahoo.com.au) Received: from vdub.onthenet.net (HELO ?172.22.1.10?) (q?dolan@203.10.89.16 with plain) by smtp-v1.mail.vip.sc5.yahoo.com with SMTP; 28 Nov 2003 02:30:11 -0000 From: Q To: troy@twisted.net In-Reply-To: <20031127164603.GA56449@twisted.net> References: <20031127164603.GA56449@twisted.net> Message-Id: <1069986600.747.0.camel@boxster.onthenet.com.au> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Fri, 28 Nov 2003 12:30:00 +1000 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-questions@freebsd.org Subject: Re: gnomemeeting-0.98.5_1 - openh323 failing in rtp.h X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Nov 2003 02:30:13 -0000 You need to uninstall the ffmpeg package, do a make clean in net/openh323 and it should compile ok. Seeya...Q On Fri, 2003-11-28 at 02:46, Troy wrote: > I was trying to portupgrade gnomemeeting-0.98.5 to 0.98.5_1 and ran into > issues with the openh323 dependency. Anyone have any ideas? > > -Troy > > > > In file included from /usr/ports/net/openh323/work/openh323/include/codecs.h:263, from > /usr/ports/net/openh323/work/openh323/include/h323caps.h:169, from > /usr/ports/net/openh323/work/openh323/include/h323con.h:255, from h323.cxx:1089: > /usr/local/include/ffmpeg/rtp.h:26: `AVCodecContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:26: `codec' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:26: syntax error before `)' > /usr/local/include/ffmpeg/rtp.h:26: initializer list being treated as compound expression > /usr/local/include/ffmpeg/rtp.h:27: `AVCodecContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:27: `codec' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:28: `AVFormatContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:28: `s1' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:28: `AVPacket' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:28: `pkt' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:29: syntax error before `unsigned' > /usr/local/include/ffmpeg/rtp.h:29: initializer list being treated as compound expression > /usr/local/include/ffmpeg/rtp.h:31: syntax error before `;' > /usr/local/include/ffmpeg/rtp.h:32: syntax error before `;' > /usr/local/include/ffmpeg/rtp.h:34: `URLContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:34: `h' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:35: `URLContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:35: `h' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:35: syntax error before `char' > /usr/local/include/ffmpeg/rtp.h:35: initializer list being treated as compound expression > /usr/local/include/ffmpeg/rtp.h:36: `URLContext' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:36: `h' was not declared in this scope > /usr/local/include/ffmpeg/rtp.h:36: syntax error before `*' > /usr/local/include/ffmpeg/rtp.h:36: variable or field `rtp_get_file_handles' declared void > /usr/local/include/ffmpeg/rtp.h:36: initializer list being treated as compound expression > /usr/local/include/ffmpeg/rtp.h:38: syntax error before `;' > > gmake[2]: *** [/usr/ports/net/openh323/work/openh323/lib/obj_FreeBSD_x86_r/h323.o] Error 1 > gmake[2]: Leaving directory `/usr/ports/net/openh323/work/openh323/src' > gmake[1]: *** [opt] Error 2 > gmake[1]: Leaving directory `/usr/ports/net/openh323/work/openh323' > gmake: *** [optnoshared] Error 2 > *** Error code 2 > > Stop in /usr/ports/net/openh323. > *** Error code 1 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"