From owner-freebsd-multimedia@FreeBSD.ORG Wed Aug 9 20:53:42 2006 Return-Path: X-Original-To: multimedia@FreeBSD.org Delivered-To: freebsd-multimedia@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E6DB716A4F0 for ; Wed, 9 Aug 2006 20:53:42 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 9108943D6A for ; Wed, 9 Aug 2006 20:53:40 +0000 (GMT) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 09 Aug 2006 20:53:38 -0000 Received: from p54A7FAD5.dip.t-dialin.net (EHLO [192.168.0.12]) [84.167.250.213] by mail.gmx.net (mp035) with SMTP; 09 Aug 2006 22:53:38 +0200 X-Authenticated: #5465401 Message-ID: <44DA4B48.2060208@gmx.de> Date: Wed, 09 Aug 2006 22:53:28 +0200 From: "[LoN]Kamikaze" Organization: Lords of Nightmare User-Agent: Thunderbird 1.5.0.5 (X11/20060729) MIME-Version: 1.0 To: freebsd-ports@freebsd.org, multimedia@FreeBSD.org X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Subject: multimedia/vlc - x264 error 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: Wed, 09 Aug 2006 20:53:43 -0000 I find myself unable to build vlc. The build terminates with the following error: if /usr/local/bin/distcc cc -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5/include -I/usr/X11R6/include/wx-2.6/ -I/usr/local/include/dirac -I/usr/local/include/speex -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include -DSYS_FREEBSD6_1 -I../../include `top_builddir="../.." ../../vlc-config --cflags plugin x264` -Wsign-compare -Wall -O2 -fno-strict-aliasing -pipe -march=pentium-m -pthread -pipe -MT libx264_plugin_a-x264.o -MD -MP -MF ".deps/libx264_plugin_a-x264.Tpo" -c -o libx264_plugin_a-x264.o `test -f 'x264.c' || echo './'`x264.c; \ then mv -f ".deps/libx264_plugin_a-x264.Tpo" ".deps/libx264_plugin_a-x264.Po"; else rm -f ".deps/libx264_plugin_a-x264.Tpo"; exit 1; fi In file included from x264.c:32: /usr/local/include/x264.h:32:4: warning: #warning You must include stdint.h or inttypes.h before x264.h x264.c: In function `Open': x264.c:550: error: structure has no member named `b_cbr' distcc[10192] ERROR: compile x264.c on localhost failed gmake[4]: *** [libx264_plugin_a-x264.o] Error 1 gmake[4]: *** Waiting for unfinished jobs.... gmake[4]: Leaving directory `/mnt/homeKamikaze/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[3]: *** [all-modules] Error 1 gmake[3]: Leaving directory `/mnt/homeKamikaze/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5/modules/codec' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/mnt/homeKamikaze/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5/modules' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/mnt/homeKamikaze/obj/mnt/homeKamikaze/ports/multimedia/vlc/work/vlc-0.8.5' gmake: *** [all] Error 2