From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: Help: build emacs in cygwin Date: Tue, 13 Mar 2007 06:22:47 +0200 Message-ID: References: <20070308160119.496@henman-np.b-eng.it.to-be.co.jp> <20070313091742.380@henman-np.b-eng.it.to-be.co.jp> Reply-To: Eli Zaretskii NNTP-Posting-Host: lo.gmane.org X-Trace: sea.gmane.org 1173759778 17669 80.91.229.12 (13 Mar 2007 04:22:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Tue, 13 Mar 2007 04:22:58 +0000 (UTC) Cc: offby1@blarg.net, emacs-devel@gnu.org To: "djh" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 13 05:22:51 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1HQyXD-0005YA-3d for ged-emacs-devel@m.gmane.org; Tue, 13 Mar 2007 05:22:51 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQyXw-0000Kf-Bm for ged-emacs-devel@m.gmane.org; Mon, 12 Mar 2007 23:23:36 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HQyXi-0000JB-61 for emacs-devel@gnu.org; Tue, 13 Mar 2007 00:23:22 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HQyXg-0000Gc-Li for emacs-devel@gnu.org; Tue, 13 Mar 2007 00:23:21 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HQyXg-0000Fr-3E for emacs-devel@gnu.org; Mon, 12 Mar 2007 23:23:20 -0500 Original-Received: from nitzan.inter.net.il ([213.8.233.22]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HQyWw-0003zK-3J for emacs-devel@gnu.org; Tue, 13 Mar 2007 00:22:34 -0400 Original-Received: from HOME-C4E4A596F7 (IGLD-84-228-247-160.inter.net.il [84.228.247.160]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GHD81233 (AUTH halo1); Tue, 13 Mar 2007 06:22:25 +0200 (IST) In-reply-to: <20070313091742.380@henman-np.b-eng.it.to-be.co.jp> X-detected-kernel: FreeBSD 4.7-5.2 (or MacOS X 10.2-10.4) (2) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:67845 Archived-At: > Cc: , > From: "djh" > Date: Tue, 13 Mar 2007 09:17:42 +0900 > > > > I successfully build emacs from cvs source code on February 21st, > > > using cygwin's native environment. > > > > Could you please tell what compiler version you used? And what Cygwin > > version? > > gcc (GCC) 3.4.4 (cygming special, gdc 0.12, using dmd 0.125) Strange, that's the version that caused lots of trouble to Angelo Graziosi. Also, he reported problems with debug info generated by 3.4.4-2 (can you debug your binary?). > cygwin version : CYGWIN_NT-5.1 1.5.24(0.156/4/2) 2007-01-31 10:57 Is this the latest version of Cygwin? > > The GTK+ build with Cygwin is still broken, unfortunately. > > > > One way of solving that would be to convince the Cygwin developers to > > treat memalign specially as they do with malloc. If someone has > > influence on how Cygwin is developed, please ask them. > > I'll bring it up. Thanks. Thanks.