emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Error compiling regex.c in Emacs Unicode 2


From: Herbert Euler
Subject: Error compiling regex.c in Emacs Unicode 2
Date: Wed, 04 Oct 2006 14:20:55 +0800

It's the Emacs Unicode 2 branch, when compiling regex.c:

gcc -c -D_BSD_SOURCE -Demacs -DHAVE_CONFIG_H -I. -I/usb/src/emacs-cvs/emacs/src -D_BSD_SOURCE -g -O2 regex.c
regex.c: In function `analyse_first':
regex.c:3996: error: `LEADING_CODE_8_BIT_CONTROL' undeclared (first use in this function)
regex.c:3996: error: (Each undeclared identifier is reported only once
regex.c:3996: error: for each function it appears in.)

`grep' in source directory:

$ grep -r LEADING_CODE_8_BIT_CONTROL *
src/regex.c:              fastmap[LEADING_CODE_8_BIT_CONTROL] = 1;
src/coding.c: two-byte sequences of LEADING_CODE_8_BIT_CONTROL and (their 8-bit src/coding.c: eight-bit-control LEADING_CODE_8_BIT_CONTROL + 0xA0..0xBF
src/ChangeLog.9:        LEADING_CODE_8_BIT_CONTROL.
src/ChangeLog.9: * charset.h (LEADING_CODE_8_BIT_CONTROL, CHARSET_8_BIT_CONTROL)

Regards,
Guanpeng Xu

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]