User forums > Help

Is there a way of automatically configuring debugger on initial install?

<< < (5/6) > >>

nenin:

--- Quote from: ollydbg on July 31, 2021, 07:10:15 am ---https://winlibs.com/, if I remember correctly, this compiler suite supply GDB, but the GDB is not python enabled.

--- End quote ---
Yes, at that moment there is no python in winlibs GDB. Stand alone "pythonified" GDB can be found here: https://github.com/ssbssa/gdb/

AndrewCot:
Have either @ollydbg or @nenin successfully built wxwidget 3.1.5 with either of the GCC 11.2 compilers?

I tried last night to build wxWidget 3.1.5 with both GCC 11.2.0 compilers and they both failed with completely different issues on my setup, one hung on 'ar' and another had multiple definitions when it looked like it was near the end, but unfortunately the scroll back buffer was not large enough for me to scroll back to see what command the build was running that displayed the multiple defninitions. I also tried the wxWidget truck (be aware you need to g"git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets" due to linked sub projects), but it also failed to build.

BTW: I had major issues until I told my AV to bugger off with the install directory after I scanned the install files....grrrr.

ollydbg:

--- Quote from: AndrewCot on August 01, 2021, 03:06:34 am ---Have either @ollydbg or @nenin successfully built wxwidget 3.1.5 with either of the GCC 11.2 compilers?

I tried last night to build wxWidget 3.1.5 with both GCC 11.2.0 compilers and they both failed with completely different issues on my setup, one hung on 'ar' and another had multiple definitions when it looked like it was near the end, but unfortunately the scroll back buffer was not large enough for me to scroll back to see what command the build was running that displayed the multiple defninitions. I also tried the wxWidget truck (be aware you need to g"git clone --recurse-submodules https://github.com/wxWidgets/wxWidgets" due to linked sub projects), but it also failed to build.

BTW: I had major issues until I told my AV to bugger off with the install directory after I scanned the install files....grrrr.

--- End quote ---

Hi, for gytx's GCC 11.2, I also failed to build wxWidgets 3.1.5, some build issues are reported and identified here:

https://github.com/Guyutongxue/mingw-release/issues?q=

So, please use gytx's GCC 11.1. (see here: MinGW with GCC 11.1.0) This works OK for several months in my PC.

I haven't build the wxWidgets' trunk yet.

nenin:

--- Quote from: AndrewCot on August 01, 2021, 03:06:34 am ---Have either @ollydbg or @nenin successfully built wxwidget 3.1.5 with either of the GCC 11.2 compilers?

--- End quote ---
I have 32b compiler installed.  I can try.

AndrewCot:
@ollydbg, I spotted the issue and also spotted the wxwidget trunk included GCC 11 build fixes so I thought I would try, but it failed.

I did as suggested and tried the gytx's GCC 11.1.0 and it worked successfully with regards to building wxwidget 3.1.5 and CB with no issues The resulting CB runs okay in my 10 minutes testing I did.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version