Re: [Kicad-developers] GSOC 2022 | LTSpice schematic importer for KiCad

2022-04-18 Thread Roberto Fernández Bautista
His Chetan, Welcome to the mailing list! Before you start, make sure to read through the contributing guidelines, so that you can make sure your patches conform to the required policies (link: https://dev-docs.kicad.org/en/contribute/ ), in particular code style and commit message format policies

Re: [Kicad-developers] New lead developer announcement

2021-07-06 Thread Roberto Fernández Bautista
Thank you all! I look forwards to continue making KiCad even better! Roberto On Tue, 6 Jul 2021, 14:30 Steven A. Falco, wrote: > Congrats Roberto! Glad to have you in a most prominent position! > > Steve > > On 7/6/21 8:03 AM, Wayne Stambaugh wrote: > > I am happy to announce that Rob

Re: [Kicad-developers] Any release candidates fro V6 planned.

2021-06-20 Thread Roberto Fernández Bautista
Hi David, You could download the latest nightly version now and start testing already. Bug reports now will be better than bug reports when rc1 comes out. For what it's worth, I'm already using KiCad nightly at work for real projects. There are still some bugs being worked on but it is very usabl

Re: [Kicad-developers] MSVC compile: missing s3d_plugin_oce.dll

2020-12-02 Thread Roberto Fernández Bautista
Just one thing to check: Are you running the "install" target through visual studio? Note that for each executable you can either install it and debug or debug standalone [image: image.png] [image: image.png] I've fallen under the mistake before of debugging without installing and then wondering w

Re: [Kicad-developers] mingw64 build issue.

2020-09-25 Thread Roberto Fernández Bautista
like magic - no other configuration is required (other than vcpkg and installing the required dependencies). On Fri, 25 Sep 2020 at 22:50, Wayne Stambaugh wrote: > They were all clean config and build. > > On 9/25/20 5:46 PM, Roberto Fernández Bautista wrote: > > Hi Wayne >

Re: [Kicad-developers] mingw64 build issue.

2020-09-25 Thread Roberto Fernández Bautista
Hi Wayne I just did a clean build of master in MingW64 / msys2 and did not see the error you report (using gcc 10.1) Maybe there is something strange in your configuration / might just need to do a clean before re-building? Roberto. On Fri, 25 Sep 2020 at 18:11, Wayne Stambaugh wrote: > Is an

Re: [Kicad-developers] Fedevel openRex Module migrated to KiCad

2020-09-10 Thread Roberto Fernández Bautista
Hi Alexander, I'd suggest that you post this in the forum instead as you will get a wider audience of KiCad users: https://forum.kicad.info/ Looks interesting though! Roberto On Thu, 10 Sep 2020 at 13:03, Alexander Shuklin wrote: > Hi All! > I hope somebody will find it useful, I migrated ope

Re: [Kicad-developers] New Build Dependency

2020-08-17 Thread Roberto Fernández Bautista
Ah I see! Sorry I thought it was maybe a special "dev" package or something. Thanks for this! Roberto On Mon, 17 Aug 2020 at 20:50, Ian McInerney wrote: > It will be `zlib`. > > -Ian > > On Mon, Aug 17, 2020 at 8:20 PM Roberto Fernández Bautista < > roberto.fe

Re: [Kicad-developers] New Build Dependency

2020-08-17 Thread Roberto Fernández Bautista
Hi Seth, Thanks for heads up. Any ideas what the new dependency might be called in VCPKG? Or if not available, could you let me know which CMAKE variable should I set to "OFF" in order to compile without the dependency? Thanks Roberto. On Mon, 17 Aug 2020 at 17:44, Seth Hillbrand wrote: > I s

Re: [Kicad-developers] Build broken?

2020-08-10 Thread Roberto Fernández Bautista
Dear Jean Pierre, Thanks for the commit (and subsequent commit from Ian) - this now compiles fine on MSVC. Roberto. On Mon, 10 Aug 2020 at 10:42, jp charras wrote: > Le 10/08/2020 à 11:18, Roberto Fernández Bautista a écrit : > > Hi Jon, > > > > Thanks for that commit - i

Re: [Kicad-developers] Build broken?

2020-08-10 Thread Roberto Fernández Bautista
quot;value": "OFF", "type": "STRING" }, { "name": "KICAD_SCRIPTING_WXPYTHON", "value": "OFF", "type": "STRING" }, { "name

Re: [Kicad-developers] Build broken?

2020-08-10 Thread Roberto Fernández Bautista
fixed by abc64f22? > > On Sun, Aug 9, 2020 at 6:16 PM Roberto Fernández Bautista < > roberto.fer@gmail.com> wrote: > >> Hi all, >> >> I just rebased my branch to master and got the following errors unrelated >> to the changes in my branch (compiling in MS

[Kicad-developers] Build broken?

2020-08-09 Thread Roberto Fernández Bautista
Hi all, I just rebased my branch to master and got the following errors unrelated to the changes in my branch (compiling in MSVC, Windows 10) Severity Code Description Project File Line Suppression State Error C2664 'int atoi(const char *)': cannot convert argument 1 from 'wxString' to 'const cha

Re: [Kicad-developers] ngspice vcpkg port

2020-08-06 Thread Roberto Fernández Bautista
Excellent news! Which KiCad dependencies are left to be ported to VCPKG? It seems we are very close to a complete KiCad build system in Visual Studio :) On Thu, 6 Aug 2020, 02:05 Mark Roszko, wrote: > ngspice and wxwidgets 3.1.4 have been merged on vcpkg. > > On Sun, Aug 2, 2020 at 5:55 PM Way

Re: [Kicad-developers] New Build Dependencies: Lemon + GTK3

2020-08-03 Thread Roberto Fernández Bautista
Mark Roszko wrote: >> >>> MSVC support is a work in progress so it's not that its not supported, >>> it's just someone needs to fix it ;) >>> >>> On Sun, Aug 2, 2020 at 6:06 PM Roberto Fernández Bautista < >>> roberto.fer@gmail

