Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-15 Thread easyw
It is certainly due to the fact pcbnewPYTHON_wrap.cxx is a old file, not updated (frequent issue). When you have an issue with pcbnewPYTHON_wrap.cxx, delete it and rebuild kicad. pcbnewPYTHON_wrap.cxx is not always rebuilt when a .h is modified. Usually, the issue is fixed just by deleting it to

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-15 Thread jp charras
Le 15/04/2016 11:33, easyw a écrit : > Hi JP and Nick > > I'm building using kicad winbuilder environment, to build other branches > using this ready to build > env... > I tried to install swig latest and it didn't improve the result > > so now I'm back on standard kicad winbuilder chain... > if

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-15 Thread easyw
Hi JP and Nick I'm building using kicad winbuilder environment, to build other branches using this ready to build env... I tried to install swig latest and it didn't improve the result so now I'm back on standard kicad winbuilder chain... if I digit: $ type swig swig is /mingw64/bin/swig $ swi

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-15 Thread Nick Østergaard
Easyw, remember that in a full MSYS2 installation you sort of that three environments, msys, mingw32 and mingw64. The swig you used was the one from the "barebones" msys environment, while you need the one for mingw. Den 15/04/2016 08.56 skrev "jp charras" : > Le 14/04/2016 23:07, easyw a écrit :

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread jp charras
Le 14/04/2016 23:07, easyw a écrit : > Hi, > I'm having the same prob in windows 8-64b mingw64... > I could build with > KICAD_SCRIPTING=ON, KICAD_SCRIPTING_MODULES=ON, KICAD_SCRIPTING_WXPYTHON=ON > till few release before > now I can build only with this option off > > I tried both the path and -

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Jean-Samuel Reynaud
Hi Try to manualy run your swig command : C:/kicad-wb-1602/msys64/usr/bin/swig3.0 -swiglib to see the error. Le 14/04/2016 23:07, easyw a écrit : > Hi, > I'm having the same prob in windows 8-64b mingw64... > I could build with > KICAD_SCRIPTING=ON, KICAD_SCRIPTING_MODULES=ON, KICAD_SCRIPTING_WX

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Iñigo
Hi, It's working now. Thank you very much, you are a great team. Iñigo. Mensaje original De: Jean-Samuel Reynaud Fecha:14/04/2016 22:29 (GMT+01:00) Para: jp charras ,kicad-developers@lists.launchpad.net Asunto: Re: [Kicad-developers] KiCad daily PPA for Trust

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread easyw
Hi, I'm having the same prob in windows 8-64b mingw64... I could build with KICAD_SCRIPTING=ON, KICAD_SCRIPTING_MODULES=ON, KICAD_SCRIPTING_WXPYTHON=ON till few release before now I can build only with this option off I tried both the path and -DSWIG_EXECUTABLE=/usr/bin/swig3.0 (after having ins

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Jean-Samuel Reynaud
Hi, When using this patch it doesn't change. Same error. I had process an other test. Instead of using the default swig (2.0.11 on Ubuntu 14.04), I had try to use version swig v3.0 (available on 14.04 but not the default). It look to work. This is the default version on Ubuntu 16.04. I'll modify t

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread jp charras
Le 14/04/2016 15:41, Jean-Samuel Reynaud a écrit : > Hi, > > This is well known issue on KiCad daily for Ubuntu 14.04: > https://lists.launchpad.net/kicad-developers/msg23857.html > > And the conclusion was to don't work on this error. > https://lists.launchpad.net/kicad-developers/msg23869.html

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Mark Roszko
https://lists.launchpad.net/kicad-developers/msg23982.html There's a patch to SWIG. https://github.com/swig/swig/commit/acc5a5eb2d9ba7ab95cf5bb1ba503c249de1 It should be fairly safe to patch the build system's copy. This change is purely for the generation of the templated files that kicad c

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread ifs
Hi, This affects Mint users directly. We are stuck at 14.04. The next big version will be based on Ubuntu 16.04 and will be ready a couple of months after Ubuntus release. So I will be using Geriatric Giraffe two or three months more. I will be translating KiCad development versions on Window

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Jean-Samuel Reynaud
Hi, This is well known issue on KiCad daily for Ubuntu 14.04: https://lists.launchpad.net/kicad-developers/msg23857.html And the conclusion was to don't work on this error. https://lists.launchpad.net/kicad-developers/msg23869.html Regards, Le 13/04/2016 16:22, Iñigo a écrit : > Hi, > > I have

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Iñigo
Thank you very much. Iñigo. Mensaje original De: Jean-Samuel Reynaud Fecha:14/04/2016 09:56 (GMT+01:00) Para: kicad-developers@lists.launchpad.net Asunto: Re: [Kicad-developers] KiCad daily PPA for Trusty not building Hi, Yes, I'm working on it. Regards, Le 13/04

Re: [Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-14 Thread Jean-Samuel Reynaud
Hi, Yes, I'm working on it. Regards, Le 13/04/2016 16:22, Iñigo a écrit : > Hi, > > I have tried to contact PPA maintainer but I have not received any response. > Maybe someone here has relationship with js-reynaud so the build error > can be fixed. > > Iñigo. > > > __

[Kicad-developers] KiCad daily PPA for Trusty not building

2016-04-13 Thread Iñigo
Hi, I have tried to contact PPA maintainer but I have not received any response. Maybe someone here has relationship with js-reynaud so the build error can be fixed. Iñigo.___ Mailing list: https://launchpad.net/~kicad-developers Post to : kicad-de