Xref: news2.mv.net comp.os.msdos.djgpp:8301 From: gaba AT ix DOT netcom DOT com (James Gaba) Newsgroups: comp.os.msdos.djgpp Subject: building emacs sux Date: Thu, 05 Sep 96 05:57:01 GMT Organization: Netcom Lines: 27 Message-ID: <50lpvg$n5k@dfw-ixnews3.ix.netcom.com> NNTP-Posting-Host: sjx-ca73-19.ix.netcom.com To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp hi, i'm trying to recompile emacs-19.34 for dos and i'm getting stuck on the following error. please help this poor soul! thanks! here's the output: -------------------------------------------------------------- gcc -DHAVE_CONFIG_H -I. -I../src -I. -I./../src -O2 -g ./profile.c -o profile In file included from c:/djgpp/include/time.h:75, from c:/djgpp/include/sys/time.h:15, from ../src/systime.h:22, from ./profile.c:35: c:/djgpp/include/sys/types.h:17: conflicting types for `time_t' c:/djgpp/include/time.h:24: previous declaration of `time_t' c:/djgpp/include/sys/types.h:41: warning: redefinition of `size_t' c:/djgpp/include/stdio.h:33: warning: `size_t' previously declared here c:/djgpp/include/sys/types.h:53: conflicting types for `clock_t' c:/djgpp/include/time.h:18: previous declaration of `clock_t' In file included from c:/djgpp/include/sys/time.h:15, from ../src/systime.h:22, from ./profile.c:35: c:/djgpp/include/time.h:82: parse error before `fd_set' make.exe[1]: *** [profile] Error 1 make.exe[1]: Leaving directory `c:/emacs-19.34/lib-src' make.exe: *** [lib-src] Error 2