Skip to Content.
Sympa Menu

sm-grimoire-bugs - [SM-Grimoire-Bugs] [Bug 11876] New: mknbi-1.4.4 broken with gcc4, simple patch

sm-grimoire-bugs AT lists.ibiblio.org

Subject: SourceMage Grimoire Bug List

List archive

Chronological Thread  
  • From: bugzilla-daemon AT bugs.sourcemage.org
  • To: sm-grimoire-bugs AT lists.ibiblio.org
  • Subject: [SM-Grimoire-Bugs] [Bug 11876] New: mknbi-1.4.4 broken with gcc4, simple patch
  • Date: 19 May 2006 10:30:48 -0000

http://bugs.sourcemage.org/show_bug.cgi?id=11876

Summary: mknbi-1.4.4 broken with gcc4, simple patch
Product: Codex
Version: test grimoire
Platform: Other
OS/Version: other
Status: NEW
Severity: normal
Priority: P2
Component: utils
AssignedTo: sm-grimoire-bugs AT lists.ibiblio.org
ReportedBy: thomas-forum AT orgis.org


mknbi-1.4.4 doesn't build with gcc4 becuase of an issue that I've already
seen
in another spell and that probably will continue to come up.
Ireally wonder why former gcc version compiled that code:

nfl.h: extern int terminal;

nfl.c: static int terminal;

AFAIK that is just plain diametral: Static should mean that it cannot be
external!

Simple patch attached, removing the header definiton since it wasn't used
anyway.

Of course my patch doesn't fix all these semi-dangerous pointer assignments
triggering warnings en masse, but that's just real world C...

--
Configure bugmail: http://bugs.sourcemage.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



  • [SM-Grimoire-Bugs] [Bug 11876] New: mknbi-1.4.4 broken with gcc4, simple patch, bugzilla-daemon, 05/19/2006

Archive powered by MHonArc 2.6.24.

Top of Page