Anyone else getting mms_seek compile errors on Ubuntu 7.10?
#1
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?
Reply
#2
Edit: I'm on Ubuntu 7.04, not 7.10
Reply
#3
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'.
Always read the XBMC online-manual, FAQ and search the forum before posting.
Please read and follow the forum rules.
For troubleshooting and bug reporting, please make sure you read this first.


Image
Reply
#4
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.
Reply

Logout Mark Read Team Forum Stats Members Help
Anyone else getting mms_seek compile errors on Ubuntu 7.10?0