[Message Prev][Message Next][Thread Prev][Thread Next][Message Index][Thread Index]

Re: Emacs21のcompile errorについて



坂本です。

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