Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread jp charras
Le 28/01/2015 08:07, Bernhard Stegmaier a écrit : > Again, I am open for all reasonable suggestions for the path itself, this is > not the discussion here. > > The only thing I want to say is that the install prefix concept in my opinion > is just a unix thing which comes from compiling applicat

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Fat-Zer
By the word, are there any arguments for using env vars rather than a configuration file to store the paths? ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe : https://launchpad.net/~

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Bernhard Stegmaier
Again, I am open for all reasonable suggestions for the path itself, this is not the discussion here. The only thing I want to say is that the install prefix concept in my opinion is just a unix thing which comes from compiling applications yourself… so, in my opinion you could say Linux is the

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Nick Østergaard
So you should try to build 5229 at least, probably no need to upgrade wx then. 2015-01-27 22:24 GMT+01:00 Vesa Solonen : > 27/01/15, 20:56, yann jautard kirjoitti: >> Hi all, >> >> I just found this issue, wich I think you can reproduce opening the >> attached .sch > > It seems like a bug: > > htt

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Bob Gustafson
I would vote for a location that keeps KiCad things 'together' in the hope that everything could be on a flash drive which could be runable when it is plugged into a Mac - which has appropriate homebrew and generic applications and libraries. There does need to be a decision about what is uniqu

Re: [Kicad-developers] KiCad press.

2015-01-27 Thread Jean-Paul Louis
You guys ROCK. The best open source team I ever met. KiCad is improving by leaps and bounds. Jean-Paul AC9GH > On Jan 27, 2015, at 1:14 PM, Wayne Stambaugh wrote: > > FYI. I just received an email today. KiCad made Pannam Imaging's "50 > Top Product Design and Product Development Software To

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Wayne Stambaugh
On 1/27/2015 6:06 PM, Bernhard Stegmaier wrote: > Well, in fact I think it also isn’t really so much different on Windows. > Where would you put general data similar to /usr/share on linux there? Yes. I changed the default locations for all of the libraries to be installed in ${CMAKE_PREFIX_PATH}

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Wayne Stambaugh
On 1/27/2015 5:41 PM, Adam Wolf wrote: > I think Bernhard is on track here. > > Reiterating, for OS X, for us, for now, /usr/local/share is > /Library/Application Support/ Is /Library/Application Support/ an absolute path. If so, then that's probably the correct default value for OSX. > > Thi

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Wayne Stambaugh
On 1/27/2015 5:36 PM, Bernhard Stegmaier wrote: > > On 27.01.2015, at 21:20, Wayne Stambaugh wrote: > >> On 1/27/2015 2:57 PM, Bernhard Stegmaier wrote: >>> >>> CMAKE_INSTALL_PREFIX is of course defined when building on OS X, it is the >>> folder where the app bundle will be stored. >> >> Is th

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Bernhard Stegmaier
Well, in fact I think it also isn’t really so much different on Windows. Where would you put general data similar to /usr/share on linux there? Maybe in the “My documents” folder of “All users” (or whatever it is called) - or maybe one of the other application data folders that Windows has (those

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Adam Wolf
I think Bernhard is on track here. Reiterating, for OS X, for us, for now, /usr/local/share is /Library/Application Support/ This isn't perfect, and there's reason to change it, maybe, but it's some place the OS X devs and vocal users on the dev list mostly agree on :) When I have been working o

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Bernhard Stegmaier
On 27.01.2015, at 21:20, Wayne Stambaugh wrote: > On 1/27/2015 2:57 PM, Bernhard Stegmaier wrote: >> >> CMAKE_INSTALL_PREFIX is of course defined when building on OS X, it is the >> folder where the app bundle will be stored. > > Is this not the path where the libraries are installed? By def

Re: [Kicad-developers] KiCad press.

2015-01-27 Thread Wayne Stambaugh
That's a nice feather in our cap. On 1/27/2015 4:15 PM, Collin Anderson wrote: > It means KiCad is badass. > > Pannam is a high-end medical device interface/enclosure supplier/design > firm, they do a lot of work with Cleveland Clinic. They have lots of > very non-trivial industry and medical

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Vesa Solonen
27/01/15, 20:56, yann jautard kirjoitti: > Hi all, > > I just found this issue, wich I think you can reproduce opening the > attached .sch It seems like a bug: https://bugs.launchpad.net/kicad/+bug/983251 and was fixed some montsh ago... (I didn't test your file though) -Vesa ___

Re: [Kicad-developers] KiCad press.

2015-01-27 Thread Collin Anderson
It means KiCad is badass. Pannam is a high-end medical device interface/enclosure supplier/design firm, they do a lot of work with Cleveland Clinic. They have lots of very non-trivial industry and medical certifications. Being #4 on a list is definitely a very good thing. > On Jan 27, 2015

Re: [Kicad-developers] KiCad press.

2015-01-27 Thread Miguel Ángel Ajo
Nice!!!, that’s a recognition to all the hard work all of you is doing with KiCad. Best regards, Miguel Ángel Ajo On Tuesday, 27 de January de 2015 at 19:14, Wayne Stambaugh wrote: > FYI. I just received an email today. KiCad made Pannam Imaging's "50 > Top Product Design and Product Develop

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Wayne Stambaugh
On 1/27/2015 2:57 PM, Bernhard Stegmaier wrote: > Hi Wayne, > > I had a look at the patch and I currently see a small issue on OS X (maybe > not only being OS X specific…). > > The definition of the data path is as follows in config.h.make: >/// The install prefex used for KiCad's libraries.

Re: [Kicad-developers] Environment variables patch.

2015-01-27 Thread Bernhard Stegmaier
Hi Wayne, I had a look at the patch and I currently see a small issue on OS X (maybe not only being OS X specific…). The definition of the data path is as follows in config.h.make: /// The install prefex used for KiCad's libraries. #define KICAD_DATA_PATH "@CMAKE_INSTALL_PR

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread yann jautard
yeah I need to do that. but no time for that now, as compiling kicad + wx on my netbook is a long time task sorry for the noise if this has already been corrected, wich seems to be the case. Le 27/01/2015 20:06, Nick Østergaard a écrit : Can you try to built latest first, then maybe try a l

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Eldar Khayrullin
I can't reproduce it. Application: kicad Version: (2015-01-17 BZR 5386)-product Release build wxWidgets: Version 3.0.1 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.1,wx containers,compatible with 2.8) Platform: Linux 3.16.0-29-generic x86_64, 64 bit, Little endian, wxGTK Boost version: 1.5

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Nick Østergaard
Can you try to built latest first, then maybe try a later version of wx? 2015-01-27 20:05 GMT+01:00 Nick Østergaard : > I cannot confirm on Archlinux with > Application: eeschema > Version: (2015-01-20 BZR 5382)-kicad Release build > wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 10

Re: [Kicad-developers] possible eeschema selection bug

2015-01-27 Thread Nick Østergaard
I cannot confirm on Archlinux with Application: eeschema Version: (2015-01-20 BZR 5382)-kicad Release build wxWidgets: Version 3.0.2 (debug,wchar_t,compiler with C++ ABI 1002,GCC 4.9.2,wx containers,compatible with 2.8) Platform: Linux 3.17.6-1-ARCH x86_64, 64 bit, Little endian, wxGTK Boost versio

[Kicad-developers] KiCad press.

2015-01-27 Thread Wayne Stambaugh
FYI. I just received an email today. KiCad made Pannam Imaging's "50 Top Product Design and Product Development Software Tools". http://www.pannam.com/blog/best-product-design-software-tools/ I'm not sure exactly what that means but a bit of free press is a good thing.