XBMC Community Forum
Anyone else getting mms_seek compile errors on Ubuntu 7.10? - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: XBMC General Help and Support (/forumdisplay.php?fid=111)
+---- Forum: Linux and Live support (/forumdisplay.php?fid=52)
+---- Thread: Anyone else getting mms_seek compile errors on Ubuntu 7.10? (/showthread.php?tid=31110)



Anyone else getting mms_seek compile errors on Ubuntu 7.10? - MattPF - 2008-02-08 18:24

Code:
FileMMS.cpp: In member function 'virtual long long int XFILE::CFileMMS::Seek(long long int, int)':
FileMMS.cpp:49: error: 'mms_seek' was not declared in this scope

This is happening on the latest few builds, using Ubuntu 7.10

About two weeks ago it compiled just fine..

Any ideas?


- MattPF - 2008-02-08 18:29

Edit: I'm on Ubuntu 7.04, not 7.10


- d4rk - 2008-02-08 18:35

It's possible that the version of libmms you have installed is outdated. Either upgrade it or disable mms support by passing '--disable-mms' as a flag to 'configure'.


- MattPF - 2008-02-08 23:04

d4rk Wrote:It's possible that the version of libmms you have installed is outdated. Either upgrade it or disable mms support by passing '--disable-mms' as a flag to 'configure'.

Interesting, thanks for the tip! I'll try it with that config option.

For what it's worth here are my versions:

libmms0 = 0.3-2ubuntu1
libmms-dev = 0.3-2ubuntu1

Ubuntu 7.04

Thanks again.