If getting runtime errors on a project with pango as a dependency... #10569
EZ4Stephen
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
If getting std::bad_alloc, (and maybe CacheOverflowException's): If pango was precompiled, consider setting build to true for pango. That worked for me at least. I'm assuming this is a windows-only problem.
add_requires("pango", {build = true})All reactions