From owner-freebsd-questions@FreeBSD.ORG Sat Mar 1 22:57:22 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 172201065671 for ; Sat, 1 Mar 2008 22:57:22 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from fk-out-0910.google.com (fk-out-0910.google.com [209.85.128.188]) by mx1.freebsd.org (Postfix) with ESMTP id 748B08FC13 for ; Sat, 1 Mar 2008 22:57:21 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: by fk-out-0910.google.com with SMTP id b27so6413264fka.11 for ; Sat, 01 Mar 2008 14:57:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; bh=j1I8prcWC18m1zLz+duDNjweNmTkxjJbJk065rpyvMc=; b=CatapAtnoGWYrVVED4zxrQsz5opg1a637oJW4UnD/dSXrMITZDfAOVGC14/kRohzq+4UMXfI3d6he65iXbZIl0uH25kdybcjsY3JblEDGZCZWiiKSLZRehW7LaizZBiz3Y9VLCIyQMxeVHSQayxx/67lZI8r/kNyJJCnNAdOrgE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=uwR77Rs+oaLpYQCFV8ZEW+Pjo4NaJ+g8TJdxYmV7wm1aiUewdrJfQG4SfiQyMBPWeort7NpzBOk5+3sJma5HadzVNd3uwTQ8t1tyYnlkoOpvnAm7sOi5VI6lk+ACa1uSmtm6YMgRJeMlC952Efhq53qY9FdnrKXXIrNMkyHN6/w= Received: by 10.82.165.13 with SMTP id n13mr14937339bue.16.1204410585704; Sat, 01 Mar 2008 14:29:45 -0800 (PST) Received: by 10.82.116.2 with HTTP; Sat, 1 Mar 2008 14:29:45 -0800 (PST) Message-ID: Date: Sat, 1 Mar 2008 17:29:45 -0500 From: "Michael Johnson" Sender: buhnux@gmail.com To: "Edmond Cukalla" In-Reply-To: MIME-Version: 1.0 References: X-Google-Sender-Auth: 931786968d40d22c Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-multimedia@freebsd.org, freebsd-questions@freebsd.org Subject: Re: vlc problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Mar 2008 22:57:22 -0000 On Sat, Mar 1, 2008 at 2:22 PM, Edmond Cukalla wrote: > I am using freebsd 7. > I have installed vlc on my system but wanted to upgrade it to the last > version. > I'm at /usr/port/multimedia/vlc and doing make. what version of libcaca do you have installed? > > > This is the error i get: > > Making all in video_output > gmake[3]: Entering directory > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > gmake[4]: Entering directory > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > gmake[4]: `libaa_plugin.so' is up to date. > if cc -DHAVE_CONFIG_H -I. -I. -I../.. > -I/usr/ports/multimedia/vlc/work/fake//usr/local/include > -I/usr/ports/multimedia/vlc/work/vlc-0.8.6e/include > -I/usr/local/include/speex -I/usr/local/include -I/usr/local/include > -I/usr/local/ffmpeg -DHAVE_POSTPROC_POSTPROCESS_H > -I/usr/local/include -DSYS_FREEBSD7_0 -I../../include > `top_builddir="../.." ../../vlc-config --cflags plugin caca` > -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -pthread -pipe > -MT libcaca_plugin_a-caca.o -MD -MP -MF > ".deps/libcaca_plugin_a-caca.Tpo" -c -o libcaca_plugin_a-caca.o `test > -f 'caca.c' || echo './'`caca.c; \ > then mv -f ".deps/libcaca_plugin_a-caca.Tpo" > ".deps/libcaca_plugin_a-caca.Po"; else rm -f > ".deps/libcaca_plugin_a-caca.Tpo"; exit 1; fi > caca.c: In function 'Manage': > caca.c:309: error: 'struct caca_event' has no member named 'type' > caca.c:316: error: 'struct caca_event' has no member named 'data' > caca.c:339: error: 'struct caca_event' has no member named 'data' > caca.c:342: error: 'struct caca_event' has no member named 'data' > caca.c: In function 'Render': > caca.c:378: warning: 'cucul_set_color' is deprecated (declared at > /usr/local/include/cucul.h:313) > gmake[4]: *** [libcaca_plugin_a-caca.o] Error 1 > gmake[4]: Leaving directory > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > gmake[3]: *** [all-modules] Error 1 > gmake[3]: Leaving directory > `/usr/ports/multimedia/vlc/work/vlc-0.8.6e/modules/video_output' > gmake[2]: *** [all-recursive] Error 1 > gmake[2]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.6e > /modules' > gmake[1]: *** [all-recursive] Error 1 > gmake[1]: Leaving directory `/usr/ports/multimedia/vlc/work/vlc-0.8.6e' > gmake: *** [all] Error 2 > *** Error code 2 > > Stop in /usr/ports/multimedia/vlc. > *** Error code 1 > > Stop in /usr/ports/multimedia/vlc. > > > > Thanks, > Edmond > _______________________________________________ > 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" >