Bruno Haible writes:
> Po Lu wrote:
>> Unfortunately, I've got the same Sun C that you do.
>
>> Could you show the preprocessed source for a call to `offsetof' on your
>> system? I have a feeling stddef.h on this machine is somehow wrong.
>
> In your preprocessed output you had:
>
> enum { ABBR_
Po Lu wrote:
> Unfortunately, I've got the same Sun C that you do.
> Could you show the preprocessed source for a call to `offsetof' on your
> system? I have a feeling stddef.h on this machine is somehow wrong.
In your preprocessed output you had:
enum { ABBR_SIZE_MIN = DEFAULT_MXFAST - ( ( si
Bruno Haible writes:
> I cannot reproduce it.
>
> On Solaris 10:
> $ PATH=/opt/developerstudio12.5/bin:$PATH
> $ cc -V
>
> cc: S
Hi,
Po Lu wrote:
> I can't build Emacs with Sun C 5.14, on x86_64-pc-solaris2.11:
>
> cc -m64 -c-g3 -O -I. -I../src -I. -I./../src -o time_rz.o time_rz.c
> "time_rz.c", line 45: non-constant enumerator value
> cc: acomp failed for time_rz.c
> gmake: ***
I can't build Emacs with Sun C 5.14, on x86_64-pc-solaris2.11:
cc -m64 -c-g3 -O -I. -I../src -I. -I./../src -o time_rz.o time_rz.c
"time_rz.c", line 45: non-constant enumerator value
cc: acomp failed for time_rz.c
gmake: *** [Makefile:84: time_rz.o] Error 2
Here is t