Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

jepler
Copy link

@jepler jepler commented Jun 7, 2022

I noticed a problem with building CircuitPython "unix port" for testing over in jepler_udecimal. I believe this change will fix it. The makefile rule referred to an incorrect path, but make cannot detect this type of mistake.

Typical error:

../../supervisor/shared/translate/translate.c:45:35: error: unknown type name ‘mchar_t’
   45 | STATIC void get_word(int n, const mchar_t **pos, const mchar_t **end) {
      |                                   ^~~~~~~

from https://github.com/jepler/Jepler_CircuitPython_udecimal/runs/6768034105?check_suite_focus=true

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dhalbert dhalbert merged commit 9d64ea2 into adafruit:main Jun 7, 2022
@jepler jepler deleted the fix-translate-dependency branch June 8, 2022 10:05
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.

2 participants