Re: moz 1rc1 fails to compile

John Bandhauer <[email protected]> Fri, 19 Apr 2002 13:51:22 -0700
Newsgroups gmane.comp.mozilla.builds
Organization minions of mozilla
Message-ID <[email protected]>
HAVE_VA_LIST_AS_ARRAY is either defined when it shouldn't be or 
not defined when it should.

I'm not certain of the exact config option. Perhaps the lxr 
search for the places it is used will allow you to figure it out...
http://lxr.mozilla.org/seamonkey/search?string=HAVE_VA_LIST_AS_ARRAY

Else, you can hope that someone who understands the Unix 
configuration stuff better than I will happen along and help.

John.

Barbie LeVile wrote:
> hi there,
> 
> thrying to build mozilla 1rc1 with Forte c 6 update 2 on a solaris box.
> it breaks at this point:
> 
> "jsprf.c", line 647: warning: pointer to void or function used in arithmetic
> "jsprf.c", line 647: warning: pointer to void or function used in arithmetic
> "jsprf.c", line 647: operand cannot have void type: op "="
> cc: acomp failed for jsprf.c
> gmake[3]: *** [jsprf.o] Error 2
> gmake[3]: Leaving directory `/home/barbie/mozilla/js/src'
> 
> any idea how to fix this?
> 
>