From owner-freebsd-questions@FreeBSD.ORG Wed Aug 4 21:15:56 2004 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 A424616A4E5 for ; Wed, 4 Aug 2004 21:15:56 +0000 (GMT) Received: from thunder.trej.net (as3-3-6.orby.s.bonet.se [217.215.33.185]) by mx1.FreeBSD.org (Postfix) with ESMTP id 337A543D55 for ; Wed, 4 Aug 2004 21:15:55 +0000 (GMT) (envelope-from freebsd@dagerot.nu) Received: from mailgw.trej.net (localhost [127.0.0.1])i74LFkv32314 for ; Wed, 4 Aug 2004 23:15:46 +0200 Message-Id: <200408042115.i74LFkv32314@thunder.trej.net> Date: Wed, 04 Aug 2004 23:15:44 +0200 Content-Transfer-Encoding: 8bit From: Joachim Dagerot Content-Type: text/plain; charset=iso-8859-1 MIME-Version: 1.0 To: freebsd-questions@freebsd.org User-Agent: IMHO/0.98.3t (Webmail for Roxen) 3j-MailScanner-Information: Please contact the ISP for more information 3j-MailScanner: Found to be clean Subject: Error installing transcode port 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: Wed, 04 Aug 2004 21:15:56 -0000 Hi All, when installing the latest Transcode port the installation ends with the following row, please let me know if you want more of the output. I installed it using > make WITH_AVIFILE=yes WITH_DIVX5=yes install My system is a 5.1 with regular cvsup's done. Thanks in advance. decode_dv.c: In function `decode_dv': decode_dv.c:184: `frame_size_625_50' undeclared (first use in this function) decode_dv.c:184: (Each undeclared identifier is reported only once decode_dv.c:184: for each function it appears in.) decode_dv.c:216: `frame_size_525_60' undeclared (first use in this function) decode_dv.c:256: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:273: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:298: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c:306: warning: passing arg 5 of `dv_decode_full_frame' from incompatible pointer type decode_dv.c: In function `probe_dv': decode_dv.c:413: `frame_size_625_50' undeclared (first use in this function) decode_dv.c:420: `frame_size_525_60' undeclared (first use in this function) gmake[3]: *** [decode_dv.o] Error 1 gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12/import' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/multimedia/transcode/work/transcode-0.6.12' gmake: *** [all] Error 2 *** Error code 2