Hi,
I’m having issues with compilation of Kicad sources on Linux Debian while using the following install script: https://gist.github.com/ceremcem/4024c0a4a8649e858855
The error is:
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....
Since wxPython is installed already, I can not get why wxPython can not be found.