Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Brian Piccioni
Thanks! I'll give it a try. -Original Message- From: Simon Richter Sent: July 2, 2019 10:22 AM To: Brian Piccioni Cc: 'KiCad Developers' Subject: Re: [Kicad-developers] [PATCH 0/9] MSVC build support Hi, On Tue, Jul 02, 2019 at 09:18:23AM -0400, Brian Piccioni w

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Simon Richter
Hi, On Tue, Jul 02, 2019 at 09:18:23AM -0400, Brian Piccioni wrote: > When I click this linkhttps://git.launchpad.net/~sjr/kicad/msvc-new . I > get Invalid request > I assume there is an MSVC KiCad repos out there and I’m sure like to try it. Hmm, apparently the URL format for Launchpad i

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Ian McInerney
ume there is an MSVC KiCad repos out there and I’m sure like to try > it. > > > > > > *From:* Kicad-developers documenteddesigns@lists.launchpad.net> *On Behalf Of *Ian McInerney > *Sent:* July 1, 2019 7:41 PM > *To:* Simon Richter > *Cc:* KiCad Developer

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Brian Piccioni
repos out there and I’m sure like to try it. From: Kicad-developers On Behalf Of Ian McInerney Sent: July 1, 2019 7:41 PM To: Simon Richter Cc: KiCad Developers Subject: Re: [Kicad-developers] [PATCH 0/9] MSVC build support Simon, What is the minimum version of MSVC required for

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Mark Roszko
I wouldn't use anything before 2015 since that was before C++11 support was "finished". Simon, did you ever try 2019 since it's been out for awhile now? On Tue, Jul 2, 2019 at 6:54 AM Simon Richter wrote: > Hi, > > > What is the minimum version of MSVC required for building this? > > I use 2017

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-02 Thread Simon Richter
Hi, > What is the minimum version of MSVC required for building this? I use 2017 Build Tools. It should probably work with 2012 and 2015 as well. Simon ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.l

Re: [Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-01 Thread Ian McInerney
Simon, What is the minimum version of MSVC required for building this? -Ian On Mon, Jul 1, 2019 at 1:26 PM Simon Richter wrote: > Hi, > > this is a rework of Tom's rework of my MSVC branch, compile-tested on > Linux, MSYS2 and MSVC. The full branch is on Launchpad, as > > https://git.launc

[Kicad-developers] [PATCH 0/9] MSVC build support

2019-07-01 Thread Simon Richter
Hi, this is a rework of Tom's rework of my MSVC branch, compile-tested on Linux, MSYS2 and MSVC. The full branch is on Launchpad, as https://git.launchpad.net/~sjr/kicad/msvc-new . Before we can merge this, this needs more extensive testing, and a few reviews. If you want to try binaries fro