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

compile issue ubuntu 20.04 #3911

Closed
JordanDoane opened this issue Oct 10, 2021 · 2 comments
Closed

compile issue ubuntu 20.04 #3911

JordanDoane opened this issue Oct 10, 2021 · 2 comments
Labels
duplicate linux related to Linux platforms
Milestone

Comments

@JordanDoane
Copy link

When I use "cmake --build . --target package" I get
home/jordan/mmexx/moneymanagerex/src/util.cpp: In function ‘const wxString getProgramDescription(int)’:

/home/jordan/mmexx/moneymanagerex/src/util.cpp:1284:26: error: ‘class wxDisplay’ has no member named ‘GetPPI’
1284 | display->GetPPI().GetWidth(),
| ^~~~~~

/home/jordan/mmexx/moneymanagerex/src/util.cpp:1285:26: error: ‘class wxDisplay’ has no member named ‘GetPPI’
1285 | display->GetPPI().GetHeight()

@vomikan
Copy link
Member

vomikan commented Oct 10, 2021

#2472

@vomikan
Copy link
Member

vomikan commented Apr 21, 2022

It seems you need to build wxWidgets 3.1.6 firstly.
#4298

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate linux related to Linux platforms
Projects
None yet
Development

No branches or pull requests

3 participants