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

Unhandled os ifdef name "x32" #20024

Open
andymans opened this issue Nov 28, 2023 · 0 comments
Open

Unhandled os ifdef name "x32" #20024

andymans opened this issue Nov 28, 2023 · 0 comments
Labels
Bug This tag is applied to issues which reports bugs.

Comments

@andymans
Copy link

andymans commented Nov 28, 2023

Describe the bug

occurs when trying to build a console-style app using the "-native" flag on a 64-bit mac

Reproduction Steps

create a simple console app requiring either the os or e.g. readline module

Expected Behavior

straightforward compilation = production of a smallest possible executable

Current Behavior

barfs with the error (related to 32 bit exclusion on 64 bit macos)

Possible Solution

it is illegal to try and build any 32-bit app on a 64-bit apple os - so the option should never be in any makefile

Additional Information/Context

No response

V version

V 0.4.3 b347f54

Environment details (OS name and version, etc.)

wonder if there's an easy fix for this

Note

You can use the 👍 reaction to increase the issue's priority for developers.

Please note that only the 👍 reaction to the issue itself counts as a vote.
Other reactions and those to comments will not be taken into account.

@andymans andymans added the Bug This tag is applied to issues which reports bugs. label Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug This tag is applied to issues which reports bugs.
Projects
None yet
Development

No branches or pull requests

1 participant