From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: --with-gtk as default? Date: Thu, 01 Mar 2007 08:44:10 +0000 Message-ID: <45E6925A.5020804@gnu.org> References: <85wt23idxi.fsf@lola.goethe.zz> <85649ni9h8.fsf@lola.goethe.zz> <85d53u7q2f.fsf@lola.goethe.zz> <45E52FF1.4010600@swipnet.se> <45E5FEF4.3010804@gnu.org> <45E67F2F.7030305@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Trace: sea.gmane.org 1172738699 7631 80.91.229.12 (1 Mar 2007 08:44:59 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 1 Mar 2007 08:44:59 +0000 (UTC) Cc: Eli Zaretskii , emacs-devel@gnu.org To: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Mar 01 09:44:50 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 1HMgu9-0007Wm-DM for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 09:44:49 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMguA-0005Iu-Q5 for ged-emacs-devel@m.gmane.org; Thu, 01 Mar 2007 03:44:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HMgtg-0005IE-Ln for emacs-devel@gnu.org; Thu, 01 Mar 2007 03:44:20 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HMgte-0005Hg-Mr for emacs-devel@gnu.org; Thu, 01 Mar 2007 03:44:20 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HMgte-0005Hd-CJ for emacs-devel@gnu.org; Thu, 01 Mar 2007 03:44:18 -0500 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.52) id 1HMgtd-0006Pv-C3; Thu, 01 Mar 2007 03:44:17 -0500 Original-Received: from [127.0.0.1] (host81-149-25-51.in-addr.btopenworld.com [81.149.25.51]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 8A1AD55F37; Thu, 1 Mar 2007 08:44:16 +0000 (GMT) User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) In-Reply-To: <45E67F2F.7030305@swipnet.se> 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:67112 Archived-At: Jan Dj=E4rv wrote: >> Not with GTK, but I think the underlying problem is the same as we=20 >> encountered a few months ago trying to get Emacs compiling with the=20 >> latest version of msvc when we tried linking with the DLL version of=20 >> the Microsoft C Library. > > How was that issue resolved? It wasn't. Emacs still does not build with the latest Microsoft=20 compiler. The solution is to use static libraries rather than dynamic,=20 but the multithreaded static library was missing some functions we need,=20 and the singlethreaded static library, which is what we use with earlier=20 versions of the Microsoft compiler, has been removed from the latest=20 release.