This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: FW: failure notice
- To: Ben_Meyer at pfm dot org
- Subject: Re: FW: failure notice
- From: "Martin v. Loewis" <martin at loewis dot home dot cs dot tu-berlin dot de>
- Date: Tue, 27 Jun 2000 22:21:12 +0200
- CC: mmckinlay at rhubarb dot custard dot org, gcc at gcc dot gnu dot org
- References: <2056AA5B2D1DD311BEA50008C709636C01AE25D2@NT_4>
> The compiler complains about the file /usr/local/include/filename.H,
> specifically line 74 saying that the struct dirent was declared in the
> parameter list and this is probably not what I want. When looking at the
> source, the struct is declared as a trinary pointer variable (i.e. struct
> dirent ***varname) in the parameter list and looks good.
Thanks for your bug report. It's hard to give help when the report is
imprecise, see
http://www.gnu.org/software/gcc/bugs.html
Specifically, I very much doubt that the error message referred to
/usr/local/include/filename.H - most likely, the 'H' was lower case,
and it was not 'filename'. If this is indeed a precise description,
you should still report the exact command line, and the exact error
message you got.
Regards,
Martin