[Kicad-developers] Fwd: New Build Dependencies: Lemon + GTK3

2020-08-02 Thread Roberto Fernández Bautista
forgot to copy in the mailing list...(see below) -- Forwarded message - From: Roberto Fernández Bautista Date: Sun, 2 Aug 2020 at 23:38 Subject: Re: [Kicad-developers] New Build Dependencies: Lemon + GTK3 To: Ah! No "lemon.exe", but a "lemon.lib". Afte

Re: [Kicad-developers] New Build Dependencies: Lemon + GTK3

2020-08-02 Thread Roberto Fernández Bautista
Just tried your branch and unfortunately couldn't get it to compile on Visual Studio (even after a "vcpkg install lemon:x64-windows" and "vcpkg integrate install")... I got the cmake error "lemon not found" I know Visual Studio isn't officially supported but any ideas what I could do to install le

Re: [Kicad-developers] Something wrong with Windows nightly builds (1 Aug)?

2020-08-01 Thread Roberto Fernández Bautista
ed to contain lemon (so I > now know that Windows has it, but OSX and many Linux ones don't). > > -Ian > > On Sat, Aug 1, 2020 at 9:40 PM Roberto Fernández Bautista < > roberto.fer@gmail.com> wrote: > >> Hi Eeli, >> >> I assume this was due to wh

Re: [Kicad-developers] Something wrong with Windows nightly builds (1 Aug)?

2020-08-01 Thread Roberto Fernández Bautista
Hi Eeli, I assume this was due to what I highlighted in my previous email ( https://www.mail-archive.com/kicad-developers@lists.launchpad.net/msg38706.html). The build was broken for Windows. I submitted a merge request ( https://gitlab.com/kicad/code/kicad/-/merge_requests/322) which was merged

Re: [Kicad-developers] Compile errors in commits 577c1be3, 128ae8b4 & bd19892c

2020-07-31 Thread Roberto Fernández Bautista
e some time. > > -S > > On Fri, Jul 31, 2020 at 10:24 AM Roberto Fernández Bautista < > roberto.fer@gmail.com> wrote: > >> Dear Seth, >> >> Okay I will do in the future. I thought it wasn't worth an MR due to only >> 7 lines being changed, but I ta

[Kicad-developers] Compile errors in commits 577c1be3, 128ae8b4 & bd19892c

2020-07-31 Thread Roberto Fernández Bautista
Hi all, I just tried compiling from master and seems there is a bug in commits 577c1be3, 128ae8b4 & bd19892c . I am building in MSVC (Windows 10) using Jon's CMakeSettings.json configuration file (with modified file paths), using the "x64-Debug" configuration. It seems this was a simple fix. S

Re: [Kicad-developers] Net Tie specification?

2020-07-30 Thread Roberto Fernández Bautista
20 at 7:34 PM Seth Hillbrand > wrote: > >> > >> On Wed, Jul 29, 2020 at 4:16 PM Roberto Fernández Bautista < > roberto.fer@gmail.com> wrote: > >>> > >>> Hi all, > >>> > >>> I see from the road map that net ties are pl

[Kicad-developers] Net Tie specification?

2020-07-29 Thread Roberto Fernández Bautista
Hi all, I see from the road map that net ties are planned for v6 ( https://gitlab.com/kicad/code/kicad/-/wikis/KiCad-6.0-Roadmap). In the "current status" it mentions that the specification is in development. Could someone please send me a link to the work in progress, so I can add some comments?

[Kicad-developers] Pin-swap / gate-swap - what is required?

2020-07-26 Thread Roberto Fernández Bautista
Hi all, I thought I'd send a message here regarding https://gitlab.com/kicad/code/kicad/-/issues/1950 Is there already a design document available? I'll happily make a start on one if not, but want to make sure I'm not duplicating efforts. Thanks. Roberto. __

Re: [Kicad-developers] OpenVentilator project update

2020-07-23 Thread Roberto Fernández Bautista
Very nice indeed! Thanks for sharing. On Thu, 23 Jul 2020 at 16:00, Wayne Stambaugh wrote: > For those of you who have been following the development of the > OpenVentilator project[1]. A video[2] has been posted of a prototype > being tested. Kudos to the OpenVentilator project. > > Enjoy, >

Re: [Kicad-developers] CADSTAR Importer & Pad Stacks

2020-07-16 Thread Roberto Fernández Bautista
and it looks promising. Please give me permission to at least > add comments. I don't necessarily need full edit permission. > > Thanks, > > Wayne > > On 7/11/20 8:01 AM, Roberto Fernández Bautista wrote: > > Hi all, > > > > Has anybody had a chance

Re: [Kicad-developers] CADSTAR Importer & Pad Stacks

2020-07-12 Thread Roberto Fernández Bautista
iProEDA> > https://www.linkedin.com/company/kicad > <https://www.linkedin.com/company/kicad> > > > On 2020-07-11 05:01, Roberto Fernández Bautista wrote: > > Hi all, > > Has anybody had a chance to check the draft document I made on Pad Stacks > <https

Re: [Kicad-developers] CADSTAR Importer & Pad Stacks

2020-07-11 Thread Roberto Fernández Bautista
Sun, 21 Jun 2020 at 12:19, Roberto Fernández Bautista < roberto.fer@gmail.com> wrote: > Jon, > > Thanks for the advice. It will still be a while until I have something > working but yes, I will create a merge request once I have a skeleton for > the importer. > > @

Re: [Kicad-developers] WYSISYG pad editor

2020-06-26 Thread Roberto Fernández Bautista
Hi Jeff, Did you have a chance to look at the draft document I sent on padstacks a few days ago? I briefly explain how Altium and Cadstar handle pads and vias in that document - hopefully it is helpful? I'd like to point out that custom pad shapes are not actually well supported in most other com

Re: [Kicad-developers] CADSTAR Importer & Pad Stacks

2020-06-21 Thread Roberto Fernández Bautista
t; testing and review so that we can help get it in for V6. > > Regarding Pad Stacks, @Jeff Young is probably the best person to sync > with on the lead dev team as he has recently been doing some of the > groundwork. > > Best, > Jon > > On Sat, Jun 20, 2020 at 9:07 PM Roberto Fer