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/ _______________________________________________ Bug-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-gnustep
