Re: Sun C 5.14

2023-04-05 Thread Po Lu
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_

Re: Sun C 5.14

2023-04-05 Thread Bruno Haible
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

Re: Sun C 5.14

2023-04-05 Thread Po Lu
Bruno Haible writes: > I cannot reproduce it. > > On Solaris 10: > $ PATH=/opt/developerstudio12.5/bin:$PATH > $ cc -V > > cc: S

Re: Sun C 5.14

2023-04-05 Thread Bruno Haible
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: ***

Sun C 5.14

2023-04-04 Thread Po Lu
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