emacs-diffs
[Top][All Lists]
Advanced

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

Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110729: 2012-10-29 Daniel Colasc


From: Katsumi Yamaoka
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110729: 2012-10-29 Daniel Colascione <address@hidden>
Date: Tue, 30 Oct 2012 08:58:09 +0900
User-agent: Gnus/5.130006 (真 Gnus v0.6) Emacs/24.2.50 (i686-pc-cygwin)

Hi,

Daniel Colascione wrote:
>   cygw32.h, cygw32.c (Qutf_16le, from_unicode, to_unicode): In
>   preparation for fixing bug#12739, move these functions from
>   here...

>   * coding.h, coding.c: ... to here, and compile them only when
>   WINDOWSNT or HAVE_NTGUI.  Moving these functions out of cygw32
>   proper lets us write cygw32-agnostic code for the HAVE_NTGUI case.

Bootstrap fails, seems due to your change:

gcc ... -o temacs ...
cygw32.o: In function `Fcygwin_convert_path_from_windows':
/Work/emacs/src/cygw32.c:127: undefined reference to `_to_unicode'
cygw32.o: In function `Fcygwin_convert_path_to_windows':
/Work/emacs/src/cygw32.c:116: undefined reference to `_from_unicode'

How do we fix it?  Thanks.

In GNU Emacs 24.2.50.1 (i686-pc-cygwin, X toolkit, Xaw3d scroll bars)
 of 2012-10-29 on yamaoka-PC
Bzr revision: 110732 ...
Windowing system distributor `The Cygwin/X Project', version 11.0.11300000
Configured using:
 `configure '--with-x-toolkit=lucid' '--without-imagemagick'
 '--without-dbus' '--without-gconf' '--without-gsettings''



reply via email to

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