[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]
Re: Emacs21のcompile errorについて
- X-ml-count: 3156
- Subject: Re: Emacs21のcompile errorについて
- From: Mitsugu SAKAMOTO <mitsugu@xxxxxxxx>
- Date: Sat, 10 Feb 2001 00:20:17 +0900
- User-agent: Wanderlust/2.5.7 (Smooth) SEMI/1.14.3 (Ushinoya) FLIM/1.14.2 (Yagi-Nishiguchi) APEL/10.3 Emacs/20.7 (i386-*-windows98.2222) MULE/4.1 (AOI) Meadow/1.13 Beta2 (UKIHASHI:61)
坂本です。
At Fri, 09 Feb 2001 23:35:49 +0900 (LMT),
Yasuhiko Tandou wrote:
> Win98でemacs-21.0.97のcompileではまってしまいました。
[...]
> Syntax error: Unterminated quoted string
> Using sh.exe as shell.
> gcc -o oo-spd/i386/addpm.exe \
> -mno-cygwin oo-spd/i386/addpm.o -ladvapi32 -luser32
> oo-spd/i386/addpm.o(.text+0x3da): undefined reference to `_impure_ptr'
> oo-spd/i386/addpm.o(.text+0x431): undefined reference to `_impure_ptr'
> oo-spd/i386/addpm.o(.text+0x486): undefined reference to `_impure_ptr'
> collect2: ld returned 1 exit status
> make: *** [oo-spd/i386/addpm.exe] Error 1
> --------------------------------------------------------------------------------
/usr/include/mingw/assert.hの
#define assert(x) ((void)0);
のセミコロンをとってください。
#この件先週あたりに騒いでいるので詳しくはこの記事を見てください。
--- Mitsugu