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: Re: Sound support enabled on Cygwin Date: Sun, 28 Sep 2014 11:48:04 +0200 Message-ID: <5427D954.8080008@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 1411898109 25354 80.91.229.3 (28 Sep 2014 09:55:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 28 Sep 2014 09:55:09 +0000 (UTC) To: Emacs developers , Ken Brown Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Sep 28 11:55:02 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 1XYBC1-00065q-F7 for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 11:55:01 +0200 Original-Received: from localhost ([::1]:59026 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBC1-000239-5Y for ged-emacs-devel@m.gmane.org; Sun, 28 Sep 2014 05:55:01 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:38704) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBBi-00022n-4s for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:54:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XYBBV-0000Dd-62 for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:54:42 -0400 Original-Received: from smtp202.alice.it ([82.57.200.98]:2774) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XYBBU-0000CJ-Vw for emacs-devel@gnu.org; Sun, 28 Sep 2014 05:54:29 -0400 Original-Received: from [192.168.1.101] (79.47.230.113) by smtp202.alice.it (8.6.060.43) (authenticated as angelo.graziosi@alice.it) id 540D839705D472DB; Sun, 28 Sep 2014 11:48:26 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 82.57.200.98 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:174760 Archived-At: Ken Brown wrote: > In bzr revision 117968 on the trunk I enabled sound support on Cygwin. Usually, in my builds I find ... checking for pkg-config... /usr/bin/pkg-config checking pkg-config is at least version 0.9.0... yes checking for machine/soundcard.h... no checking for sys/soundcard.h... yes checking for soundcard.h... no checking for mmsystem.h... no checking for _oss_ioctl in -lossaudio... no checking for ALSA... no checking for sys/systeminfo.h... no checking for sys/sysinfo.h... yes ... so, should we install additional packages? Which? Thanks, Angelo.