Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread Brian Piccioni
Wayne Thanks for the suggestion! It didn't take that much time to build. When it was done, the output file had a different extension. pacman -U mingw-w64-x86_64-wxPython-3.0.2.0-9-any.pkg.tar.zst I am now trying to compile origin/master. On 2020-05-25 11:28 a.m., Wayne Stambaugh wrote:

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread Wayne Stambaugh
I've had this problem the last couple of times that a new build of the wxWidgets package was released. You will have to checkout a copy of the mingw package repo on github and rebuild the wxPython package with the latest compiler (gcc 10) to fix the ABI warning. It's not terribly difficult just

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread Brian Piccioni
I did  that and got a weird error from cmake to the effect it wanted to build MSVS make files (from long, long, long ago). I deleted all CMakeCacke.txt on my system. I decided to run pacman -Syuu and it did a small update. I then ran the cmake script without scripting off cmake

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread jp charras
Le 25/05/2020 à 15:33, Brian Piccioni a écrit : > Unfortunately, while we seem to get past the libngspice-0.dll problem with > the fix, the old workaround  for the python problem no longer works. > > cmake -DCMAKE_BUILD_TYPE=Debug \ > -DKICAD_SCRIPTING=OFF\ I believe this

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread Brian Piccioni
Unfortunately, while we seem to get past the libngspice-0.dll problem with the fix, the old workaround  for the python problem no longer works. cmake -DCMAKE_BUILD_TYPE=Debug \ -DKICAD_SCRIPTING=OFF\ I believe this used to get around the pyhton mismatch. -G "Eclipse CDT4

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread Nick Østergaard
I think you need to make a PR for msys2 with a pkgver bump, if they merge it I assume it will appear in https://packages.msys2.org/queue and it may be easier to poke them to let it rebuild. :/ On Mon, 25 May 2020 at 12:57, jp charras wrote: > > Le 23/05/2020 à 17:55, jp charras a écrit : > > Le

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-25 Thread jp charras
Le 23/05/2020 à 17:55, jp charras a écrit : > Le 23/05/2020 à 17:35, Wayne Stambaugh a écrit : >> There is definitely something wrong but I'm not sure where the issue is. >> I downgraded both cmake a couple of versions but cmake started >> complaining about missing libraries. I even modified

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-24 Thread Brian Piccioni
I am glad to hear it wasn't finger trouble on my part at least. On 2020-05-23 11:55 a.m., jp charras wrote: Le 23/05/2020 à 17:35, Wayne Stambaugh a écrit : There is definitely something wrong but I'm not sure where the issue is. I downgraded both cmake a couple of versions but cmake started

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-23 Thread Wayne Stambaugh
On 5/23/20 11:55 AM, jp charras wrote: > Le 23/05/2020 à 17:35, Wayne Stambaugh a écrit : >> There is definitely something wrong but I'm not sure where the issue is. >> I downgraded both cmake a couple of versions but cmake started >> complaining about missing libraries. I even modified

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-23 Thread jp charras
Le 23/05/2020 à 17:35, Wayne Stambaugh a écrit : > There is definitely something wrong but I'm not sure where the issue is. > I downgraded both cmake a couple of versions but cmake started > complaining about missing libraries. I even modified Findngspice.cmake > with the absolute path to

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-23 Thread Wayne Stambaugh
There is definitely something wrong but I'm not sure where the issue is. I downgraded both cmake a couple of versions but cmake started complaining about missing libraries. I even modified Findngspice.cmake with the absolute path to libngspice-0.dll and it still didn't work so something is

Re: [Kicad-developers] Build on msys2 fails : libngspice-x.dll not found in any executable path

2020-05-20 Thread Nick Østergaard
Hi Brian Mmm, it sound more like you are not updating msys2 properly... But please attach pkglist_with_s.txt. pacman -Qs > pkglist_with_s.txt It looks like msys2 also recommends an update script (update-core) to workaround the issues with the runtime. [1] Especially note: "Run update-core. If