Skip to content

Instantly share code, notes, and snippets.

@ceremcem
Last active April 1, 2017 16:59
Show Gist options
  • Save ceremcem/4024c0a4a8649e858855 to your computer and use it in GitHub Desktop.
Save ceremcem/4024c0a4a8649e858855 to your computer and use it in GitHub Desktop.
moved to: https://github.com/ceremcem/kicad-install
@ceremcem
Copy link
Author

In file included from /home/ceremcem/kicad_sources/kicad/scripting/python_scripting.cpp:30:0:
/home/ceremcem/kicad_sources/kicad/scripting/python_scripting.h:16:38: fatal error: wx/wxPython/wxPython.h: No such file or directory
compilation terminated.
pcbnew/CMakeFiles/_pcbnew.dir/build.make:145: recipe for target 'pcbnew/CMakeFiles/_pcbnew.dir/__/scripting/python_scripting.cpp.o' failed
make[2]: *** [pcbnew/CMakeFiles/_pcbnew.dir/__/scripting/python_scripting.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....

@ceremcem
Copy link
Author

After adding (apt-get install) python-wxgtk3.0* problem is fixed, compilation went OK.

@puryearn
Copy link

Hey, I am trying to build KiCAD on Debian Jessie using your script, and I am getting the missing wxPython.h error even after the addition you made above. Any thoughts?

@ceremcem
Copy link
Author

ceremcem commented Apr 1, 2017

Build scripts are moved to https://github.com/ceremcem/kicad-install

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment