GNU bug report logs - #3636
23.0.95; w32term.c: compile error

Previous Next

Package: emacs;

Reported by: "Maier, Harald" <MaierHa <at> media-saturn.com>

Date: Sun, 21 Jun 2009 08:00:04 UTC

Severity: normal

Done: Jason Rumney <jasonr <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 3636 in the body.
You can then email your comments to 3636 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3636; Package emacs. (Sun, 21 Jun 2009 08:00:04 GMT) Full text and rfc822 format available.

Acknowledgement sent to "Maier, Harald" <MaierHa <at> media-saturn.com>:
New bug report received and forwarded. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 21 Jun 2009 08:00:05 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: "Maier, Harald" <MaierHa <at> media-saturn.com>
To: <emacs-pretest-bug <at> gnu.org>
Subject: 23.0.95; w32term.c: compile error
Date: Sun, 21 Jun 2009 09:54:56 +0200
On my system the latest change on w32term.c causes a compile error. 

gcc -I. -c -gdwarf-2 -g3 -mno-cygwin -mtune=pentium4 -O2
-Ic:/Programme/GnuWin32/include -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc
-DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o oo-spd/i386/w32term.o w32term.c
w32term.c: In function `w32_initialize':
w32term.c:6365: error: invalid operands to binary &
mingw32-make[1]: *** [oo-spd/i386/w32term.o] Error 1
mingw32-make[1]: Leaving directory `c:/home/maierha/build/cvs/emacs/src'
mingw32-make: *** [all-other-dirs-gmake] Error 2

gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is
NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.

2009-06-21  Jason Rumney  <jasonr <at> gnu.org>

	* w32term.c (keyboard_codepage): New static variable.
	(w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
	(w32_read_socket) [WM_CHAR]: Use it to decode character
	input (bug#3237).
	(w32_initialize): Initialize it.
	(codepage_for_locale): New function.

Harald


In GNU Emacs 23.0.95.1 (i386-mingw-nt5.1.2600)
 of 2009-06-20 on DEV135NOB0966
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: DEU
  value of $XMODIFIERS: nil
  locale-coding-system: cp1252
  default-enable-multibyte-characters: t





Information forwarded to bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>:
bug#3636; Package emacs. (Sun, 21 Jun 2009 17:35:03 GMT) Full text and rfc822 format available.

Acknowledgement sent to Harald Maier <harald <at> maierh.de>:
Extra info received and forwarded to list. Copy sent to Emacs Bugs <bug-gnu-emacs <at> gnu.org>. (Sun, 21 Jun 2009 17:35:03 GMT) Full text and rfc822 format available.

Message #10 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Harald Maier <harald <at> maierh.de>
To: bug-gnu-emacs <at> gnu.org
Subject: Re: bug#3636: 23.0.95; w32term.c: compile error
Date: Sun, 21 Jun 2009 19:29:10 +0200
Uups, I didn't have acces to my email and didn't recognize that the
trunk now is 23.1.50. Here the correction: this bug report is about the
trunk.

Harald

"Maier, Harald" <MaierHa <at> media-saturn.com> writes:

> On my system the latest change on w32term.c causes a compile error. 
>
> gcc -I. -c -gdwarf-2 -g3 -mno-cygwin -mtune=pentium4 -O2
> -Ic:/Programme/GnuWin32/include -Demacs=1 -DHAVE_CONFIG_H -I../nt/inc
> -DHAVE_NTGUI=1 -DUSE_CRT_DLL=1 -o oo-spd/i386/w32term.o w32term.c
> w32term.c: In function `w32_initialize':
> w32term.c:6365: error: invalid operands to binary &
> mingw32-make[1]: *** [oo-spd/i386/w32term.o] Error 1
> mingw32-make[1]: Leaving directory `c:/home/maierha/build/cvs/emacs/src'
> mingw32-make: *** [all-other-dirs-gmake] Error 2
>
> gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125)
> Copyright (C) 2004 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is
> NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
> PURPOSE.
>
> 2009-06-21  Jason Rumney  <jasonr <at> gnu.org>
>
>       * w32term.c (keyboard_codepage): New static variable.
>       (w32_read_socket) [WM_INPUTLANGCHANGE]: Update it.
>       (w32_read_socket) [WM_CHAR]: Use it to decode character
>       input (bug#3237).
>       (w32_initialize): Initialize it.
>       (codepage_for_locale): New function.
>
> Harald
>
>
> In GNU Emacs 23.0.95.1 (i386-mingw-nt5.1.2600)
>  of 2009-06-20 on DEV135NOB0966
> Windowing system distributor `Microsoft Corp.', version 5.1.2600
> configured using `configure --with-gcc (3.4)'
>
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: DEU
>   value of $XMODIFIERS: nil
>   locale-coding-system: cp1252
>   default-enable-multibyte-characters: t





Reply sent to Jason Rumney <jasonr <at> gnu.org>:
You have taken responsibility. (Sun, 21 Jun 2009 23:05:07 GMT) Full text and rfc822 format available.

Notification sent to "Maier, Harald" <MaierHa <at> media-saturn.com>:
bug acknowledged by developer. (Sun, 21 Jun 2009 23:05:07 GMT) Full text and rfc822 format available.

Message #15 received at 3636-done <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Jason Rumney <jasonr <at> gnu.org>
To: Harald Maier <harald <at> maierh.de>, 3636-done <at> debbugs.gnu.org
Subject: Re: bug#3636: 23.0.95; w32term.c: compile error
Date: Mon, 22 Jun 2009 06:59:09 +0800
Harald Maier wrote:
>> On my system the latest change on w32term.c causes a compile error. 
>>     

This was fixed before you reported it. It is always a good idea to do 
another cvs update when you see compile errors, as they seldom last long.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> emacsbugs.donarmstrong.com. (Mon, 20 Jul 2009 14:24:10 GMT) Full text and rfc822 format available.

This bug report was last modified 15 years and 340 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.