From: SourceForge.net <no...@so...> - 2007-06-07 11:03:23
|
Bugs item #1558154, was opened at 2006-09-13 19:59 Message generated for change (Comment added) made by richi You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101627&aid=1558154&group_id=1627 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: scheme Group: normal >Status: Closed >Resolution: Wont Fix Priority: 5 Private: No Submitted By: Michael Schwendt (mschwendt) Assigned to: Richard Guenther (richi) Summary: Has become incompatible with GUILE Initial Comment: Over time, GUILE code in GLAME 2.0.1 has become incompatible. It is still possible to compile glame with e.g. GUILE 1.8.0 (adjusting the SCM_MINOR_VER check), but there are lots of warnings at run-time: SCM_DEFER_INTS etc are deprecated. Use a mutex instead if appropriate. WARNING: (guile-user): imported module (glame) overrides core binding `SEEK_SET' WARNING: (guile-user): imported module (glame) overrides core binding `SEEK_CUR' WARNING: (guile-user): imported module (glame) overrides core binding `O_RDONLY' WARNING: (guile-user): imported module (glame) overrides core binding `SEEK_END' WARNING: (guile-user): imported module (glame) overrides core binding `O_WRONLY' WARNING: (guile-user): imported module (glame) overrides core binding `O_RDWR' WARNING: (guile-user): imported module (glame) overrides core binding `O_CREAT' WARNING: (guile-user): imported module (glame) overrides core binding `O_EXCL' WARNING: (guile-user): imported module (glame) overrides core binding `O_TRUNC' WARNING: (guile-user): imported module (glame) overrides core binding `port?' WARNING: (guile-user): `SEEK_SET' imported from both (glame) and (guile) WARNING: (guile-user): `SEEK_CUR' imported from both (glame) and (guile) WARNING: (guile-user): `SEEK_END' imported from both (glame) and (guile) WARNING: (guile-user): `port?' imported from both (glame) and (guile) WARNING: (guile-user): `O_RDONLY' imported from both (glame) and (guile) WARNING: (guile-user): `O_WRONLY' imported from both (glame) and (guile) WARNING: (guile-user): `O_RDWR' imported from both (glame) and (guile) WARNING: (guile-user): `O_CREAT' imported from both (glame) and (guile) WARNING: (guile-user): `O_EXCL' imported from both (glame) and (guile) WARNING: (guile-user): `O_TRUNC' imported from both (glame) and (guile) ---------------------------------------------------------------------- >Comment By: Richard Guenther (richi) Date: 2007-06-07 11:03 Message: Logged In: YES user_id=7575 Originator: NO Most of the (visible) issues should be fixed now. I don't intend to fix the clash with port? though, and some of the deprecated interfaces we use are also not going to be fixed as its just too much work. So as of 2.0.2-rc1 remaining issues won't be fixed unless they cause build or runtime failures. ---------------------------------------------------------------------- Comment By: Richard Guenther (richi) Date: 2006-09-14 09:06 Message: Logged In: YES user_id=7575 In case 1.6 compatibility can be maintained we can probably fix (some of) these. The port? one actually sucks, the constants hopefully have the correct values built-in. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=101627&aid=1558154&group_id=1627 |