At 7:01 PM -0500 2/11/03, Garrett Wollman wrote:
< said:
> Trying to use a compiler different from GCC I have found the
> folowing error:
> "/usr/include/sys/syslimits.h", line 42: Error:
> [ISO 6.8]: Unknown preprocessing directive, '#warning'.
It should probably be a #error instead.
* De: Garrett Wollman <[EMAIL PROTECTED]> [ Data: 2003-02-11 ]
[ Subjecte: C conformance. ]
> < said:
>
> > Trying to use a compiler different from GCC I have found the folowing error
> > "/usr/include/sys/syslimits.h", line 42: Error:
> >[ISO 6.8]: Unknown preprocessing directive, '#w
Munish Chopra wrote:
> >It is an ANSI compliant preprocessor directive. Please use an ANSI
> >compliant compiler.
>
> I'd also be curious to know in which version of the ANSI standard you
> have found #warning. I certainly doesn't appear in mine.
I said that the use of the directive was complian
Terry Lambert wrote:
>Marcin Dalecki wrote:
>> Trying to use a compiler different from GCC I have found the folowing
>error
>>
>> "/usr/include/sys/syslimits.h", line 42: Error:
>>[ISO 6.8]: Unknown preprocessing directive, '#warning'.
>>
>> I think that somthing like to above should not appe
On 2003-02-09 19:13 +, Terry Lambert wrote:
> Marcin Dalecki wrote:
> > Trying to use a compiler different from GCC I have found the folowing error
> >
> > "/usr/include/sys/syslimits.h", line 42: Error:
> >[ISO 6.8]: Unknown preprocessing directive, '#warning'.
> >
> > I think that somth
Marcin Dalecki wrote:
> The following ain't pretty as well:
>
> "/usr/include/machine/signal.h", line 130: Error:
>[Syntax]: Parse error before '__aligned'.
>[Syntax]: Can't recover from this error.
You need to add a compiler specific section to /sys/sys/cdefs.h,
which defined cdefs attri
Marcin Dalecki wrote:
> Trying to use a compiler different from GCC I have found the folowing error
>
> "/usr/include/sys/syslimits.h", line 42: Error:
>[ISO 6.8]: Unknown preprocessing directive, '#warning'.
>
> I think that somthing like to above should not appear in system
> headers.
It i
Marcin Dalecki <[EMAIL PROTECTED]> writes:
> Trying to use a compiler different from GCC I have found the folowing error
>
> "/usr/include/sys/syslimits.h", line 42: Error:
>[ISO 6.8]: Unknown preprocessing directive, '#warning'.
>
> I think that somthing like to above should not appear in sy