Re: [Kicad-developers] Local Variables

2014-03-16 Thread Jean-Paul Louis
Wayne, Thank you for your detailed reply. I will add -DCMAKE_INSTALL_PREFIX=/Applications/Kicad/ to my script, and the library files in /Library/Application Support/Kicad/ from my clone of github. I do not understand why we need two different repositories (bazaar for the software, and github fo

Re: [Kicad-developers] Initial dialogs on new projects

2014-03-16 Thread Wayne Stambaugh
On 2/28/2014 2:07 PM, Adam Wolf wrote: > Would anyone be opposed to some patches to make kicad not warn you about > noname.sch or such when you're just starting a project? > > Adam Wolf > Wayne and Layne LLC Adam, I don't remember seeing anyone reply so sorry about the delay. I don't have a pro

Re: [Kicad-developers] Local Variables

2014-03-16 Thread Wayne Stambaugh
On 3/14/2014 9:17 PM, Jean-Paul Louis wrote: > Wayne, > > OS X is a strange beast. > Apps are installed in more than one place. > /usr/local/ is not visible from the finder, but /opt/local/ is. > When I got a package prebuilt, it was installed in /Applications/KiCad/, > which was fine. It sounds

Re: [Kicad-developers] [patch] Warnings removal

2014-03-16 Thread jp charras
Le 03/03/2014 19:02, Camille 019 a écrit : > Here is a set of 3 patch to remove some warning. > > * in-class initializer for static data member of type 'const double' is a GNU > extension [-Wgnu-static-float-init] > * struct/class '???' was previously declared as a class/struct > [-Wmismatched-t

[Kicad-developers] Something to learn about Freerouting

2014-03-16 Thread Vesa Solonen
http://www.freerouting.net/fen/download/file.php?id=146 That's the Javadoc file regarding the sources [1] published. Especially "Package geometry.planar Description" will bring some neat solutions how to avoid rounding errors etc. Alfons has done a stellar job with Freerouting, the code and docs a