Building with cmake -DCMAKE_BUILD_TYPE=Release -DwxWidgets_CONFIG_OPTIONS="--toolkit=gtk3" -DUSE_WX_GRAPHICS_CONTEXT=OFF -DUSE_WX_OVERLAY=OFF -DKICAD _SCRIPTING=ON -DKICAD_SCRIPTING_MODULES=ON -DKICAD_SCRIPTING_PYTHON3=OFF -DKICAD_SCRIPTING_WXPYTHON=OFF -DKICAD_SCRIPTING_WXPYTHON_PHOENIX=OFF -DKICAD_SCRIPTING_ACTION_MENU=ON -DBUILD_GITHUB_PLUGIN=ON -DKI CAD_USE_OCE=ON -DKICAD_USE_OCC=OFF -DKICAD_SPICE=ON ../../
worked for me on 18.04 so I guess it just needed Seth's line. Thanks! Marcos On Fri, Feb 8, 2019 at 6:55 PM Jean-Samuel Reynaud <[email protected]> wrote: > Just for information. I'm working on fixing ppa building issues for rc1. > > > Le ven. 8 févr. 2019 à 21:54, Marcos Chaparro <[email protected]> a > écrit : > >> You are using GTK2 in this build. Are you building yourself? If so, >>> you need to delete the existing build directory, create a new one and >>> specify -DwxWidgets_CONFIG_OPTIONS="--toolkit=gtk3" in the cmake >>> options. >>> >> >> Its a nightly build from >> http://ppa.launchpad.net/js-reynaud/kicad-dev-nightly/ubuntu bionic main >> >> Will start a build now and see if it fixes it. Shouldn't the packaged deb >> for ubuntu bionic beaver (18.04) come with that cmake option set? >> >> Thanks >> _______________________________________________ >> Mailing list: https://launchpad.net/~kicad-developers >> Post to : [email protected] >> Unsubscribe : https://launchpad.net/~kicad-developers >> More help : https://help.launchpad.net/ListHelp >> >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

