Xref: utzoo comp.sys.amiga.tech:10439 comp.emacs:7907 Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!think!linus!raybed2!lah From: lah@raybed2.ray.com (LANCE HOLMES) Newsgroups: comp.sys.amiga.tech,comp.emacs Subject: Amiga Manx 5.0 vs MicroEmacs 3.10 Message-ID: <1476@raybed2.ray.com> Date: 7 Mar 90 13:48:59 GMT Followup-To: comp.sys.amiga.tech Organization: Raytheon Co., Tewksbury, Mass. Lines: 23 I just got my update to Aztec manx C and thought I would try it out. I always find it interesting to recompile a program when I get the source to see if first I can in fact recompile it and also to see if I get a different size file for the executable. So I tried to recompile MicroEmacs 3.10. Well first of all, as any of you who have received their update know, Aztec has changed the options used with the compiler. So I modified the makefile and went on. The second problem the compiler had with the code was the use of some constants that were being returned. So not to spend a lot of time on this problem I changed them to variables and assumed that the program would treat them as constants anyway. The next problem the compiler had was with a statement in the module input.c . It said that the statement was to complex and that I should simplify it and recompile. Well I'm not and expert but I have a good understanding of C and couldn't see where the statement was all that complicated. I gave up after that error and feel that I going to hold on to version 3.6 of the Manx C compiler and docs for a while seeing how there does seem to be a variety of differences. Lance Holmes