← Back to team overview

kicad-developers team mailing list archive

Re: KiCad daily PPA for Trusty not building

 

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
> 

Jean-Samuel,

could you test this very small patch.

On my Kubuntu 14.04 lts it works.

I also removed and reinstalled swig 2.11 (apt-get remove swig, apt-get install swig)

I am not sure for the exact reason why now I can build pcbnew, because I made many tests, and also
patched swig.
The last test (after reinstalling swig and with the patch) worked for me.
(My options: KICAD_SCRIPTING=ON, KICAD_SCRIPTING_MODULES=ON, KICAD_SCRIPTING_WXPYTHON=OFF)

Bonne chance...

-- 
Jean-Pierre CHARRAS
=== modified file 'scripting/kicad.i'
--- scripting/kicad.i	2015-03-03 12:41:43 +0000
+++ scripting/kicad.i	2016-04-14 14:47:12 +0000
@@ -28,9 +28,9 @@
  */
 
 %include <std_vector.i>
+%include <std_map.i>
 %include <std_basic_string.i>
 %include <std_string.i>
-%include <std_map.i>
 
 /* ignore some constructors of EDA_ITEM that will make the build fail */
 


Follow ups

References