[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #8418] failure to compile
From: |
anonymous |
Subject: |
[bugs #8418] failure to compile |
Date: |
Fri, 02 Apr 2004 08:28:14 -0500 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85.7 (KHTML, like Gecko) Safari/85.7 |
This mail is an automated notification from the bugs tracker
of the project: GNUstep.
/**************************************************************************/
[bugs #8418] Full Item Snapshot:
URL: <http://savannah.gnu.org/bugs/?func=detailitem&item_id=8418>
Project: GNUstep
Submitted by: 0
On: Fri 04/02/04 at 08:28
Category: Base/Foundation
Severity: 5 - Average
Item Group: Bug
Resolution: None
Assigned to: None
Status: Open
Summary: failure to compile
Original Submission: on OpenBSD (gcc 2.95.3) I get:
Compiling file autogsdoc.m ...
autogsdoc.m: In function `gnustep_base_user_main':
autogsdoc.m:751: syntax error before `*'
autogsdoc.m:756: `argsGiven' undeclared (first use in this function)
autogsdoc.m:756: (Each undeclared identifier is reported only once
autogsdoc.m:756: for each function it appears in.)
autogsdoc.m:757: `arg' undeclared (first use in this function)
autogsdoc.m:760: `opt' undeclared (first use in this function)
autogsdoc.m:767: `argSet' undeclared (first use in this function)
autogsdoc.m:1815: syntax error before `*'
autogsdoc.m:1817: `prjFileContents' undeclared (first use in this function)
those are typical symptoms of bad coding style. I moved the 2 declarations of
line 715 at the top, inserted declarations for the 2 lines that follow. The
error in line 1815 (now line 1818) was cured in the same manner.
File Attachments
-------------------
-------------------------------------------------------
Date: Fri 04/02/04 at 08:28 Name: gsdoc-patch.diff Size: 2KB By: None
patch for autogsdoc.m
http://savannah.gnu.org/bugs/download.php?item_id=8418&item_file_id=1151
For detailed info, follow this link:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=8418>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bugs #8418] failure to compile,
anonymous <=