Re: building gdb with TUI support on Windows
Ofir Cohen <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <CAHOBVAeGjDO4Vq8KqL-Xt6HoaTqbP+70zZ1gav-qVTO7amsLkg@mail.gmail.com> |
Hi Hannes, Thanks a lot for the reply. It seems like one has to hack his own way through the code, and concrete steps / further description will be very helpful in my case. > I only had to change tputs() a bit. Could you please describe what changes are required there? I just commented it out, but I'm not sure that's enough. > Since then I switched to pdcurses, it works much better (+faster) on windows. What environment and configuration did you use for building it? Do you just: ./configure --prefix=/mingw make make install and build gdb (in my case it's msys/msys2)? Or you needed to hack a little bit more (since PDCurses will not be found by default by configure) by adding for example some symbolic links from pdcurses libraries to ncurses? Thanks, Ofir Cohen On 28 December 2014 at 15:58, Hannes Domani <[email protected]> wrote: > Eli Zaretskii <[email protected]> schrieb am 19:32 Samstag, 27.Dezember 2014: >> > Date: Sat, 27 Dec 2014 14:39:46 +0000 (UTC) >> > From: Hannes Domani <[email protected]> >> > >> > You might want to check out this link (plus the comments): >> > http://opensourcepack.blogspot.co.at/2012/02/gdb-74-with-tui-win32.html >> >> Thank. May I encourage you to report those problems with the patches? >> It would be nice to have them upstream (the latest version of GDB is >> 7.8.1, with 7.9 looming). > > I forgot that I only had these problems with ncurses. > Since then I switched to pdcurses, it works much better (+faster) on windows. > > I only had to change tputs() a bit.