Does anyone know a site which contains a binary of xemacs for
mips-sgi-irix5.2 binary?
Does anyone know a site which contains a binary of xemacs for
mips-sgi-irix5.2 binary?
1. va_arg, mips-sgi-irix5.3, __builtin_alignof
Using gcc-2.6.3 I am trying to build 19.12 on mips-sgi-irix5.3. Before
I embark on a debugging mission, I wonder if anyone else has already
solved the problem below or knows how to fix it.
Everything compiled fine except for lines containing va_arg().
When I look at the source:
1375 for (i = 0; i < nargs; i++)
1376 (void) va_arg (vargs, Lisp_Object);
1377 va_end (vargs);
the error message:
.../xemacs-19.12/src/fns.c: In function `run_hook_with_args':
.../xemacs-19.12/src/fns.c:1376: parse error before `Lisp_Object'
.../xemacs-19.12/src/fns.c:1376: parse error before `)'
and at the output of the pre-processor:
(void) (( Lisp_Object *)( vargs = (char *) \
( (__builtin_alignof( Lisp_Object ) == 8) ? \
(((long) vargs + (long)sizeof( Lisp_Object ) \
+ 8 - 1) & -8 ) : (((long) vargs + \
(((long)sizeof( Lisp_Object ) > 4)? \
sizeof( Lisp_Object ):4) + 4 - 1) & \
(unsigned long) -4) ) )) [-1] ;
it makes me think that __builtin_alignof() is somehow confusing the
compiler. Perhaps my gcc is no good.
Thanks,
Jeff Finger
Adobe Systems
2. Anyone using a graphics card w/ AMosaic ? I'm curious about it !?
3. Help, will xemacs-19.12-mips-sgi-irix5.3.
5. sgi-irix5.3/xemacs19.13 question
6. New Acorn stuff at Wakefield
7. Problem building emacs on SGI Irix5.1
8. Compiling lib3d 0.19 for djgpp
9. HELP: Compiling Emacs on SGI running IRIX5.1
10. HELP: Compiling emacs on SGI running IRIX5.0
11. HELP: Compilling emacs on SGI running IRIX5.0
12. cannot build xemacs-21.1.9 on mips-sgi-irix6.5
13. mips-sgi-irix6.4 version of xemacs