From xemacs-m  Fri Dec  6 18:45:13 1996
Received: from lemcbed.lem.uni-karlsruhe.de (lemcbed.lem.uni-karlsruhe.de [129.13.103.197]) by xemacs.cs.uiuc.edu (8.8.3/8.8.3) with SMTP id SAA11686 for <xemacs-beta@xemacs.org>; Fri, 6 Dec 1996 18:45:12 -0600 (CST)
Received: by lemcbed.lem.uni-karlsruhe.de; id AA00679; Sat, 7 Dec 1996 01:46:16 +0100
To: xemacs-beta@xemacs.org
Subject: XEmacs on Linux/Alpha anyone?
X-Face: Z[@OB)("ZvE?ev~1b+b!0ZUB.$%rh.9qE>dVf>q}Q/V?%d`J3gd!LR\aAZ8<Hwi]xTA(:*c;i3,?K?+rCy*^b$)a,}E?eo},}x2]5LlJysyoUOK"o[>K)'\Ulb7y-7*.If^;rHl['oa)n_M7E6w+LDKMs"G8_`c)uOS1^}.1|8Ill]7X68X-paeUOpBhz<F`B0?~^2Et~GYfw~/0]H]nx4~C_E/_mp#^7Ixc:
Reply-To: jens@lemcbed.lem.uni-karlsruhe.de
Mime-Version: 1.0 (generated by tm-edit 7.94)
Content-Type: text/plain; charset=US-ASCII
From: Jens Lautenbacher <jens@lemcbed.lem.uni-karlsruhe.de>
Date: 07 Dec 1996 01:46:15 +0100
Message-Id: <x24thz18rs.fsf@lemcbed.lem.uni-karlsruhe.de>
Lines: 58
X-Mailer: Red Gnus v0.72/XEmacs 19.14



Hi,

has anyone gotten XEmacs to compile on Linux/Alpha 2.0 ? I just tried
with 19.14, and finally get stuck in 

gcc -c -Demacs -DHAVE_CONFIG_H  -I.        -I/usr/local/src/xemacs-19.14/src     -DFUNCPROTO=11 -DNARROWPROTO -D_BSD_SOURCE          -I/usr/X11R6/include           -I/usr/local/src/xemacs-19.14/src/../lwlib    -O2 floatfns.c
In file included from config.h:407,
                 from floatfns.c:48:
m/alpha.h:193: warning: `UNEXEC' redefined
s/linux.h:193: warning: this is the location of the previous definition
floatfns.c:978: warning: `struct exception' declared inside parameter list
floatfns.c:978: warning: its scope is only this definition or declaration,
floatfns.c:978: warning: which is probably not what you want.
floatfns.c: In function `matherr':
floatfns.c:987: dereferencing pointer to incomplete type
floatfns.c:988: dereferencing pointer to incomplete type
floatfns.c:990: dereferencing pointer to incomplete type
floatfns.c:992: dereferencing pointer to incomplete type
floatfns.c:994: `DOMAIN' undeclared (first use this function)
floatfns.c:994: (Each undeclared identifier is reported only once
floatfns.c:994: for each function it appears in.)
floatfns.c:995: `SING' undeclared (first use this function)
floatfns.c:996: `OVERFLOW' undeclared (first use this function)
floatfns.c:997: `UNDERFLOW' undeclared (first use this function)
make[1]: *** [floatfns.o] Error 1
make[1]: Leaving directory `/usr/local/src/xemacs-19.14/src'
make: *** [src] Error 2
[lemming6:/usr/local/src/xemacs-19.14]# 


I had also some problems with the configure as it put some garbage (a
^L and a typedef)  inside every Makefile(!) which I "solved" by just
deleting it. 

e.g. in lib-src

   [...]
   UTILITIES= make-path wakeup profile make-docfile digest-doc 	
   sorted-doc movemail cvtmail fakemail yow emacsserver hexl 	gnuserv
   SCRIPTS= rcs2log vcdiff
   EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
   SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex
   emacs.csh makedoc.com *.[chy] rcs2log vcdiff
-> 
-> typedef long double __long_double_t;
   VPATH=/usr/local/src/xemacs-19.14/lib-src
   [...]	


Does 15-beta-X work on my system?

Any experience anyone?

Thanks,
	Jens
 

