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: building emacs-dynamic-modules on Windows Msys64 mingw32 Date: Mon, 27 Oct 2014 14:13:50 +0100 Message-ID: References: <85oat19ksm.fsf@stephe-leake.org> <83bnp064k3.fsf@gnu.org> <85h9ys9vzz.fsf@stephe-leake.org> <83siic48hw.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1414415670 12632 80.91.229.3 (27 Oct 2014 13:14:30 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 27 Oct 2014 13:14:30 +0000 (UTC) Cc: Stephen Leake , Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Oct 27 14:14:23 2014 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 1Xik7m-0004Jf-DA for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2014 14:14:18 +0100 Original-Received: from localhost ([::1]:33668 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xik7l-0004Lm-VS for ged-emacs-devel@m.gmane.org; Mon, 27 Oct 2014 09:14:17 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:55033) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xik7Y-0004LU-6l for emacs-devel@gnu.org; Mon, 27 Oct 2014 09:14:05 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xik7U-0007vE-AD for emacs-devel@gnu.org; Mon, 27 Oct 2014 09:14:04 -0400 Original-Received: from mail-qg0-x233.google.com ([2607:f8b0:400d:c04::233]:32926) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xik7N-0007uH-Ti; Mon, 27 Oct 2014 09:13:53 -0400 Original-Received: by mail-qg0-f51.google.com with SMTP id j5so1599586qga.24 for ; Mon, 27 Oct 2014 06:13:51 -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:content-transfer-encoding; bh=oprYpBeEjG6gHhPBb1OC6Zug3wy5FmdKS9uWSp/aX9w=; b=y+U0t9s0gIFqNleP+f0vrkEVWs8MNcCNX1JWLuFLEvuQcP93bsD/A/A5ee46u+goNh ghP4jiVi/gXubTAHWN0X/BcOlL8WL88wUvG3N9Ap2UMlx4xAwITbKUNH+06npuJxhzT1 iqdI1Jlnq4jS8WbMn9BO74NWCUMofElHAyDzb9SM/xXFxUnyRpwUNYP6bkO9TiA305OX Q5hre4TXcztsCl2LDBORqmWs2OM4GhHp/eRHeoWID3pm2W+beE5wnWVXlABFIyiGZSAS sU0GJg05P2oudTVoXn5kyPfBMHeq8/rWsl2ydgTJTsAM2BTtRl9hsev2x2nJnAfmDCx/ 89CA== X-Received: by 10.224.130.71 with SMTP id r7mr9198812qas.69.1414415631033; Mon, 27 Oct 2014 06:13:51 -0700 (PDT) Original-Received: by 10.140.95.34 with HTTP; Mon, 27 Oct 2014 06:13:50 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: iN89fw9mb2taBrdNRDtUEHTN3SA X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400d:c04::233 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:175890 Archived-At: On Sat, Oct 25, 2014 at 3:49 PM, Aur=C3=A9lien Aptel wrote: > My working directory builds successfully but it seems cloning the repo > breaks it. I suspect some files that are needed for the build were not > added (because of .gitignore maybe) when I created the repo from the > zip content. Indeed, it turns out lib-src/ctags.c is explicitely marked as ignored by lib-src/.gitignore but is present in the repo. Same thing for all the files in etc/icons which are ignored by etc/.gitignore. Is this a bug?