Date: Wed, 09 Aug 2006 22:53:28 +0200 From: "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de> To: freebsd-ports@freebsd.org, multimedia@FreeBSD.org Subject: multimedia/vlc - x264 error Message-ID: <44DA4B48.2060208@gmx.de>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DA4B48.2060208>