Still around: Compile error in CVS HEAD from 1999-04-10 20:30 CEST
Tim Potter
Tim.Potter at anu.edu.au
Sun Apr 11 00:30:08 GMT 1999
Florian Laws writes:
> Linking bin/make_smbcodepage
> Compiling utils/debug2html.c
> utils/debug2html.c:42: initializer element is not constant
> utils/debug2html.c:43: initializer element is not constant
> make: *** [utils/debug2html.o] Error 1
[...]
> FILE *infile = stdin;
> FILE *outfile = stdout;
>
> which is odd, at least I don't see why the compiler complains about that.
I've moved the initialisation of infile and outfile to main().
Out of interest, could you find out what your particular version of
egcs thinks stdin and stdout is? Look in stdio.h or just grep for
stdin in /usr/include/*.h. Under Solaris 2.6 it is:
/usr/include/stdio.h:#define stdin (&_iob[0])
Tim.
> Thanks,
>
> Florian
--
Tim Potter, System Admin/Programmer, Head Bee Guy
Advanced Computational Systems CRC, RSISE Bldg Australian National University,
Canberra 0200, AUSTRALIA Ph: +61 2 62798813 Fax: +61 2 62798602
More information about the samba-technical
mailing list