kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #11636
Re: WxPython scripting status
On 11/09/2013 07:53 AM, Vesa Solonen wrote:
> Hi,
>
> What's the plan with WxPython scripting? The cmake build system doesn't
> seem to cope with missing WxPython dependency at the moment on Ubuntu
> 13.10 at least. Missing WxPython.h is the culprit later during the build
> process with -DKICAD_SCRIPTING_WXPYTHON=ON.
Hi Vesa,
See here:
http://packages.ubuntu.com/saucy/libwxgtk2.8-dev
This package above, which is an existing prerequisite, gets installed, and depends on
wx2.8-headers which should therefore get installed, and it includes wxPython.h. So it
should be fine. See if package wx2.8-headers is installed please.
$ dpkg -l | grep wx2.8-headers
ii wx2.8-headers 2.8.12.1-6ubuntu2 wxWidgets Cross-platform C++ GUI toolkit (header files)
>
> The rest of the flags (working combination):
>
> -DKICAD_SCRIPTING_MODULES=ON
> -DUSE_FP_LIB_TABLE=ON
> -DBUILD_GITHUB_PLUGIN=ON
> -DCMAKE_BUILD_TYPE=RELEASE
>
> As soon as the scripting build is reliably working, scripting support
> would be a good addition to kicad-install.sh -script.
>
> -Vesa
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
Follow ups
References