From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 09:46:14 2007 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9E17A16A420 for ; Sun, 16 Dec 2007 09:46:14 +0000 (UTC) (envelope-from null@pozo.com) Received: from pozo.com (pozo.com [216.101.162.50]) by mx1.freebsd.org (Postfix) with ESMTP id 0D84F13C468 for ; Sun, 16 Dec 2007 09:46:13 +0000 (UTC) (envelope-from null@pozo.com) Received: from T41p.pozo.com (t41p.pozo.com [192.168.0.4]) (authenticated bits=0) by pozo.com (8.14.2/8.14.2) with ESMTP id lBG9Vdxp043994 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 16 Dec 2007 01:31:40 -0800 (PST) (envelope-from null@pozo.com) Message-Id: <200712160931.lBG9Vdxp043994@pozo.com> X-Mailer: QUALCOMM Windows Eudora Version 7.1.0.9 Date: Sun, 16 Dec 2007 01:31:39 -0800 To: "Thomas Zander" , "Dominic Fandrey" From: Manfred Antar In-Reply-To: <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.co m> References: <4761A24C.4080308@gmx.de> <786602c60712152238s68cb11bbw8a82935bfbe32a94@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: freebsd-ports@freebsd.org Subject: Re: multimedia/mplayer doesn't build (default options) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 09:46:14 -0000 At 10:38 PM 12/15/2007, Thomas Zander wrote: >Hi, > >On 14/12/2007, Dominic Fandrey wrote: > >> ad_libvorbis.c:238: error: too few arguments to function 'vorbis_synthesis' >> gmake[1]: *** [ad_libvorbis.o] Error 1 >> gmake[1]: Leaving directory > >Can't reproduce this error here. Given you are using default options, >mplayer will get its includes from for vorbis from LOCALBASE. The >current libvorbis installation from the ports tree >(libvorbis-1.2.0_1,3) contains a codec.h that perfectly matches the >argument list in ad_libvorbis.c:238. >Do you have this libvorbis port installed correctly? >You can also use mplayer's internal vorbis lib by selecting TREMOR in >the options menu. > >Riggs >_______________________________________________ >freebsd-ports@freebsd.org mailing list >http://lists.freebsd.org/mailman/listinfo/freebsd-ports >To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" I get the same error here on CURRENT. Did a reinstall of libvorbis-1.2.0_1,3 and still no go. If you add #include to work/MPlayer-1.0rc2/libmpcodecs/ad_libvorbis.c it will build past that and later fail at: l/lib/glib-2.0/include -I/usr/local/include/freetype2 -c -o demux_ogg.o demux_ogg.c demux_ogg.c: In function 'demux_ogg_add_sub': demux_ogg.c:166: warning: initialization from incompatible pointer type demux_ogg.c: In function 'demux_ogg_read_packet': demux_ogg.c:244: warning: initialization from incompatible pointer type demux_ogg.c:250: error: invalid operands to binary & demux_ogg.c:302: error: invalid operands to binary != demux_ogg.c:305: error: invalid operands to binary & demux_ogg.c:309: error: invalid operands to binary & demux_ogg.c:310: error: invalid operands to binary & demux_ogg.c:311: warning: assignment from incompatible pointer type demux_ogg.c:316: error: invalid operands to binary & demux_ogg.c:323: error: invalid operands to binary | demux_ogg.c: In function 'demux_ogg_add_packet': demux_ogg.c:463: error: invalid operands to binary & demux_ogg.c:486: error: invalid operands to binary - demux_ogg.c:487: error: invalid operands to binary - demux_ogg.c: In function 'demux_ogg_scan_stream': demux_ogg.c:547: warning: initialization makes pointer from integer without a cast demux_ogg.c:603: warning: initialization makes pointer from integer without a cast demux_ogg.c: In function 'fixup_vorbis_wf': demux_ogg.c:677: warning: passing argument 2 of 'ds_get_packet' from incompatible pointer type demux_ogg.c: In function 'demux_ogg_open': demux_ogg.c:792: warning: assignment makes pointer from integer without a cast demux_ogg.c:832: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:839: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:907: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:915: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:928: warning: passing argument 1 of 'strncmp' from incompatible pointer type demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:936: error: aggregate value used where an integer was expected demux_ogg.c:979: error: invalid operands to binary & demux_ogg.c: In function 'demux_ogg_fill_buffer': demux_ogg.c:1191: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'init_avi_with_ogg': demux_ogg.c:1281: warning: assignment makes pointer from integer without a cast demux_ogg.c: In function 'demux_ogg_seek': demux_ogg.c:1436: warning: initialization makes pointer from integer without a cast gmake[1]: *** [demux_ogg.o] Error 1 ================================== || null@pozo.com || || Ph. (415) 681-6235 || ==================================