You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file included from /home/x/apl-core-library/build/yoga-prefix/src/yoga/yoga/event/event.cpp:7:
/home/x/apl-core-library/build/yoga-prefix/src/yoga/yoga/event/event.h:46:31: error: ‘uint8_t’ was not declared in this scope
46 | std::array<int, static_cast<uint8_t>(LayoutPassReason::COUNT)>
In latest yoga, the event.h has included the <stdint.h>
can you please consider to patch it?
Thanks!
The text was updated successfully, but these errors were encountered:
I had the same issue when building this project (v1.8.1) on Debian 11. More information can be found in this ticket. This PR shows how to patch the yoga-layout package. To summarize, the issue is solved by adding the following lines at the end of the file patches/yoga.patch included with this repository. I can open a PR if you accept them.
OS: arch linux
GCC: 11
built with error in Yoga:
In latest yoga, the event.h has included the
<stdint.h>
can you please consider to patch it?
Thanks!
The text was updated successfully, but these errors were encountered: