From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jarek Czekalski Newsgroups: gmane.emacs.devel Subject: after r114507 cannot build on msys Date: Thu, 31 Oct 2013 18:44:17 +0100 Message-ID: <527296F1.9020300@poczta.onet.pl> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1383241471 13687 80.91.229.3 (31 Oct 2013 17:44:31 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 31 Oct 2013 17:44:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 31 18:44:36 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1VbwIL-0001VB-Pl for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 18:44:33 +0100 Original-Received: from localhost ([::1]:58629 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbwIL-000787-5i for ged-emacs-devel@m.gmane.org; Thu, 31 Oct 2013 13:44:33 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46323) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbwIC-00076c-8O for emacs-devel@gnu.org; Thu, 31 Oct 2013 13:44:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VbwI6-0000ob-MI for emacs-devel@gnu.org; Thu, 31 Oct 2013 13:44:24 -0400 Original-Received: from smtpo15.poczta.onet.pl ([213.180.142.146]:52076) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VbwI6-0000ls-Bo for emacs-devel@gnu.org; Thu, 31 Oct 2013 13:44:18 -0400 Original-Received: from [192.168.17.9] (cj.e-siemianowice.pl [95.215.234.30]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jarekczek@poczta.onet.pl) by smtp.poczta.onet.pl (Onet) with ESMTPSA id 3d9YnC4GZfzZD1F1 for ; Thu, 31 Oct 2013 18:44:14 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=poczta.onet.pl; s=2011; t=1383241455; bh=GH+Cp/ndgNOjG/y3WnbMQHpMal25lppgr6XmafbSX2s=; h=Message-ID:Date:From:MIME-Version:To:Subject:Content-Type: Content-Transfer-Encoding; b=GOiUbzCD1KHGbBEy7sRtwYJn5S23ynbEKLbFx+sqVoPdrARdOTTvYeFih2739iQF2 3sxB1ABlh+inmz0n9iG7DfwEd3NE4T6j7LA9mcp3YX+IIp/jCOf5AKgIu/YM4y2fQF 2d1jfxOR739w2lq2iClujgc+E10KgWRUw9wbVjp0= User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:15.0) Gecko/20120824 Thunderbird/15.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 213.180.142.146 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:164740 Archived-At: In r114506 configure say dup2: yes. In r114507: dup2: no configure:22632: checking whether dup2 works configure:22691: gcc -I /c/Temp/src/emacs/nt/inc -std=gnu99 -o conftest.exe -g3 -O2 -gdwarf-2 -mtune=pentium4 conftest.c >&5 configure:22691: $? = 0 configure:22691: ./conftest.exe configure:22691: $? = 2 configure: program exited with status 2 configure: failed program was: When it tries to build dup2.c it cannot find msvc-inval.h - I don't have such file. Previously this was not build, because dup2 was detected ok. I have libcrtdll from mingw-runtime-3.14.tar. In this file is dup2 function. Any hints? I know 114507 added new tests to dup2, but I wonder whether my dup2 is really invalid or is it a bug in configure? What are the impressions of other mingw builders? Jarek