Re: [Kicad-developers] OSX dev environments

2017-12-27 Thread Adam Wolf
I have also used CLion. It works for me, but I was not doing serious KiCad development on it. Adam Wolf On Wed, Dec 27, 2017 at 12:44 AM, Mark Roszko wrote: >>I tried CLion. After a ~10 minute-long freeze (indexing the code) it >> crashed due to lack of memory. With a 6 GB java heap the project

Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Mark Roszko
>I tried CLion. After a ~10 minute-long freeze (indexing the code) it crashed due to lack of memory. With a 6 GB java heap the project loaded, but the editor was veeery slow. CLion works fine for me on Windows with MSYS2 for KiCAD. Was it a long time ago you tried? They've made many performance i

Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Jeff Young
Never mind. I somehow managed to get a release build built into my debug folder and vice-versa. All good now. > On 26 Dec 2017, at 11:14, Jeff Young wrote: > > Thanks for the tips, guys. > > I’ve installed QTCreator and have it up and running on my Kicad project. It > works great browsing

Re: [Kicad-developers] OSX dev environments

2017-12-26 Thread Jeff Young
Thanks for the tips, guys. I’ve installed QTCreator and have it up and running on my Kicad project. It works great browsing the source, etc. I had one issue with the runtime configuration: it defaults to wanting to run Kicad out of build/debug/kicad/ rather than out of build/bin/. But I added

Re: [Kicad-developers] OSX dev environments

2017-12-25 Thread José Ignacio
Another +1 for QT creator, I've used it on Linux and works very well with the kicad codebase On Mon, Dec 25, 2017 at 2:09 AM, Bernhard Stegmaier wrote: > For my taste for KiCad the best I tried is QTCreator. > Works practically out-of-the-box perfectly with cmake and everything you > would expec

Re: [Kicad-developers] OSX dev environments

2017-12-25 Thread Bernhard Stegmaier
For my taste for KiCad the best I tried is QTCreator. Works practically out-of-the-box perfectly with cmake and everything you would expect from an IDE (like debugging, etc.). Regards, Bernhard > On 25. Dec 2017, at 03:47, Oliver Walters > wrote: > > I followed this guide to set-up eclipse e

Re: [Kicad-developers] OSX dev environments

2017-12-24 Thread Oliver Walters
I followed this guide to set-up eclipse environment. https://gist.github.com/johnbeard/895bad60e4716f7f9c77 On 25 Dec 2017 12:37, "Tomasz Wlostowski" wrote: > On 25/12/17 02:03, Jeff Young wrote: > > I was going to ask you guys for an Xcode project file for Christmas, but > I’ve come to the con

Re: [Kicad-developers] OSX dev environments

2017-12-24 Thread Tomasz Wlostowski
On 25/12/17 02:03, Jeff Young wrote: > I was going to ask you guys for an Xcode project file for Christmas, but I’ve > come to the conclusion that I absolutely hate Xcode. > > I’ve used Eclipse before, and was no big fan of it either. I did really like > IntelliJ, though, and I see they’ve got

[Kicad-developers] OSX dev environments

2017-12-24 Thread Jeff Young
I was going to ask you guys for an Xcode project file for Christmas, but I’ve come to the conclusion that I absolutely hate Xcode. I’ve used Eclipse before, and was no big fan of it either. I did really like IntelliJ, though, and I see they’ve got a C version too (CLion). Has anyone used it t