From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dani Moncayo Newsgroups: gmane.emacs.devel Subject: Re: Building Emacs from a new MinGW environment Date: Sat, 14 Sep 2013 18:34:45 +0200 Message-ID: References: <83sixwfdjk.fsf@gnu.org> <834n9nhhp6.fsf@gnu.org> <83ppsbfoe7.fsf@gnu.org> <83mwnffkom.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: ger.gmane.org 1379176490 23035 80.91.229.3 (14 Sep 2013 16:34:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 14 Sep 2013 16:34:50 +0000 (UTC) Cc: Emacs development discussions To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Sep 14 18:34:53 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 1VKso8-0007al-2n for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 18:34:52 +0200 Original-Received: from localhost ([::1]:54022 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKso7-0005gg-Me for ged-emacs-devel@m.gmane.org; Sat, 14 Sep 2013 12:34:51 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:54132) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKso5-0005ga-2K for emacs-devel@gnu.org; Sat, 14 Sep 2013 12:34:49 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VKso4-0007ju-84 for emacs-devel@gnu.org; Sat, 14 Sep 2013 12:34:48 -0400 Original-Received: from mail-lb0-x22f.google.com ([2a00:1450:4010:c04::22f]:46331) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VKso2-0007jV-M0; Sat, 14 Sep 2013 12:34:46 -0400 Original-Received: by mail-lb0-f175.google.com with SMTP id y6so2958194lbh.20 for ; Sat, 14 Sep 2013 09:34:45 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=GdOF8OwQtUML+vkuGoGMljTnCoWV/m1mYf4NaIXXsBE=; b=TNr8QNMZAPZKh2JwtX9NfL0wOQd62qUM1LFkmPTzeLqRSCjQxkeFNRc3j4pCz51cxQ dCwDT1EUZhgKKsyp4XCntRqqzlue8c/5vgGs1AamMG9qtbbIUjp5qpGWQb92Ai0x4OQk Ddw/6aOh6eT06TUKtYtwhZIh8KAGnllBR+oS4hjOb7kfYvflea8z5EQNmhqeoDbffZF3 UR7aRyjIMhiNJAJO53kcKeqqHdAkCLiNgSKefSYk3zDMFGuL4LEpehumA1KPt5mw+NNf s4Hbd9KnqgrTW5ypjLiuNBaXY3pz2X2YYxC7dGk/SjmB6BChWvYoOxb6d2CpuvutFirc MnVg== X-Received: by 10.152.120.73 with SMTP id la9mr16120132lab.3.1379176485460; Sat, 14 Sep 2013 09:34:45 -0700 (PDT) Original-Received: by 10.114.176.231 with HTTP; Sat, 14 Sep 2013 09:34:45 -0700 (PDT) In-Reply-To: <83mwnffkom.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22f 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:163344 Archived-At: >> > 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. >> and after looking at that node in the GDB manual, I created a file >> ~/.gdbinit with this line: >> add-auto-load-safe-path C:\msys\home\dani >> >> That removes the warning issued by gdb at startup, but the "xtype" and >> "xstring" commands remain unknown to gdb. What am I doing wrong? > > I'd try this instead: > > 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. It seems that today is not my day :( -- Dani Moncayo