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

GTK: fix build on Ubuntu 18.04 by removing debug define #403

Merged
merged 1 commit into from May 13, 2019

Conversation

zhuowei
Copy link
Contributor

@zhuowei zhuowei commented May 13, 2019

Ubuntu 18.04 uses GTKMM 3.22.2-2, which doesn't support native file chooser.

Commit bc3e09e checks if native file chooser
is available, but the result is overridden with a hardcoded define,
probably for debugging.

Removing the debugging code fixes build on Ubuntu 18.04.

Ubuntu 18.04 uses GTKMM 3.22.2-2, which doesn't support native file chooser.

Commit bc3e09e checks if native file chooser
is available, but the result is overridden with a hardcoded define,
probably for debugging.

Removing the debugging code fixes build on Ubuntu 18.04.
@whitequark
Copy link
Contributor

Whoops. I was thinking when committing that "chances are I will mess it up somewhere but someone will report that quickly so it's OK". Well, that's exactly what happened :)

@whitequark whitequark merged commit f07e975 into solvespace:master May 13, 2019
@zhuowei
Copy link
Contributor Author

zhuowei commented May 13, 2019

@whitequark Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants