[MPlayer-users] GUI and OSD-menu compilation errors on FreeBSD

David Holm david at realityrift.com
Mon Nov 18 18:30:02 CET 2002


Hi,
just installed FreeBSD so I'm not up to send you any patches yet. But it seems 
off_t is not support here, I assume it's not the first time you come across 
this.

GUI failes with these errors:
../cfgparser.h:86: syntax error before "off_t"
cfg.c: In function `cfg_read':
cfg.c:161: warning: implicit declaration of function `play_tree_new'
cfg.c:163: warning: passing arg 1 of `m_config_new' makes pointer from integer 
without a cast

OSD Menu fails with these errors:
m_option.c: In function `parse_position':
m_option.c:230: syntax error before "tmp_off"
m_option.c:235: `off_t' undeclared (first use in this function)
m_option.c:235: (Each undeclared identifier is reported only once
m_option.c:235: for each function it appears in.)
m_option.c:236: `tmp_off' undeclared (first use in this function)
m_option.c:247: syntax error before "opt"
m_option.c:257: syntax error before "opt"
m_option.c:262: syntax error before ')' token
m_option.c: In function `print_position':
m_option.c:267: `off_t' undeclared (first use in this function)
m_option.c:267: syntax error before ')' token
m_option.c: At top level:
m_option.c:273: `off_t' undeclared here (not in a function)

//David Holm




More information about the MPlayer-users mailing list