This is the mail archive of the gdb@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: issue about building windows version of gdb with python support


On Wed, Jun 16, 2010 at 10:36 AM, Tom Tromey <tromey@redhat.com> wrote:
>>>>>> ">" == Asm gmail <asmwarrior@gmail.com> writes:
>
>>> Today, I have build a gdb.exe with python support under windows(i'm
>>> using TDMMinGW 4.5 dw2 version, I use the latest gdb snapshot 7.1.5
>>> 20100613, python 2.6.5).
> [...]
>>> E:\XXXX\python this is the root folder.
>>> Then E:\XXXX\python\include, this is the header directory.
>>> Then, the lib foldee was: E:\XXXX\python\libs ? ? ? ?(please note that
>>> the path name is"libs" not lib.)
>
> Hmm, I would have thought that the python-config.py stuff (in
> gdb/python/) would do the right thing here.

It should for ldflags I think, but the include files assume pythonX.Y/*.h.
I didn't want to bubble up all of python's headers to the top level
(crikey!) so I kept gdb's original way of including them.


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