[ scummvm-Bugs-602928 ] Build fails on Jaguar - Mac OS X 10.2

noreply at sourceforge.net noreply at sourceforge.net
Sat Aug 31 22:57:34 CEST 2002


Bugs item #602928, was opened at 2002-08-31 16:57
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=602928&group_id=37116

Category: Unknown Crash/Other
Group: All Games
Status: Open
Resolution: None
Priority: 5
Submitted By: Aubin Paul (outlyer)
Assigned to: Nobody/Anonymous (nobody)
Summary: Build fails on Jaguar - Mac OS X 10.2

Initial Comment:
The latest CVS snapshot (08-31) fails to build on Mac
OS X Jaguar, Version 10.2

Compiler Version: gcc 3.1 (August Developer Tools)

I first built SDL 1.2.4 using ./configure; make; make
install and also installed libmad (also configure;
make; make install)

I ran a configure without options in scummvm directory,
and then make.

* QuickTimeMusic.h and QuickTimeComponents.h were not
found; sound/mididrv.o doesn't build.


I modified the makefile to include the path to these
headers, and it compiled mididrv.o successfully, but
when building the final binary, 

* It complained about missing symbols:

ld: Undefined symbols:
_AudioOutputUnitStart
_AudioOutputUnitStop
_AudioUnitInitialize
_AudioUnitSetProperty
_MusicDeviceMIDIEvent
_NADisposeNoteChannel
_NANewNoteChannel
_NAPlayNote
_NASetController
_NASetInstrumentNumber
_NAStuffToneDescription

Shouldn't we be using SDL for audio output rather than
QuickTime? Maybe I'm confused. 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=602928&group_id=37116




More information about the Scummvm-tracker mailing list