Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Kaspar Emanuel
I have edited the download page to point to this for the time being. http://www.kicad-pcb.org/display/KICAD/Download ___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-developers@lists.launchpad.net Unsubscribe :

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

2014-03-12 Thread Camille 019
Hi, Have you planned to apply these patchs or not ? From: camille...@outlook.com To: kicad-developers@lists.launchpad.net Date: Mon, 3 Mar 2014 19:02:44 +0100 Subject: [Kicad-developers] [patch] Warnings removal Here is a set of 3 patch to remove some

Re: [Kicad-developers] New icons for KiCAD

2014-03-12 Thread Fabrizio Tappero
Hi, Konstantin, thank you for your very hard work. Icons look great ! However I have to tell you that all current Kicad icons were very carefully reviewed and update few months ago. To do so I spent a very large amount of time. If you are interested in proposing new icons for KiCad it is best to

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Fabrizio Tappero
I am looking at this ppa repo and I see that it fails on all builds and that there is a size limit error too. Kaspar, I know that having a KiCad PPA link on the official webpage is something that we all want but, in my opinion it is important to link things that we are sure will work. I tihnk

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread yann jautard
Strange, I just installed this morning the daily build from this ppa, works ok for me (ubuntu 13.10). Claims to be rev 4741. Le 12/03/2014 16:50, Fabrizio Tappero a écrit : I am looking at this ppa repo and I see that it fails on all builds and that there is a size limit error too.

[Kicad-developers] strtok_r not detected properly

2014-03-12 Thread David Novak
When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR // common/strtok_r.c optionally: extern C char* strtok_r( char* str, const char* delim, char** nextp ); #endif I tracked HAVE_STRTOKR to an

Re: [Kicad-developers] New icons for KiCAD

2014-03-12 Thread Барановский Константин
Yes, these icons I made ​​for myself without agreement with anyone, my fault. But I do not require to you use them immediately. I offer them for your consideration. If you like - use, no - don't use (all or part of them). I can only ask you not to jump to conclusions. Install new icons to use

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread Dick Hollenbeck
On 03/12/2014 11:28 AM, David Novak wrote: When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR // common/strtok_r.c optionally: extern C char* strtok_r( char* str, const char* delim, char**

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread jp charras
Le 12/03/2014 17:28, David Novak a écrit : When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR // common/strtok_r.c optionally: extern C char* strtok_r( char* str, const char* delim, char**

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread Tomasz Wlostowski
On 03/12/2014 05:57 PM, Dick Hollenbeck wrote: On 03/12/2014 11:28 AM, David Novak wrote: When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR // common/strtok_r.c optionally: extern C char*

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Dick Hollenbeck
On 03/12/2014 10:50 AM, Fabrizio Tappero wrote: I am looking at this ppa repo and I see that it fails on all builds and that there is a size limit error too. Kaspar, I know that having a KiCad PPA link on the official webpage is something that we all want but, in my opinion it is

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread Dick Hollenbeck
TDM-GCC defines strtok_r in pthread.h instead of string.h (which is not usual) Yes, wrong header also, a 2nd conceptual bug. Good memory you have JP. defined from strtok, which is not reentrant. The best is to comment the define in pthread.h (this is what I made) Might send a patch

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread Dick Hollenbeck
On 03/12/2014 12:01 PM, Tomasz Wlostowski wrote: On 03/12/2014 05:57 PM, Dick Hollenbeck wrote: On 03/12/2014 11:28 AM, David Novak wrote: When building Pcbnew, I get an error message indicating that strtok_r is being redefined. The offending code is in kicad_string.h. #ifndef HAVE_STRTOKR

Re: [Kicad-developers] strtok_r not detected properly

2014-03-12 Thread Dick Hollenbeck
If anything should succeed on Windows, I want it to be MINGW. This is why I think the bug report needs to be sent upstream. POSIX compatibility is important for MINGW to succeed. Yes, there are other ways to reduce OUR pain, we can certainly dodge other folk's problems, and sometimes we do.

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Jean-Samuel Reynaud
Yes you are true, there is a broken compilation (on rev 4742). So package was unable to be build... I'm trying to re-enable 4741 until fix. @All this PPA was dedicated to a daily build of source. So sources can be broken and then package can become broken... Regards, Jean-Samuel 2014-03-12

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Adam Wolf
Personally, I'm glad the PPA is around. My upstream debianization is taking longer than expected--surprise surprise. I can see how Fabrizio could look at a page of broken builds and assume the whole PPA is broken, but it certainly looks like a transient error to me. Good news coming on that

[Kicad-developers] writing a new top level wxPython based project manager

2014-03-12 Thread dileep kushwaha
Hi, i have been asked to make top level wxPython based project windows i have installed Windows 7, KiCAD in C:\Program Files (x86) i have installed Python 33 and 27 i have installed bazaar (installed python 27 coz of it) I'm in learning phase of Python please guide me futher -- Dileep

Re: [Kicad-developers] New icons for KiCAD

2014-03-12 Thread jp charras
Le 12/03/2014 17:44, Барановский Константин a écrit : Yes, these icons I made ​​for myself without agreement with anyone, my fault. But I do not require to you use them immediately. I offer them for your consideration. If you like - use, no - don't use (all or part of them). I can only ask

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-12 Thread dileep kushwaha
when using bazaar i'm getting error This branch has no working tree. Last revision is 4742. On Thu, Mar 13, 2014 at 12:46 AM, dileep kushwaha dilzveryk...@gmail.comwrote: Hi, i have been asked to make top level wxPython based project windows i have installed Windows 7, KiCAD in

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-12 Thread Nick Østergaard
What commands/operations are you using? 2014-03-12 21:07 GMT+01:00 dileep kushwaha dilzveryk...@gmail.com: when using bazaar i'm getting error This branch has no working tree. Last revision is 4742. On Thu, Mar 13, 2014 at 12:46 AM, dileep kushwaha dilzveryk...@gmail.comwrote: Hi,

Re: [Kicad-developers] writing a new top level wxPython based project manager

2014-03-12 Thread Dick Hollenbeck
On 03/12/2014 02:16 PM, dileep kushwaha wrote: Hi, i have been asked to make top level wxPython based project windows i have installed Windows 7, KiCAD in C:\Program Files (x86) i have installed Python 33 and 27 Remember I said to use Brian's wxPython stack, if on Windows. This will

[Kicad-developers] Fonts

2014-03-12 Thread Pinault Nicolas
Hi, For those interested in fonts for PCB go to http://libregraphicsmeeting.org/2014/program/ and search for Fonts in Printed Circuit Board design tools Nicolas ___ Mailing list: https://launchpad.net/~kicad-developers Post to :

Re: [Kicad-developers] New icons for KiCAD

2014-03-12 Thread Fabrizio Tappero
Hi guys, Konstantin, your icons are absolutely great! and that is why few months ago I included many many of your icons in the current kicad build. I am really happy to help to include the new ones as well. Please understand that when I included your previous set I went through ALL of them one by

Re: [Kicad-developers] PPA for kicad

2014-03-12 Thread Fabrizio Tappero
Guys, I did not mean to sound harsh, my apologies if I was. I am all for PPAs and for Jean-Samuel work, I was just hoping to point out that users might get a little frustrated if builds do not work. cheers Fabrizio On Wed, Mar 12, 2014 at 7:41 PM, Jean-Samuel Reynaud js.reyn...@gmail.com wrote: