11/11/13 03:00, Dick Hollenbeck kirjoitti: > But you are not a customer, haven't paid me a dime. For you to be a > customer, you would > have to had bought a support contract.
I'd like to do that, for some other products as well... > But instead, you are an old friend. Thanks Dick, please consider yourself the same. It was worth it to visit Grenoble to meet you and others. > It works, you probably have cruft in the build directory. Escalate through > these steps > until it works: I always make sure I have a clean build directory before complaining, but... > The latest version lets you uncomment an OPT line near the top which brings > in wxpython > support. You can grab it from launchpad. There it is, the reason. -DKICAD_SCRIPTING=ON was not on my cmake options list as probably seen from the first mail. -DKICAD_SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_WXPYTHON=ON -DUSE_FP_LIB_TABLE=ON -DBUILD_GITHUB_PLUGIN=ON -DCMAKE_BUILD_TYPE=RELEASE With all of the above switches everything compiles fine. The build system not complaining the lacking switch and pulling headers from different wx versions still bugs me a bit. -Vesa _______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

