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: Daniel Colascione
Subject: Re: [Emacs-diffs] /srv/bzr/emacs/trunk r110729: 2012-10-29 Daniel Colascione <address@hidden>
Date: Mon, 29 Oct 2012 17:46:53 -0700
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:16.0) Gecko/20121010 Thunderbird/16.0.1

On 10/29/2012 4:58 PM, Katsumi Yamaoka wrote:
> 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'
> 

Try "make clean"? Maybe you still have a stale object file. The build works fine
for me.


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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