Right on, thank you - that was a fast turn-around!doublemax wrote:Fix: https://github.com/wxWidgets/wxWidgets/ ... 3c828f9f25
Search found 4 matches
- Mon May 28, 2018 8:09 am
- Forum: Compiler / Linking / IDE Related
- Topic: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
- Replies: 9
- Views: 4168
Re: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
- Sun May 27, 2018 8:16 pm
- Forum: Compiler / Linking / IDE Related
- Topic: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
- Replies: 9
- Views: 4168
Re: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
Posted here: https://mail.google.com/mail/u/0?ui=2&i ... 0458987007doublemax wrote:In that case try posting on the wx-users group:
https://groups.google.com/forum/#!forum/wx-users
Thanks.
- Sun May 27, 2018 7:04 pm
- Forum: Compiler / Linking / IDE Related
- Topic: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
- Replies: 9
- Views: 4168
Re: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
Pretty much every new MinGW version breaks wxWidgets compilation, so usually it's not the best idea to use the latest MinGW version. Please open a ticket at http://trac.wxwidgets.org/ I would open a ticket but the trac software doesn't want to send me a verify email. My email is in this format: nam...
- Sun May 27, 2018 3:52 pm
- Forum: Compiler / Linking / IDE Related
- Topic: MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
- Replies: 9
- Views: 4168
MinGW-Builds 8.1.0 and WxWidgets 3.1.1 compile error
Using MinGW-Builds GCC 8.1.0: https://sourceforge.net/projects/mingw-w64/files/Toolchains%20targetting%20Win64/Personal%20Builds/mingw-builds/8.1.0/threads-posix/seh/ Using this build line for WxWidgets 3.1.1: mingw32-make -f makefile.gcc BUILD=release UNICODE=1 SHARED=1 MONOLITHIC=1 CFG=64 CXXFLAGS...