[ scummvm-Bugs-2924680 ] Large file support
SourceForge.net
noreply at sourceforge.net
Fri Jan 1 22:41:30 CET 2010
Bugs item #2924680, was opened at 2010-01-01 22:41
Message generated for change (Tracker Item Submitted) made by wjpalenstijn
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2924680&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: None
Group: None
Status: Open
Resolution: None
Priority: 3
Private: No
Submitted By: Willem Jan Palenstijn (wjpalenstijn)
Assigned to: Nobody/Anonymous (nobody)
Summary: Large file support
Initial Comment:
Imperia on IRC today reported that scummvm on 32 bit Linux failed to start a game located on a CIFS mount. After some debugging we traced this down to the lack of large file support in scummvm, which causes stat() calls to fail in some cases. (Hypothesis: the stat::st_ino field could be too small without large file support enabled.)
We should probably enable large file support by default on 32 bit systems to fix this. I believe the command 'getconf LFS_CFLAGS' gets the required flags on Linux. I don't know about other platforms, nor if it would be worth it and necessary to add support there.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=418820&aid=2924680&group_id=37116
More information about the Scummvm-tracker
mailing list