Emerging I got these errors (I have the 'gps' and 'opengl' USE flags enabled)... CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message): Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES) Call Stack (most recent call first): /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:377 (_FPHSA_FAILURE_MESSAGE) /usr/share/cmake/Modules/FindwxWidgets.cmake:953 (find_package_handle_standard_args) CMakeLists.txt:408 (FIND_PACKAGE) ... however I have wxWidgets installed already. * app-eselect/eselect-wxwidgets Latest version available: 20140423 Latest version installed: 20140423 Size of files: 16 KiB Homepage: https://www.gentoo.org Description: Eselect module and wrappers for wxWidgets License: GPL-2 # eselect wxwidgets list Available wxWidgets profiles: [1] gtk2-unicode-3.0 * The bug seems very similar to #642734 which was resolved by https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75c98d03ea71aad91fdc6aa610dfbfcd9c0bb17f ... ie. the fix is: - add 'setup-wxwidgets' to src_prepare() - add 'x11-libs/wxGTK:${WX_GTK_VER}"' to DEPEND - define WX_GTK_VER eg. WX_GTK_VER="3.0" - add 'wxwidgets' to inherit
Hi Walter, all this is already in the ebuild, we called need-wxwidgets() before which is the same (but deprecated). Is this still a problem for you in 4.8.2?