[NeoStats-Devel] [Issue: #230] Changed - make error with Fedora Core 4 (GCC 4.0)
| Newsgroups | gmane.comp.neostats.devel |
|---|---|
| Message-ID | <[email protected]> |
Issue CHANGE Report for Issue #: 230 A change has been made to an issue you have been assigned to. Click here to view the issue report in the NeoStats Bug System. Issue Details: (Items that have been changed are RED) Summary: make error with Fedora Core 4 (GCC 4.0) URL: http://www.neostats.net/boards/viewtopic.php?p=6916#6916 Product: NeoStats Version: 2.5.21 To be Closed in Version: None Closed in Version: None Component: Core IRCd(s): All Status: Assigned Resolution: None Severity: Significant OS/Version: Fedora Core 4 Database: None Priority: 3 - Medium Assigned To: justin-kLev/[email protected] Comments: Posted By: justin-kLev/[email protected] At: 12:21 PM on 17-06-2005 + remove the "static" keyword from ircd.c line 47 so it looks like + this: Code: long services_bot_umode= 0; Posted By: justin-kLev/[email protected] At: 12:19 PM on 17-06-2005 gcc -O2 -g -fPIC -DPIC -DNDEBUG -I. -Iadns -Ikeeper -Icurl -c ircd.c ircd.c:47: error: static declaration of âservices_bot_umodeâ follows non-static declaration ircd.h:79: error: previous declaration of âservices_bot_umodeâ was here make: *** [ircd.o] Error 1