GNU bug report logs - #12661
24.2.50; Build error with --with-w32 --enable-check-lisp-object-type

Previous Next

Package: emacs;

Reported by: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>

Date: Tue, 16 Oct 2012 22:00:02 UTC

Severity: normal

Found in version 24.2.50

Done: Eli Zaretskii <eliz <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 12661 in the body.
You can then email your comments to 12661 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-gnu-emacs <at> gnu.org:
bug#12661; Package emacs. (Tue, 16 Oct 2012 22:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>:
New bug report received and forwarded. Copy sent to bug-gnu-emacs <at> gnu.org. (Tue, 16 Oct 2012 22:00:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>
To: bug-gnu-emacs <at> gnu.org
Subject: 24.2.50; Build error with --with-w32 --enable-check-lisp-object-type
Date: Wed, 17 Oct 2012 06:57:14 +0900
On cygwin, building bzr current emacs with

    ./autogen.sh
    ./configure --with-w32 --enable-check-lisp-object-type
    make bootstrap

reports following errors:

1)
    make[1]: Entering directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
    gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/cygw32.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 cygw32.c
    cygw32.c: In function 'Fcygwin_convert_path_to_windows':
    cygw32.c:148:52: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
    cygw32.c: In function 'Fcygwin_convert_path_from_windows':
    cygw32.c:159:53: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
    Makefile:325: recipe for target `cygw32.o' failed
    make[1]: *** [cygw32.o] Error 1
    make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
    Makefile:335: recipe for target `src' failed
    make: *** [src] Error 2


2)
    gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/w32fns.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 w32fns.c
    w32fns.c: In function 'w32_msg_pump':
    w32fns.c:2427:8: error: conversion to non-scalar type requested
    w32fns.c:2427:8: error: conversion to non-scalar type requested
    w32fns.c:2435:3: error: conversion to non-scalar type requested
    Makefile:325: recipe for target `w32fns.o' failed
    make[1]: *** [w32fns.o] Error 1
    make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
    Makefile:335: recipe for target `src' failed
    make: *** [src] Error 2





Reply sent to Eli Zaretskii <eliz <at> gnu.org>:
You have taken responsibility. (Wed, 17 Oct 2012 15:42:01 GMT) Full text and rfc822 format available.

Notification sent to OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>:
bug acknowledged by developer. (Wed, 17 Oct 2012 15:42:01 GMT) Full text and rfc822 format available.

Message #10 received at 12661-done <at> debbugs.gnu.org (full text, mbox):

From: Eli Zaretskii <eliz <at> gnu.org>
To: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>
Cc: 12661-done <at> debbugs.gnu.org
Subject: Re: bug#12661: 24.2.50;
	Build error with --with-w32 --enable-check-lisp-object-type
Date: Wed, 17 Oct 2012 17:40:04 +0200
> Date: Wed, 17 Oct 2012 06:57:14 +0900
> From: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>
> 
> 
> On cygwin, building bzr current emacs with
> 
>     ./autogen.sh
>     ./configure --with-w32 --enable-check-lisp-object-type
>     make bootstrap
> 
> reports following errors:
> 
> 1)
>     make[1]: Entering directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
>     gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/cygw32.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 cygw32.c
>     cygw32.c: In function 'Fcygwin_convert_path_to_windows':
>     cygw32.c:148:52: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
>     cygw32.c: In function 'Fcygwin_convert_path_from_windows':
>     cygw32.c:159:53: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
>     Makefile:325: recipe for target `cygw32.o' failed
>     make[1]: *** [cygw32.o] Error 1
>     make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
>     Makefile:335: recipe for target `src' failed
>     make: *** [src] Error 2
> 
> 
> 2)
>     gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/w32fns.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 w32fns.c
>     w32fns.c: In function 'w32_msg_pump':
>     w32fns.c:2427:8: error: conversion to non-scalar type requested
>     w32fns.c:2427:8: error: conversion to non-scalar type requested
>     w32fns.c:2435:3: error: conversion to non-scalar type requested
>     Makefile:325: recipe for target `w32fns.o' failed
>     make[1]: *** [w32fns.o] Error 1
>     make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
>     Makefile:335: recipe for target `src' failed
>     make: *** [src] Error 2

Should be fixed in revision 110567.  Please test, I don't have Cygwin
installed.




Information forwarded to bug-gnu-emacs <at> gnu.org:
bug#12661; Package emacs. (Sun, 21 Oct 2012 22:41:01 GMT) Full text and rfc822 format available.

Message #13 received at 12661-done <at> debbugs.gnu.org (full text, mbox):

From: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>, 12661-done <at> debbugs.gnu.org
Subject: Re: bug#12661: 24.2.50;
	Build error with --with-w32 --enable-check-lisp-object-type
Date: Mon, 22 Oct 2012 07:38:39 +0900
At Wed, 17 Oct 2012 17:40:04 +0200,
Eli Zaretskii wrote:
> 
> > Date: Wed, 17 Oct 2012 06:57:14 +0900
> > From: OKAZAKI Tetsurou <okazaki.tetsurou <at> gmail.com>
> > 
> > 
> > On cygwin, building bzr current emacs with
> > 
> >     ./autogen.sh
> >     ./configure --with-w32 --enable-check-lisp-object-type
> >     make bootstrap
> > 
> > reports following errors:
> > 
> > 1)
> >     make[1]: Entering directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
> >     gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/cygw32.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 cygw32.c
> >     cygw32.c: In function 'Fcygwin_convert_path_to_windows':
> >     cygw32.c:148:52: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
> >     cygw32.c: In function 'Fcygwin_convert_path_from_windows':
> >     cygw32.c:159:53: error: invalid operands to binary == (have 'Lisp_Object' and 'Lisp_Object')
> >     Makefile:325: recipe for target `cygw32.o' failed
> >     make[1]: *** [cygw32.o] Error 1
> >     make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
> >     Makefile:335: recipe for target `src' failed
> >     make: *** [src] Error 2
> > 
> > 
> > 2)
> >     gcc -std=gnu99 -c  -Demacs  -I. -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src  -I../lib -I/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src/../lib           -I/usr/include/libxml2           -MMD -MF deps/w32fns.d -MP   -I/usr/include/p11-kit-1      -ggdb3 -O2 w32fns.c
> >     w32fns.c: In function 'w32_msg_pump':
> >     w32fns.c:2427:8: error: conversion to non-scalar type requested
> >     w32fns.c:2427:8: error: conversion to non-scalar type requested
> >     w32fns.c:2435:3: error: conversion to non-scalar type requested
> >     Makefile:325: recipe for target `w32fns.o' failed
> >     make[1]: *** [w32fns.o] Error 1
> >     make[1]: Leaving directory `/home/foo/Checkout/bzr.savannah.gnu.org/emacs/local/src'
> >     Makefile:335: recipe for target `src' failed
> >     make: *** [src] Error 2
> 
> Should be fixed in revision 110567.  Please test, I don't have Cygwin
> installed.

EQ (absolute_p, Qnil) can be replaced by NILP (absolute_p).




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 19 Nov 2012 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 11 years and 169 days ago.

Previous Next


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