From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18795 invoked by alias); 8 Nov 2013 11:21:26 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 18785 invoked by uid 89); 8 Nov 2013 11:21:26 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=AWL,BAYES_50,RDNS_NONE,SPAM_SUBJECT,SPF_SOFTFAIL,URIBL_BLOCKED autolearn=no version=3.3.2 X-HELO: mtaout20.012.net.il Received: from Unknown (HELO mtaout20.012.net.il) (80.179.55.166) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 08 Nov 2013 11:21:23 +0000 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0MVX00K00ZEOEC00@a-mtaout20.012.net.il> for gdb-patches@sourceware.org; Fri, 08 Nov 2013 13:20:48 +0200 (IST) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0MVX00K5BZINBG70@a-mtaout20.012.net.il>; Fri, 08 Nov 2013 13:20:48 +0200 (IST) Date: Fri, 08 Nov 2013 11:43:00 -0000 From: Eli Zaretskii Subject: Re: [RFC 2/6] Avoid missing char before incomplete sequence in wchar_iterate. In-reply-to: <"007201cedc72$46a78810$d3f69830$@muller"@ics-cnrs.unistra.fr> To: Pierre Muller Cc: tromey@redhat.com, keiths@redhat.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: <8361s35ed9.fsf@gnu.org> References: <"002901cebaf2$35ec65a0$a1c530e0$@muller"@ics-cnrs.unistra.fr> <"002f01cebaf2$aac80410$00580c30$@muller"@ics-cnrs.unistra.fr> <524A2316.8020607@redhat.com> <33559.6669152894$1380631692@news.gmane.org> <87y5511afe.fsf@fleche.redhat.com> <"007201cedc72$46a78810$d3f69830$@muller"@ics-cnrs.unistra.fr> X-IsSubscribed: yes X-SW-Source: 2013-11/txt/msg00228.txt.bz2 > From: "Pierre Muller" > Cc: "'Keith Seitz'" , "'gdb-patches'" > Date: Fri, 8 Nov 2013 12:04:18 +0100 > > I had big troubles getting a gdb with mingw32 python library > included (still had to tweak the configure script to > convert Windows style paths to cygwin style..) Not sure why you needed to do that. Just install the Python DLL from somewhere (e.g., as part of installation of a native Windows Python interpreter), then point GDB's configure to that DLL using the --with-python switch at configure time. That's what I do, and have yet to see any problems with building GDB with Python support.