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: Building Emacs from a new MinGW environment Date: Sat, 14 Sep 2013 20:18:23 +0300 Message-ID: <83k3ijfhk0.fsf@gnu.org> References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1379179200 6017 80.91.229.3 (14 Sep 2013 17:20:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2013 17:20:00 +0000 (UTC) Cc: emacs-devel@gnu.org To: Dani Moncayo Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 14 19:20:02 2013 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 1VKtVp-0003mq-09 for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 19:20:01 +0200 Original-Received: from localhost ([::1]:54110 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKtVo-0001w5-IJ for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 13:20:00 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58653) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKtVg-0001vR-Nj for emacs-devel@gnu.org; Sat, 14 Sep 2013 13:19:58 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKtVa-0001sc-1N for emacs-devel@gnu.org; Sat, 14 Sep 2013 13:19:52 -0400 Original-Received: from mtaout20.012.net.il ([80.179.55.166]:51841) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKtVZ-0001sJ-Pt for emacs-devel@gnu.org; Sat, 14 Sep 2013 13:19:45 -0400 Original-Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MT400E00L67D500@a-mtaout20.012.net.il> for emacs-devel@gnu.org; Sat, 14 Sep 2013 20:18:32 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MT400EY7LEV45D0@a-mtaout20.012.net.il>; Sat, 14 Sep 2013 20:18:32 +0300 (IDT) In-reply-to: X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 X-Received-From: 80.179.55.166 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:163345 Archived-At: > Date: Sat, 14 Sep 2013 18:34:45 +0200 > From: Dani Moncayo > Cc: Emacs development discussions > > >> > If that doesn't work, perhaps PATH_DUMPLOADSEARCH has the wrong value > >> > (it comes from src/epaths.h). > >> > >> It's defined like this: > >> #define PATH_DUMPLOADSEARCH "/home/dani/emacs/emacs.git/lisp" > > > > This is wrong, it should be the full Windows file name starting with a > > drive letter. Looks like the epaths-force-w32 target in the top-level > > Makefile is not working correctly for some reason. It should convert > > the value of srcdir into a Windows d:/foo/bar format, and then replace > > @SRC@ in nt/epaths.nt with that value. > > I see, but alas, right now I don't know how to investigate this further. Add 'echo' to display the values. What is the value of srcdir in top-level Makefile? > > set auto-load safe-path c:/msys/home/dani > > > > (I always disable this nuisance by using "/" as the argument.) > > I just tried that too. The warning disappears, but the xtype/xstring > commands remain undefined. "source ./gdbinit" inside GDB should do the trick.