Re: [Kicad-developers] Profligacy of messages/ link errors building 5.99 on Windows 10/Msys

2020-07-24 Thread Brian Piccioni
FWIW I realized that I didn't need a debug version of the code in order to resolve my merge issues so I built a Release version with no troubles. In a way I'm glad I reported this because it could have been a problem later on and at least the people who know what SWIG is and can do something

Re: [Kicad-developers] Output Generation automation

2020-07-24 Thread Jon Evans
Hi Fabien, I know Ian had some thoughts about this so hopefully he has a chance to review this document soon and reply. We have not been using MRs to discuss specifications previously, so I would say we can keep the discussion in that document until people actually start writing code (unless the

Re: [Kicad-developers] Profligacy of messages/ link errors building 5.99 on Windows 10/Msys

2020-07-24 Thread Wayne Stambaugh
It's probably too late to tell swig not to wrap everything. We should have only wrapped the objects that we wanted to expose to scripting langauages but that is a lot more work. That being said, swig only wraps what we tell it to wrap so if we don't want something wrapped then we need to let

Re: [Kicad-developers] Profligacy of messages/ link errors building 5.99 on Windows 10/Msys

2020-07-24 Thread Wayne Stambaugh
I filed a issue[1] for this. Just to add insult to injury, clang wont work because something changed in libcontext that causes it to choke. The hits just keep on coming. [1]: https://gitlab.com/kicad/code/kicad/-/issues/4967 On 7/22/2020 6:39 PM, Jon Evans wrote: > If it is the commit I made