>From [EMAIL PROTECTED] Tue Mar 20 11:07:22 2001
>Well, as far as I know the next C standard, by some called C9X, has buildin I/O.
>So it could well be that gcc 3.1.* is implementing features in the new
>C standard, hence these error message. But I'm not 100% sure, of cause. :-)
In nay case, it is most unlikely that they reverted all C rules:
1) printf must not be a macro because I am guaranteed to be able
to take the address of the function
2) If the compiler for some reasons has printf() as built in function,
then it has to act as if printf() works as before.
3) If POSIX-2001 is ready, I _need_ my own printf()
otherwise I only may port to
POSIX-2001 conforming OS or
_non_ POSIX-2001 conforming OS but not to both.
>On Tue, Mar 20, 2001 at 10:25:20AM +0100, Joerg Schilling wrote:
>>
>> >From: [EMAIL PROTECTED]
>>
>> >On 19 Mar, [EMAIL PROTECTED] wrote:
>> >> Please run the libscg conformance test on your platform.
>> >> I am interested in test results for other platforms.
>> >>
>> >> If there are no bugs, then this release will become 1.10 final.
>> >>
>>
>> >Thanks for this release.
>>
>> >I've some (minor) problems when building it on Linux (Gmake.linux)
>>
>> > ==> COMPILING "OBJ/i686-linux-cc/printf.o"
>> >printf.c:67: parse error before "const"
>> >printf.c:73: warning: conflicting types for built-in function `fprintf'
>> >printf.c: In function `fprintf':
>> >printf.c:82: `form' undeclared (first use in this function)
>> >printf.c:82: (Each undeclared identifier is reported only once
>> >printf.c:82: for each function it appears in.)
>> >printf.c:82: `va_start' used in function with fixed args
>> >printf.c: At top level:
>> >printf.c:102: conflicting types for `fprintf'
>> >printf.c:73: previous declaration of `fprintf' <=== within system headers
>>
>> >Seems to harmless, since the system provided fprintf gets linked later
>> >on
>>
>> ... So you did not use a C comiler to compile cdrecord....
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]