[ scummvm-Bugs-1226522 ] ScummVM no longer compiles on my Debian box

SourceForge.net noreply at sourceforge.net
Thu Jun 23 22:00:54 CEST 2005


Bugs item #1226522, was opened at 2005-06-23 22:00
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=1226522&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: Torbjörn Andersson (eriktorbjorn)
Assigned to: Nobody/Anonymous (nobody)
Summary: ScummVM no longer compiles on my Debian box

Initial Comment:
With the addition of the endian.h file in the latest
CVS snapshot, ScummVM no longer compiles on my Debian
box. Apparently this file interfers with one of the
system headers, i.e. instead of the system header file
it includes ours.

I can almost fix this by adding -I- to INCLUDES in our
Makefile. A lot of our files break since they assume
they assume that #include "file" will look in the
current directory, and with -I- that's no longer true.
This is fixable.

Unfortunately it also breaks FLAC and Vorbis. Possibly
other libraries as well, but that's where I gave up.

Another way which *should* work - I haven't tried -
would be to not include our 'common' directory in the
include path. That, too, will break a lot of our files
- every file that includes "stdafx.h" would have to be
changed to include "common/stdafx.h" instead for
instance - but, again, this is fixable.

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

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




More information about the Scummvm-tracker mailing list