Skip to content

id_ca: Fix build in big endian systems #6

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

Closed
wants to merge 1 commit into from
Closed

Conversation

Ryzee119
Copy link
Owner

These variables look to be left over from the commit sulix@5ac988e

Easily missed as its wrapped in a CK_CROSS_IS_BIGENDIAN ifdef

id_ca.c:747:27: error: 'FON_MAINFONT' undeclared (first use in this function)
  747 |         else if (chunk >= FON_MAINFONT && chunk <= /*FON_WATCHFONT*/ FON_MAINFONT + 2)
      |                           ^~~~~~~~~~~~
id_ca.c:756:27: error: 'EXTERN_COMMANDER' undeclared (first use in this function)
  756 |         else if (chunk >= EXTERN_COMMANDER && chunk <= EXTERN_KEEN)
      |                           ^~~~~~~~~~~~~~~~
d_ca.c:756:56: error: 'EXTERN_KEEN' undeclared (first use in this function)
  756 |         else if (chunk >= EXTERN_COMMANDER && chunk <= EXTERN_KEEN)
      |                                                        ^~~~~~~~~~~

@Ryzee119 Ryzee119 closed this Jan 22, 2024
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.

1 participant