[ scummvm-Bugs-1503965 ] Make Bundle Ignores ./Configure (OSX)

SourceForge.net noreply at sourceforge.net
Sat Jun 10 13:47:32 CEST 2006


Bugs item #1503965, was opened at 2006-06-10 11:47
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=1503965&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: All Games
Status: Open
Resolution: None
Priority: 5
Submitted By: Jurai (powerofjurai)
Assigned to: Nobody/Anonymous (nobody)
Summary: Make Bundle Ignores ./Configure (OSX)

Initial Comment:
While performing 'make' takes into account set
directories of ./configure switches, 'make bundle' does
not appear to and will cause failed compilations until
the MAKEFILE is modified by hand to resolve the issue.
Particular guilty code:

OSXOPT=/opt/local/
# Special target to create a static linked binary for
Mac OS X.
# We use -force_cpusubtype_ALL to ensure the binary
runs on every
# PowerPC machine.
scummvm-static: $(OBJS)
	$(CXX) $(LDFLAGS) -force_cpusubtype_ALL -o
scummvm-static $(OBJS) \
		`sdl-config --static-libs` \
		-framework CoreMIDI \
		$(OSXOPT)/lib/libmad.a \
		$(OSXOPT)/lib/libvorbisfile.a \
		$(OSXOPT)/lib/libvorbis.a \
		$(OSXOPT)/lib/libogg.a \
		$(OSXOPT)/lib/libmpeg2.a \
		$(OSXOPT)/lib/libflac.a \
		-lSystemStubs \
		-lz

perhaps it could be modfiied to use the LIBS defined
after running ./configure and specifying lib locations
using with-lib-prefix= ?

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

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




More information about the Scummvm-tracker mailing list