bugGNUstep - Bugs: bug #8418, failure to compile

Group
 
 

bug #8418: failure to compile

Submitter:  None
Submitted:  Fri 02 Apr 2004 01:28:13 PM UTC
   
 
Category:  Base/Foundation Severity:  3 - Normal
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  fedor
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 09 Apr 2004 02:24:44 PM UTC, comment #2: 

Fixed.

Adam Fedor <fedor>
Group administrator
Thu 08 Apr 2004 11:02:34 PM UTC, comment #1: 

Fixed.

Adam Fedor <fedor>
Group administrator
Fri 02 Apr 2004 01:28:13 PM UTC, 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.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #1169:  gsdoc-patch.diff added by None (2KiB - patch for autogsdoc.m)

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 4 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2004-04-08 fedor Assigned toNone fedor
    Open/ClosedOpen Closed
2004-04-08 fedor StatusNone Fixed
2004-04-02 None Attached File- Added gsdoc-patch.diff, #1151

Back to the top

Powered by Savane 3.13-02a9.
Corresponding source code