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

Support MacOS #20

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Support MacOS #20

merged 3 commits into from
Jun 17, 2024

Conversation

mikee47
Copy link
Contributor

@mikee47 mikee47 commented Jun 16, 2024

Fix build issues to allow use with MacOS.

  • Fix compiler warnings, type casting stuff.

  • Require GNU sed. MacOS version silently produces wrong results as it doesn't support GNU escapes. NB. Can this be rewritten, perhaps with python script?

  • Fix #include path issue. MacOS uses case-insensitive filenames and warns about conflict between "jerryscript.h" and "Jerryscript.h". Refactor to isolate jerryscript paths which aren't required by applications

MacOS version silently produces wrong results as it doesn't support GNU escapes.
Can this be rewritten, perhaps with python script?
MacOS uses case-insensitive filenames and warns about conflict between "jerryscript.h" and "Jerryscript.h"

Refactor to isolate jerryscript paths which aren't required by applications
@slaff slaff merged commit f355d30 into slaff:develop Jun 17, 2024
25 of 26 checks passed
@mikee47 mikee47 deleted the feature/macos branch June 21, 2024 10:30
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