This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/30750] Cannot compile: conflicting types for 'sys_errlist'
- From: "acoletti at smrcusa dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Feb 2007 21:55:09 -0000
- Subject: [Bug c/30750] Cannot compile: conflicting types for 'sys_errlist'
- References: <bug-30750-14079@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from acoletti at smrcusa dot com 2007-02-09 21:55 -------
Subject: RE: Cannot compile: conflicting types for 'sys_errlist'
Thank you for your prompt response. Your comment is helping me a lot.
I apologize for the inconvenience, I saw the discussion of the cygwin error
that was similar..
Warm regards,
Alex
-----Original Message-----
From: pinskia at gcc dot gnu dot org [mailto:gcc-bugzilla@gcc.gnu.org]
Sent: Friday, February 09, 2007 4:43 PM
To: acoletti@smrcusa.com
Subject: [Bug c/30750] Cannot compile: conflicting types for
'sys_errlist'
------- Comment #1 from pinskia at gcc dot gnu dot org 2007-02-09
21:43 -------
First off, this is not the place for asking how to fix C code.
Second what is happening is that the code in
/home/.../bin/TOOLKIT/include/PGS_SMF.h on line 200 does a typedef for
sys_errlist which is different from what was previously typedef'ed in
/usr/include/bits/sys_errlist.h on line 28. Since GCC does not controll
either
of those files, this is not a GCC bug.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Severity|blocker |normal
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30750
------- You are receiving this mail because: -------
You reported the bug, or are watching the reporter.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30750