Hello all! New to FreeBSD; I've had it installed a week now and have been able to get gnome and kde running using xinerama, and am loving the whole "ports" system.
But I am now stuck trying to install mencoder.
Here is what happens:
I haven't modified any of the config options or anything like that. Any thoughts on helping a newbie out?
Thanks in advance.
But I am now stuck trying to install mencoder.
Here is what happens:
Code:
# portmaster multimedia/mencoder
...
cc -MD -MP -Wundef -Wall -Wno-switch -Wno-parentheses -Wpointer-arith -Wredundant-decls
-Wstrict-prototypes -Wmissing-prototypes -Wdisabled-optimization -Wno-pointer-sign
-Wdeclaration-after-statement -std=gnu99 -O4 -march=x86-64 -mtune=generic -pipe
-ffast-math -fomit-frame-pointer
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -Ilibdvdread4 -I.
-Iffmpeg -I/usr/local/include -I/usr/local/include -I/usr/local/include/freetype2
-I/usr/local/include -DFF_API_MAX_STREAMS=0 -c -o m_option.o m_option.c
In file included from libmpdemux/demuxer.h:29,
from libmpdemux/aviheader.h:27,
from codec-cfg.c:57:
./sub/ass_mp.h:31:21: error: ass/ass.h: No such file or directory
In file included from libmpdemux/demuxer.h:29,
from libmpdemux/aviheader.h:27,
from codec-cfg.c:57:
./sub/ass_mp.h:34: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
./sub/ass_mp.h:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
...(a whole bunch more ass_mp.h errors)
I haven't modified any of the config options or anything like that. Any thoughts on helping a newbie out?
Thanks in advance.