all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: OKAZAKI Tetsurou <okazaki.tetsurou@gmail.com>
To: 12661@debbugs.gnu.org
Subject: bug#12661: 24.2.50; Build error with --with-w32 --enable-check-lisp-object-type
Date: Wed, 17 Oct 2012 06:57:14 +0900	[thread overview]
Message-ID: <86r4oydqrp.wl%%5253605f36527b613438407bc85287410830e04c@gmail.com> (raw)


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	other threads:[~2012-10-16 21:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-16 21:57 OKAZAKI Tetsurou [this message]
2012-10-17 15:40 ` bug#12661: 24.2.50; Build error with --with-w32 --enable-check-lisp-object-type Eli Zaretskii
2012-10-21 22:38   ` OKAZAKI Tetsurou

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86r4oydqrp.wl%%5253605f36527b613438407bc85287410830e04c@gmail.com \
    --to=okazaki.tetsurou@gmail.com \
    --cc=12661@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.