From owner-freebsd-multimedia@FreeBSD.ORG Fri Aug 15 01:19:32 2008 Return-Path: Delivered-To: multimedia@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7EF7E106566C for ; Fri, 15 Aug 2008 01:19:32 +0000 (UTC) (envelope-from eclarsen2@yahoo.com) Received: from web52807.mail.re2.yahoo.com (web52807.mail.re2.yahoo.com [206.190.48.250]) by mx1.freebsd.org (Postfix) with SMTP id 0D1F58FC0C for ; Fri, 15 Aug 2008 01:19:31 +0000 (UTC) (envelope-from eclarsen2@yahoo.com) Received: (qmail 87482 invoked by uid 60001); 15 Aug 2008 01:19:31 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=0dScVP4L2kGcqJGaN7OccdOpKTUJvOmeNf+rfCoV3vutLTuxcjNqqV3CH3JT1FlSChSqGDJA8UOEO53pvLRoiZax0B8J5qfqZK2jAw4hy5pYWhRfx/qh8jz8dsG1Hx3f9n4XU4yxBccLUyPgRav/jZi7s7inrSI4BYkfKLm+sTM=; Received: from [68.13.186.32] by web52807.mail.re2.yahoo.com via HTTP; Thu, 14 Aug 2008 18:19:31 PDT X-Mailer: YahooMailWebService/0.7.218 Date: Thu, 14 Aug 2008 18:19:31 -0700 (PDT) From: Earl Larsen To: multimedia@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <142008.87061.qm@web52807.mail.re2.yahoo.com> X-Mailman-Approved-At: Fri, 15 Aug 2008 01:27:56 +0000 Cc: Subject: trouble compiling transcode X-BeenThere: freebsd-multimedia@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: eclarsen2@yahoo.com List-Id: Multimedia discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Aug 2008 01:19:32 -0000 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.