From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: --with-gtk as default? Date: Thu, 01 Mar 2007 08:22:23 +0100 Message-ID: <45E67F2F.7030305@swipnet.se> References: <85wt23idxi.fsf@lola.goethe.zz> <85649ni9h8.fsf@lola.goethe.zz> <85d53u7q2f.fsf@lola.goethe.zz> <45E52FF1.4010600@swipnet.se> <45E5FEF4.3010804@gnu.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1172733819 14013 80.91.229.12 (1 Mar 2007 07:23:39 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 07:23:39 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: Jason Rumney Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 08:23:29 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 1HMfdR-00083k-7X for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 08:23:29 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMfdS-0005zW-ET for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 02:23:30 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMfcl-0005h6-FT for emacs-devel@gnu.org; Thu, 01 Mar 2007 02:22:47 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMfcj-0005gU-Rb for emacs-devel@gnu.org; Thu, 01 Mar 2007 02:22:46 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMfcj-0005gN-Fp for emacs-devel@gnu.org; Thu, 01 Mar 2007 02:22:45 -0500 Original-Received: from av8-1-sn3.vrr.skanova.net ([81.228.9.183]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMfcg-0003NR-12; Thu, 01 Mar 2007 02:22:42 -0500 Original-Received: by av8-1-sn3.vrr.skanova.net (Postfix, from userid 502) id BD5E338089; Thu, 1 Mar 2007 08:22:40 +0100 (CET) Original-Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av8-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 98F8A38062; Thu, 1 Mar 2007 08:22:40 +0100 (CET) Original-Received: from husetbladh.homeip.net (81-235-205-78-no59.tbcn.telia.com [81.235.205.78]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 81A9C37E45; Thu, 1 Mar 2007 08:22:40 +0100 (CET) User-Agent: Thunderbird 1.5.0.9 (X11/20070212) In-Reply-To: <45E5FEF4.3010804@gnu.org> X-detected-kernel: Linux 2.4-2.6 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:67107 Archived-At: Jason Rumney skrev: > Eli Zaretskii wrote: >> Therefore, the problem you found in the Cygwin build wrt GTK+ and its >> use of memalign can never happen in the native Windows build of Emacs, >> no matter if that native build used Cygwin GCC or any other compiler. >> > > Not with GTK, but I think the underlying problem is the same as we > encountered a few months ago trying to get Emacs compiling with the > latest version of msvc when we tried linking with the DLL version of the > Microsoft C Library. How was that issue resolved? Jan D.