Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(#1947): report errors for FindwxWidgets.cmake #2159

Merged
merged 1 commit into from
Apr 29, 2019

Conversation

slodki
Copy link
Contributor

@slodki slodki commented Apr 28, 2019

Diagnose #1947 under Unix

When wxWidgets are not found:

Could NOT find wxWidgets (missing: wxWidgets_LIBRARIES
wxWidgets_INCLUDE_DIRS) (Required is at least version "2.9.2")

wxWidgets with some components missing:

Could NOT find wxWidgets (missing: webview) (found suitable version
"3.1.2", minimum required is "2.9.2")

wxWidgets found with all required components (optional components can be missing):

Found wxWidgets: -L/usr/lib/x86_64-linux-gnu;-pthread;;;-lwx_gtk3u_unofficial3_core-3.1;-lwx_gtk3u_unofficial3_qa-3.1;-lwx_gtk3u_unofficial3_html-3.1;-lwx_baseu_unofficial3_xml-3.1;-lwx_gtk3u_unofficial3_aui-3.1;-lwx_gtk3u_unofficial3_stc-3.1;-lwx_gtk3u_unofficial3_webview-3.1;-lwx_baseu_unofficial3-3.1 (found suitable version "3.1.2", minimum required is "2.9.2") found components: core qa html xml aui adv stc webview base missing components: scintilla


This change is Reviewable

@slodki slodki added enhancement linux related to Linux platforms mac related to OSX / MacOS labels Apr 28, 2019
@slodki slodki added this to the v1.4.0 milestone Apr 28, 2019
@slodki slodki self-assigned this Apr 28, 2019
@slodki slodki mentioned this pull request Apr 28, 2019
9 tasks
@slodki slodki added this to in progress in Build tools & CI Apr 28, 2019
@vomikan vomikan merged commit e900d3c into moneymanagerex:master Apr 29, 2019
@slodki slodki deleted the find-wxwidgets-linux branch April 29, 2019 21:35
@slodki slodki moved this from in progress to ready in Build tools & CI Apr 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement linux related to Linux platforms mac related to OSX / MacOS
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants