all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Error compiling regex.c in Emacs Unicode 2
@ 2006-10-04  6:20 Herbert Euler
  2006-10-04  7:06 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Euler @ 2006-10-04  6:20 UTC (permalink / raw)


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Error compiling regex.c in Emacs Unicode 2
  2006-10-04  6:20 Error compiling regex.c in Emacs Unicode 2 Herbert Euler
@ 2006-10-04  7:06 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2006-10-04  7:06 UTC (permalink / raw)
  Cc: emacs-unicode, emacs-devel

In article <BAY112-F368C72F6C7DF40CABC5883DA1D0@phx.gbl>, "Herbert Euler" <herberteuler@hotmail.com> writes:

> 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)

I've just installed a fix (cancel the change for synching
with HEAD).

---
Kenichi Handa
handa@m17n.org

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-04  7:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-10-04  6:20 Error compiling regex.c in Emacs Unicode 2 Herbert Euler
2006-10-04  7:06 ` Kenichi Handa

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.