From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Juanma Barranquero Newsgroups: gmane.emacs.windows,gmane.emacs.devel Subject: Re: emacs-20100719 windows binaries Date: Mon, 19 Jul 2010 14:40:38 +0200 Message-ID: References: <87aapnoeh2.fsf@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1279544163 3102 80.91.229.12 (19 Jul 2010 12:56:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 19 Jul 2010 12:56:03 +0000 (UTC) Cc: help-emacs-windows@gnu.org, emacs-devel@gnu.org To: Sean Sieger Original-X-From: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Mon Jul 19 14:56:00 2010 Return-path: Envelope-to: gnu-help-emacs-windows@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Oapt2-0004Jn-AG for gnu-help-emacs-windows@m.gmane.org; Mon, 19 Jul 2010 14:56:00 +0200 Original-Received: from localhost ([127.0.0.1]:39517 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oapt1-0003hV-NL for gnu-help-emacs-windows@m.gmane.org; Mon, 19 Jul 2010 08:55:59 -0400 Original-Received: from [140.186.70.92] (port=54289 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Oapoh-0001uS-IV for help-emacs-windows@gnu.org; Mon, 19 Jul 2010 08:51:33 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OapeX-0004P7-JW for help-emacs-windows@gnu.org; Mon, 19 Jul 2010 08:41:02 -0400 Original-Received: from mail-bw0-f41.google.com ([209.85.214.41]:61011) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OapeW-0004OY-Av; Mon, 19 Jul 2010 08:41:00 -0400 Original-Received: by bwz9 with SMTP id 9so2900802bwz.0 for ; Mon, 19 Jul 2010 05:40:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type :content-transfer-encoding; bh=wYsijJtq5qGkDzjB35bDbQZoNjPhadVxOD4cfx5/lk0=; b=Wmuk3qgI8PEYeCknjkEpWR++6zMyXxI1kB2k3LDP/EKdWeAAtM9p959E80pYGIO+Il suKdLK9N8AYNq1SD8Il6y0uB/7PLlH2NsIzhW+JuRdk67DobIQ/a094VtBqrCzOc5JJD n+GK/LdgLTGD82glPPrEeTOddFs7PxbQvTITw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=ZfyZ2EdKansnX4OVegn4sM4TTJu2B+LQ0v+GfYOVPMD3r574GsOqfyyriFoJCHrtWL lYeV1ebwz2DJy71ID/Y/qE7bgkZnZYjz4z9RfCBD1YfWfnxpRqrkq4dkwaONysaLmCWO 7soMoZrOeYIf5xKVy3KyWAgBg3MNZLzJK5jWY= Original-Received: by 10.204.163.69 with SMTP id z5mr3897152bkx.167.1279543259003; Mon, 19 Jul 2010 05:40:59 -0700 (PDT) Original-Received: by 10.204.180.136 with HTTP; Mon, 19 Jul 2010 05:40:38 -0700 (PDT) In-Reply-To: <87aapnoeh2.fsf@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-emacs-windows@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussion forum for users of the GNU Emacs port to Windows List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Errors-To: help-emacs-windows-bounces+gnu-help-emacs-windows=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.windows:4683 gmane.emacs.devel:127574 Archived-At: On Mon, Jul 19, 2010 at 14:14, Sean Sieger wrote: > The trunk was built and runs successfully on Windows. =C2=A0Binaries have > been published in > > http://alpha.gnu.org/gnu/emacs/windows/ As your binaries are non-optimized builds for testing purposes, may I suggest building with new option --enable-checking from now on? (Assuming you weren't already defining ENABLE_CHECKING and XASSERTS by hand). =C2=A0 =C2=A0 Juanma