bug-rcs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Build failure on Solaris 10 with Sun cc


From: Thien-Thi Nguyen
Subject: Re: Build failure on Solaris 10 with Sun cc
Date: Wed, 29 Sep 2010 11:41:01 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

() Paul Eggert <address@hidden>
() Tue, 28 Sep 2010 23:23:06 -0700

   source='b-divvy.c' object='b-divvy.o' libtool=no \
   DEPDIR=.deps depmode=none /bin/bash ../build-aux/depcomp \
   cc -xc99=all -xc99=all -DHAVE_CONFIG_H -I. -I../lib  -I'../lib'    -g -c 
b-divv\
   y.c
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   "b-divvy.c", line 91: left operand of "->" must be pointer to struct/union
   ...

   A lot more messages came out, much like the previous ones shown above,
   and the compilation failed.

Hmmm, i can't even formulate a hypothesis on why ‘struct divvy *divvy’
is not considered a pointer to a struct/union by the Sun cc.

Could you please ‘M-x c-macro-expand’ that function and post the results?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]