This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFC 2/6] Avoid missing char before incomplete sequence in wchar_iterate.


> From: "Pierre Muller" <pierre.muller@ics-cnrs.unistra.fr>
> Cc: "'Keith Seitz'" <keiths@redhat.com>,        "'gdb-patches'" <gdb-patches@sourceware.org>
> 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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]