From owner-freebsd-multimedia@FreeBSD.ORG Sun Aug 17 17:25:51 2008 Return-Path: Delivered-To: freebsd-multimedia@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CE51C1065674 for ; Sun, 17 Aug 2008 17:25:51 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from kuber.nabble.com (kuber.nabble.com [216.139.236.158]) by mx1.freebsd.org (Postfix) with ESMTP id 95C5C8FC08 for ; Sun, 17 Aug 2008 17:25:51 +0000 (UTC) (envelope-from bounces@nabble.com) Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1KUm0k-0005kK-D9 for freebsd-multimedia@freebsd.org; Sun, 17 Aug 2008 10:25:50 -0700 Message-ID: <19021627.post@talk.nabble.com> Date: Sun, 17 Aug 2008 10:25:50 -0700 (PDT) From: Jakub Lach To: freebsd-multimedia@freebsd.org In-Reply-To: <142008.87061.qm@web52807.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: jakub_lach@mailplus.pl References: <142008.87061.qm@web52807.mail.re2.yahoo.com> Subject: Re: trouble compiling transcode X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 17 Aug 2008 17:25:51 -0000 Earl Larsen wrote: > > When I compile transcode I get the fallowing: > > import_nuv.c: In function 'nuv_decode_video': > import_nuv.c:473: warning: pointer targets in assignment differ in > signedness > import_nuv.c:480: error: 'lzo_uint' undeclared (first use in this > function) > import_nuv.c:480: error: (Each undeclared identifier is reported > only once > import_nuv.c:480: error: for each function it appears in.) > import_nuv.c:480: error: expected ';' before 'len' > import_nuv.c:486: warning: implicit declaration of function > 'lzo1x_decompress' > import_nuv.c:487: error: 'len' undeclared (first use in this function) > import_nuv.c:487: error: 'LZO_E_OK' undeclared (first use in this > function) > import_nuv.c:509: warning: pointer targets in passing argument 2 of > 'RTjpeg_decompressYUV420' differ in signedness > import_nuv.c: In function 'import_nuv_decode': > import_nuv.c:624: warning: pointer targets in assignment differ in > signedness > gmake[3]: *** [import_nuv_la-import_nuv.lo] Error 1 > gmake[3]: Leaving directory `/usr/ports/multimedia/transcode/work/ > transcode-1.0.6/import/nuv' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/multimedia/transcode/work/ > transcode-1.0.6/import' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/multimedia/transcode/work/ > transcode-1.0.6' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/transcode. > > > > _______________________________________________ > freebsd-multimedia@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-multimedia > To unsubscribe, send any mail to > "freebsd-multimedia-unsubscribe@freebsd.org" > > I remember similar error when I didn't have lzo or lzo2 installed. -- View this message in context: http://www.nabble.com/trouble-compiling-transcode-tp18992372p19021627.html Sent from the freebsd-multimedia mailing list archive at Nabble.com.