Anyone else getting mms_seek compile errors on Ubuntu 7.10?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
MattPF Offline
Junior Member
Posts: 41
Joined: Dec 2005
Reputation: 0
Post: #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?
find quote
MattPF Offline
Junior Member
Posts: 41
Joined: Dec 2005
Reputation: 0
Post: #2
Edit: I'm on Ubuntu 7.04, not 7.10
find quote
d4rk Offline
Team-XBMC Developer
Posts: 500
Joined: May 2007
Reputation: 1
Location: Albuquerque
Post: #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: badge.gif]
find quote
MattPF Offline
Junior Member
Posts: 41
Joined: Dec 2005
Reputation: 0
Post: #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.
find quote