Menu

#55 Capability of building GO with debug info without debug-enabled WxWidgets

Audio
closed
nobody
None
1
2018-01-04
2015-03-10
No

When I try to build GO with debug

cmake -DUNICODE=1 -DCMAKE_BUILD_TYPE=Debug -G "Unix Makefiles"

I receive an error message, because the package xGTK-devel from the Fedora repository comes without debuginfo.

After commenting out some lines in CMakeWxWidgetsInclude.txt that check wxWidgets_USE_DEBUG, I'm able to build and debug GO.

Coud you please eliminate checking wxWidgets_USE_DEBUG in the standard CMakeWxWidgetsInclude.txt?

Discussion

  • Martin Koegler

    Martin Koegler - 2018-01-04
    • status: open --> closed
     
  • Martin Koegler

    Martin Koegler - 2018-01-04

    Build system has changed. Only Release-Builds with Debug info are supported.

     
MongoDB Logo MongoDB