Date: Wed, 17 Dec 1997 18:49:51 -0800 (PST) Message-Id: <199712180249.SAA13303@adit.ap.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" To: jeffw AT darwin DOT sfbr DOT org (Jeff T. Williams), djgpp AT delorie DOT com From: Nate Eldredge Subject: Re: Elvis 1.8pl4 under DJGPP Precedence: bulk At 10:05 12/17/1997 -0600, Jeff T. Williams wrote: >Now I can compile and link elvis, but further problems develop during >compilation of ctags.c: > >gcc -DNO_SHIFT_KEYS -DEXRC=\"_elvis.rc\" -Dfar= -O2 -DSORT -o ""ctags.exe ctags.c >wildcard.c: In function `expand': >In file included from ctags.c:905: >wildcard.c:154: storage size of `findbuf' isn't known >make.exe: *** [ctags.exe] Error 1 > >where line 154 in wildcard.c reads `struct ffblk findbuf;'. Check that the file #includes , where struct ffblk is defined. You can also build with `make -k', which will continue the build even when errors occur. Then, if you *really* need ctags, you could consider getting the Emacs source, which includes a `ctags' that builds out-of-the-box. HTH Nate Eldredge eldredge AT ap DOT net