$ svn up
At revision 50636.
$ ./configure --prefix=/opt/local --enable-mpeg2 --with-readline-prefix=/opt/local --enable-all-engines
$ make -j2 bundle
<snip>
C++ sound/timestamp.o
C++ sound/decoders/adpcm.o
C++ sound/decoders/aiff.o
C++ sound/decoders/flac.o
gui/browser_osx.mm: In constructor ‘GUI::BrowserDialog::BrowserDialog(const char*, bool)’:
gui/browser_osx.mm:40: error: ‘_titleRef’ was not declared in this scope
gui/browser_osx.mm: At global scope:
gui/browser_osx.mm:44: error: definition of implicitly-declared ‘virtual GUI::BrowserDialog::~BrowserDialog()’
gui/browser_osx.mm: In destructor ‘virtual GUI::BrowserDialog::~BrowserDialog()’:
gui/browser_osx.mm:45: error: ‘_titleRef’ was not declared in this scope
gui/browser_osx.mm: At global scope:
gui/browser_osx.mm:48: error: no ‘int GUI::BrowserDialog::runModal()’ member function declared in class ‘GUI::BrowserDialog’
make: *** [gui/browser_osx.o] Error 1
make: *** Waiting for unfinished jobs....
<snip>
I'm running OSX 10.6.4 and gcc 4.2.1 too and I'm unable to reproduce with the head revision (r50642). Could you try running "make clean" and then trying again?
Unrelated to your problem, but possibly useful info;
Why are you enabling mpeg2? Since Smacker Video support was added for Broken Sword, no game engine has need for mpeg2.
That is why it is turned off by default.
bobdevis wrote:Unrelated to your problem, but possibly useful info;
Why are you enabling mpeg2? Since Smacker Video support was added for Broken Sword, no game engine has need for mpeg2.
That is why it is turned off by default.
Maybe trondah has the Sword games set up the old mpeg2 way and can't be bothered to copy the cutscene files off the discs again. Or... just doesn't know that you can use the originals now.
Red_Breast wrote:
Maybe trondah has the Sword games set up the old mpeg2 way and can't be bothered to copy the cutscene files off the discs again. Or... just doesn't know that you can use the originals now.
He should have noticed, because Broken Sword currently doesn't support the MPEG cutscenes, even if you try to enable MPEG support in ScummVM.
clone2727 wrote:I'm running OSX 10.6.4 and gcc 4.2.1 too and I'm unable to reproduce with the head revision (r50642). Could you try running "make clean" and then trying again?
Aha! I deleted my sources and checked out from SVN again. Compiles cleanly now
I just enabled mpeg2 because I could, didn't know I needed or didn't need it for anything