From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Harald.Maier.BW@t-online.de Newsgroups: gmane.emacs.devel Subject: Re: Updated patch for Windows implementation of play-sound-internal Date: Tue, 05 Nov 2002 21:29:01 +0100 Sender: emacs-devel-admin@gnu.org Message-ID: References: <200211051515.gA5FFxCB008791@smtp-server1.tampabay.rr.com> Reply-To: Harald Maier NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1036528701 24366 80.91.224.249 (5 Nov 2002 20:38:21 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 5 Nov 2002 20:38:21 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 189ASl-0006KE-00 for ; Tue, 05 Nov 2002 21:38:15 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 189Aav-0004la-00 for ; Tue, 05 Nov 2002 21:46:41 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10) id 189ALs-0002WR-00; Tue, 05 Nov 2002 15:31:08 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10) id 189AK7-0002DI-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 15:29:19 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10) id 189AK3-0002Cf-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 15:29:18 -0500 Original-Received: from mailout02.sul.t-online.com ([194.25.134.17]) by monty-python.gnu.org with esmtp (Exim 4.10) id 189AK3-0002CY-00 for emacs-devel@gnu.org; Tue, 05 Nov 2002 15:29:15 -0500 Original-Received: from fwd11.sul.t-online.de by mailout02.sul.t-online.com with smtp id 189AK2-0000PV-09; Tue, 05 Nov 2002 21:29:14 +0100 Original-Received: from HESTIA (320041125923-0001@[217.82.73.224]) by fwd11.sul.t-online.com with esmtp id 189AJr-0SopncC; Tue, 5 Nov 2002 21:29:03 +0100 Original-To: bkey1@tampabay.rr.com In-Reply-To: <200211051515.gA5FFxCB008791@smtp-server1.tampabay.rr.com> (bkey1@tampabay.rr.com's message of "Tue, 5 Nov 2002 10:15:59 US/Eastern") Original-Lines: 24 User-Agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92 (i386-mingw-nt5.0.2195) X-Sender: 320041125923-0001@t-dialin.net Errors-To: emacs-devel-admin@gnu.org X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.0.11 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.emacs.devel:9145 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:9145 bkey1@tampabay.rr.com writes: > "Harald Maier" Writes >> I tried your patch and it works fine. But applying of the >> dopatch_21.3.sh script did not enable the sound in the config.nt >> file. I had to add >> >> #define HAVE_SOUND 1 >> >> to the config.nt file. Maybe this needs adjustment. > > My patch does not enable sound via config.nt, at least not directly. Instead, > the line > #define HAVE_SOUND 1 > is added to src/s/ms-w32.h. > > ms-w32.h is included by config.nt on line 292. Therefore, the change you made > is unnecessary. I tried it again with a new checkout and now it works fine. I don't know what I did wrong. Maybe the sequence of calling configure and your script dopatch*.sh. Thanks for the reply. Harald