niXman / mingw-builds

Scripts for building the 32 and 64-bit MinGW-W64 compilers for Windows
Other
282 stars 107 forks source link

No gdb tui? #632

Closed quadro9 closed 12 months ago

quadro9 commented 1 year ago

https://github.com/niXman/mingw-builds-binaries/issues/33 is it possible to enable tui?

niXman commented 1 year ago

@here guys, does anyone remember why we build gdb without TUI support?

niXman commented 1 year ago

@quadro9 you cat try it yourself. just change this line to --enable-tui and start to build a toolchain.

can you?

quadro9 commented 1 year ago

well, i'd like to have a ready build with tui, without build it myself ) as I know msys made builds with tui, so it is strange that here it is disabled

niXman commented 1 year ago

done: https://github.com/niXman/mingw-builds/commit/a8243588e5b54a8a69707bb53e79e5f6462b1eec

bootstrapped locally - OK. will be avail in the next releases.