From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Angelo Graziosi Newsgroups: gmane.emacs.devel Subject: Configure failure with current trunk [Cygwin?] Date: Fri, 16 May 2014 20:23:22 +0200 Message-ID: <5376579A.9040702@alice.it> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1400264644 4008 80.91.229.3 (16 May 2014 18:24:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 16 May 2014 18:24:04 +0000 (UTC) Cc: eggert@cs.ucla.edu To: Emacs developers Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri May 16 20:23:59 2014 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 1WlMnV-0005q0-CW for ged-emacs-devel@m.gmane.org; Fri, 16 May 2014 20:23:57 +0200 Original-Received: from localhost ([::1]:37241 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlMnU-00088o-T6 for ged-emacs-devel@m.gmane.org; Fri, 16 May 2014 14:23:56 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlMnM-00088f-Cr for emacs-devel@gnu.org; Fri, 16 May 2014 14:23:55 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WlMnF-0002TV-MJ for emacs-devel@gnu.org; Fri, 16 May 2014 14:23:48 -0400 Original-Received: from smtp203.alice.it ([82.57.200.99]:27480) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WlMnF-0002T1-AW for emacs-devel@gnu.org; Fri, 16 May 2014 14:23:41 -0400 Original-Received: from [192.168.1.102] (79.3.228.183) by smtp203.alice.it (8.6.060.28) (authenticated as angelo.graziosi@alice.it) id 52EABF4C0E49604D; Fri, 16 May 2014 20:23:38 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.99 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:171893 Archived-At: On Cygwin, with trunk rev. 117116, this occurs: ./autogen.sh Checking whether you have the necessary tools... (Read INSTALL.REPO for more details on building Emacs) Checking for autoconf (need at least version 2.65)... ok Checking for automake (need at least version 1.11)... ok Your system has the required tools. Running 'autoreconf -fi -I m4' ... configure.ac:674: installing 'build-aux/compile' configure.ac:452: installing 'build-aux/config.guess' configure.ac:452: installing 'build-aux/config.sub' configure.ac:106: installing 'build-aux/install-sh' configure.ac:106: installing 'build-aux/missing' lib/Makefile.am: installing 'build-aux/depcomp' You can now run './configure'. ./configure [...] checking for sys/soundcard.h... yes checking for soundcard.h... no checking for _oss_ioctl in -lossaudio... no checking for ALSA... no configure: error: pkg-config found alsa, but it does not compile. See config.log for error messages. The trunk r. 117107 does not has these issues... Ciao, Angelo.