This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: FW: failure notice


> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]