[ scummvm-Bugs-1326281 ] Bundle build on Mac OS X fails

SourceForge.net noreply at sourceforge.net
Fri Oct 14 01:40:19 CEST 2005


Bugs item #1326281, was opened at 2005-10-14 01:40
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=1326281&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Unknown Crash/Other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: alimony (alimony)
Assigned to: Nobody/Anonymous (nobody)
Summary: Bundle build on Mac OS X fails

Initial Comment:
When I try to build the Mac OS X bundle, make dies with
the following message:

`sdl-config --static-libs`         /sw/lib/libmad.a         /sw/lib/libvorbisfile.a         /sw/lib/libvorbis.a         /sw/lib/libogg.a         /sw/lib/libmpeg2.a         /sw/lib/libFLAC.a         -lz
g++: /sw/lib/libogg.a: No such file or directory
g++: /sw/lib/libmpeg2.a: No such file or directory
g++: /sw/lib/libFLAC.a: No such file or directory
make: *** [scummvm-static] Error 1

Of course it can't build since I don't have libmpeg2 or
libFLAC installed. Apparently those lines are hardcoded
in the makefile, and removing the following lines from
the makefile solves the problem:

/sw/lib/libmpeg2.a /sw/lib/libFLAC.a 
----------------------------------------------------------------------

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




More information about the Scummvm-tracker mailing list