Hi, I tried that many times , The cmake was unable to find the installation of wxgtk if I complied it on my own. It was still not detecting after uninstalling what I build and installing from repo. I ended up letting the build script do all the heavy work for me on a fresh OS installation. ( Still I am unable to get the wxpython 3.0 working for the GUI support via scripting )
------- Pradeep On Thu, Dec 24, 2015 at 12:17 AM, Bruno Andrade <[email protected]> wrote: > I dont remember exactly why, but I removed the one I built and installed > the one from repo. Same thing > > On Wed, Dec 23, 2015 at 2:16 PM, Nick Østergaard <[email protected]> > wrote: > >> Why did you build wx yourself? Wxgtk from the repo works fine. >> Den 23/12/2015 18.05 skrev "Bruno Andrade" <[email protected]>: >> >>> I've already tried. Same thing when downloaded the 4.0.1 from launchpad >>> also >>> Em 23/12/2015 11:26 AM, "Nick Østergaard" <[email protected]> escreveu: >>> >>>> Looks strange. Just for the sake of it and in the waiting time... >>>> please try a clean build. >>>> >>>> 2015-12-23 15:21 GMT+01:00 Bruno Andrade <[email protected]>: >>>> > I'm trying to build the rev 6403 and it is failing. I don't know >>>> exactly on >>>> > what revision it started. >>>> > >>>> > the log: >>>> > >>>> > [ 56%] Building CXX object >>>> > >>>> cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/dialog_fp_plugin_options.cpp.o >>>> > [ 56%] Building CXX object >>>> > >>>> cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/dialog_fp_plugin_options_base.cpp.o >>>> > [ 56%] Building CXX object >>>> > >>>> cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/wizard_add_fplib_base.cpp.o >>>> > [ 56%] Building CXX object >>>> > >>>> cvpcb/CMakeFiles/cvpcb_kiface.dir/__/pcbnew/dialogs/wizard_add_fplib.cpp.o >>>> > [ 56%] Linking CXX shared module _cvpcb.kiface >>>> > >>>> CMakeFiles/cvpcb_kiface.dir/class_components_listbox.cpp.o:(.data.rel.ro._ZTV18COMPONENTS_LISTBOX[_ZTV18COMPONENTS_LISTBOX]+0x770): >>>> > undefined reference to `non-virtual thunk to >>>> > wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)' >>>> > >>>> CMakeFiles/cvpcb_kiface.dir/class_footprints_listbox.cpp.o:(.data.rel.ro._ZTV18FOOTPRINTS_LISTBOX[_ZTV18FOOTPRINTS_LISTBOX]+0x770): >>>> > undefined reference to `non-virtual thunk to >>>> > wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)' >>>> > >>>> CMakeFiles/cvpcb_kiface.dir/class_library_listbox.cpp.o:(.data.rel.ro._ZTV15LIBRARY_LISTBOX[_ZTV15LIBRARY_LISTBOX]+0x770): >>>> > undefined reference to `non-virtual thunk to >>>> > wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)' >>>> > >>>> CMakeFiles/cvpcb_kiface.dir/listboxes.cpp.o:(.data.rel.ro._ZTV18ITEMS_LISTBOX_BASE[_ZTV18ITEMS_LISTBOX_BASE]+0x770): >>>> > undefined reference to `non-virtual thunk to >>>> > wxGenericListCtrl::GetSizeAvailableForScrollTarget(wxSize const&)' >>>> > collect2: error: ld returned 1 exit status >>>> > cvpcb/CMakeFiles/cvpcb_kiface.dir/build.make:793: recipe for target >>>> > 'cvpcb/_cvpcb.kiface' failed >>>> > make[2]: *** [cvpcb/_cvpcb.kiface] Error 1 >>>> > CMakeFiles/Makefile2:888: recipe for target >>>> > 'cvpcb/CMakeFiles/cvpcb_kiface.dir/all' failed >>>> > make[1]: *** [cvpcb/CMakeFiles/cvpcb_kiface.dir/all] Error 2 >>>> > Makefile:149: recipe for target 'all' failed >>>> > make: *** [all] Error 2 >>>> > >>>> > >>>> > Arch Linux 64 >>>> > GCC 5.3.0 >>>> > wxWidgets 3.0.2 (compiled here) >>>> > -DCMAKE_BUILD_TYPE=Release >>>> > -DKICAD_SKIP_BOOST=ON >>>> > >>>> > What could be wrong? >>>> > >>>> > 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 > >
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

