From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?Q?Aur=C3=A9lien_Aptel?= Newsgroups: gmane.emacs.devel Subject: Re: Dynamic loading progress Date: Thu, 22 Oct 2015 19:56:00 +0200 Message-ID: References: <83r3trulse.fsf@gnu.org> <54E0D7E0.305@87.69.4.28> <83h9unukbg.fsf@gnu.org> <54E0DEF8.7020901@dancol> <83egpruiyp.fsf@gnu.org> <54E0FF93.2000104@dancol.org> <5610ED13.1010406@dancol.org> <56117F37.9060808@dancol.org> <56259FDD.8040401@dancol.org> <87zizeme8k.fsf@tromey.com> <5625B166.3080104@dancol.org> <86zizdczhp.fsf@stephe-leake.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1445536584 29683 80.91.229.3 (22 Oct 2015 17:56:24 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 22 Oct 2015 17:56:24 +0000 (UTC) Cc: Eli Zaretskii , Daniel Colascione , Stephen Leake , Emacs development discussions , Tom Tromey To: Philipp Stephani Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu Oct 22 19:56:23 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZpK6A-0002ld-Em for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 19:56:22 +0200 Original-Received: from localhost ([::1]:33753 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpK64-0005s9-IK for ged-emacs-devel@m.gmane.org; Thu, 22 Oct 2015 13:56:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:45148) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpK5s-0005rs-0B for emacs-devel@gnu.org; Thu, 22 Oct 2015 13:56:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZpK5r-0002fH-Ao for emacs-devel@gnu.org; Thu, 22 Oct 2015 13:56:03 -0400 Original-Received: from mail-lf0-x230.google.com ([2a00:1450:4010:c07::230]:33315) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZpK5p-0002eq-Rq; Thu, 22 Oct 2015 13:56:02 -0400 Original-Received: by lffv3 with SMTP id v3so57204718lff.0; Thu, 22 Oct 2015 10:56:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=ceK6jOIDPJuSPq3akFNXxxZZz3iLjDZ11HdTWRkOebk=; b=d5hLsDv/hv4BLHjBvNBz6R7Frpb+0ZxYkYLPVkJS07mmRtkDI2wpMY/arH263YX8sj XxssstsJrPJxD3BpH3jcHQUUgYO6iJOd/xNFMLI8PAUXKbo6VRGZ1FdSabI+c98GfCnN s1KGrp6A2dDiKyRLUcPJQ4i/XZTCttfLdVoR63KEU96OvvjmjXm2vnIVeoJfrEHgk+2W VBM3wktCT0iEKgvA7TPo5GEhUOSMAdtnq5Tu3FJXsym1WHOr5oSo0+AfnSnOqsMvmXXx 1PffitMx5/pF4vkYGgDDkMgHBo+PVpOFXevOfxxOzkCzl7ahc2np2ZtdBC2iEdElJHru egYA== X-Received: by 10.25.85.202 with SMTP id j193mr5774542lfb.2.1445536560915; Thu, 22 Oct 2015 10:56:00 -0700 (PDT) Original-Received: by 10.112.167.73 with HTTP; Thu, 22 Oct 2015 10:56:00 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: a_cXQrrcTQ9ezbvx-EatYUvJHec X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c07::230 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:192413 Archived-At: I've finally compiled emacs on a Windows VM using msys2 & mingw-w64! After doing basically nothing (adding the proper $opsys check and setting HAVE_MODULES to "yes" in the configure script...) I was able to build and run successfully all test modules on Windows. Note that the modules makefile still hardcode the .so suffix for shared libraries (even though gcc ouputs regular PE DLLs) and loading them as-is works anyway. Neat. I'll change that, eventually.