Re: [Kicad-developers] Problems with windows installers?

2020-10-12 Thread Brian Piccioni
That makes sense. I tried installing the same file which installed perfectly this morning and it hung. I'll wait a few days and try again ... On 2020-10-12 6:10 p.m., Mark Roszko wrote: It's just the usual Microsoft Smartscreen filter acting up. Heuristics are flagging it. There's nothing that

Re: [Kicad-developers] Problems with windows installers?

2020-10-12 Thread Mark Roszko
It's just the usual Microsoft Smartscreen filter acting up. Heuristics are flagging it. There's nothing that can be done about it until their heuristics recalculate. ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@

Re: [Kicad-developers] Problems with windows installers?

2020-10-12 Thread Nick Østergaard
I don't know what the problem may be, but as far as I am aware, there are not changes in the build system. On Mon, 12 Oct 2020 at 23:51, Brian Piccioni wrote: > Windows 10 Home > V1909 > OS Build 18363.1082 > > As noted below My prior version kicad-r18012.7f1c376128-x86_64-lite.exe > seems to wo

Re: [Kicad-developers] Problems with windows installers?

2020-10-12 Thread Brian Piccioni
Windows 10 Home V1909 OS Build 18363.1082 As noted below My prior version kicad-r18012.7f1c376128-x86_64-lite.exe seems to work I have not tested all versions between On 2020-10-12 4:20 p.m., Nick Østergaard wrote: What system are you installing it on? Does any older nightly builds work?

Re: [Kicad-developers] Problems with windows installers?

2020-10-12 Thread Nick Østergaard
What system are you installing it on? Does any older nightly builds work? On Mon, 12 Oct 2020 at 18:42, Brian Piccioni wrote: > Hello > > I downloaded kicad-r18079.88102bca46-x86_64.exe and > kicad-r18079.88102bca46-x86_64-lite.exe from > https://kicad-downloads.s3.cern.ch/index.html?prefix=win

Re: [Kicad-developers] Attempting to build kicad-git source on Slackware-current Linux

2020-10-12 Thread Ian McInerney
Oh, the Phoenix version of wxWidgets was updated between when they added the EGL canvas and when they added the option to disable the EGL canvas apparently. I have opened an issue with Pheonix to see if they will bump their bundled wx version to a more recent version (that will include the option o

[Kicad-developers] Problems with windows installers?

2020-10-12 Thread Brian Piccioni
Hello I downloaded kicad-r18079.88102bca46-x86_64.exe and kicad-r18079.88102bca46-x86_64-lite.exe from https://kicad-downloads.s3.cern.ch/index.html?prefix=windows/nightly/ On running both throw up the Microsoft warning warning but clicking "Install Anyway" has no effect. My prior version

Re: [Kicad-developers] Attempting to build kicad-git source on Slackware-current Linux

2020-10-12 Thread Tom Crane
Thanks but I don't appear to have a --disable-glcanvasegl switch, /tmp/SBo/Phoenix/ext/wxWidgets# ./configure --disable-glcanvasegl configure: error: unrecognized options: --disable-glcanvasegl /tmp/SBo/Phoenix/ext/wxWidgets# wx-config --version-full 3.1.5.0 root@mklab:/tmp/SBo/Phoenix/ext/wxWi

Re: [Kicad-developers] Attempting to build kicad-git source on Slackware-current Linux

2020-10-12 Thread Ian McInerney
The OpenGL failing is because wxWidgets has defaulted to an EGL backend instead of GLX and I haven't pushed the needed changes in our code to work around it yet. For now, you need to add the --disable-glcanvasegl option to the wxWidgets configure line. -Ian On Mon, Oct 12, 2020 at 3:20 AM Tom Cra

Re: [Kicad-developers] Via isolation

2020-10-12 Thread Nick Østergaard
You may be interested in the DRC updates for v6, see https://forum.kicad.info/t/need-some-guinea-pigs-for-a-rule-based-drc-prototype/22955 man. 12. okt. 2020 07.49 skrev BERTRAND Joël : > Hello, > > Sometimes, on very compact boards, I need isolated vias (from > planes) > for exam

Re: [Kicad-developers] Attempting to build kicad-git source on Slackware-current Linux

2020-10-12 Thread Nick Østergaard
Build with the same options as used on arch. man. 12. okt. 2020 04.20 skrev Tom Crane : > Thanks for the clarification -- and to all who follow-ed up. That was the > information I needed. Now using Phoenix 4.1.1a1/gtk3 (wxWidgets 3.1.5) > from git to build both wxPython4 and wxWidgets (wxGTK3+