Thanks for the heads up -- this started me a bit down a rabbit hole. I've swapped out the winbuilder mingw with the "mingw-w64-dgn" personal build. He's got wxwidgets-3.0.1 pre-built. This brought gcc up to 4.8.3 (could have went the 4.9.0 way -- but decided to stay within the 4.8.x) and moved to an x64 compiler.
This exposes a few pointers that need to be retyped for x64 - I'm working through that. Also, the dgn build doesn't come with OpenMP out-of-the-box. I think I have to install llvm perhaps. Not a big deal - only ratsnest uses is thus far in my compile -- so I #undef'd OpenMP out of the src. I've got it queued to go back and "unpatch" that - but at this point I'm just trying to sort through a w64 build. I'm sure this has been done many times over by others. Regards, Jason On Sun, Jun 29, 2014 at 7:58 AM, Dick Hollenbeck <[email protected]> wrote: > > http://wxwidgets.org/news/2014/06/wxwidgets-3.0.1-released/ > > Is good news. I have seen quite a few bugs in the 3.0 release myself, and > stopped using > it after about a month. In my case, I simply use SVN HEAD. > > Might be a good idea if winbuilder would use this 3.0.1 version. > > Dick > > > _______________________________________________ > Mailing list: https://launchpad.net/~kicad-developers > Post to : [email protected] > Unsubscribe : https://launchpad.net/~kicad-developers > More help : https://help.launchpad.net/ListHelp >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

