X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "Ognyan Kulev" Newsgroups: comp.os.msdos.djgpp Subject: Emacs 21.4a Date: 16 Mar 2005 09:00:17 -0800 Organization: http://groups.google.com Lines: 26 Message-ID: <1110992417.515321.24950@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: 62.44.100.254 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1110992421 12429 127.0.0.1 (16 Mar 2005 17:00:21 GMT) X-Complaints-To: groups-abuse AT google DOT com NNTP-Posting-Date: Wed, 16 Mar 2005 17:00:21 +0000 (UTC) User-Agent: G2/0.2 Complaints-To: groups-abuse AT google DOT com Injection-Info: g14g2000cwa.googlegroups.com; posting-host=62.44.100.254; posting-account=n82ULAwAAAClr0Hs9uZvK4CPP5iAfp88 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi, I want Emacs 21.4 for DOS and my only option is to compile it. My first try is on Windows XP, DJGPP 2.03, GCC 3.4.3 and others from v2gnu. I compile with LFN=n because I want the result binary to run on DOS. The first error was missing syslimits.h. I "fixed" it by commenting the include in c:\djgpp\lib\gcc\djgpp\3.43\include\limits.h. The next error is: gcc -c -Demacs -DHAVE_CONFIG_H -I. -I. -O2 -gcoff keyboard.c c:/djgpp/tmp/ccGYquUe.s: Assembler messages: c:/djgpp/tmp/ccGYquUe.s:26262: Fatal error: C_EFCN symbol out of scope make.exe[1]: *** [keyboard.o] Error 1 make.exe[1]: Leaving directory `d:/temp/emacs-21.4/src' make.exe: *** [src] Error 2 This is where I stopped and I would like to get help on completing Emacs 21.4 build. Regards, ogi