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

Linking Issue: " ':globals.__llshru' is undefined or out of scope." #302

Closed
adakyl opened this issue Mar 9, 2021 · 1 comment
Closed

Comments

@adakyl
Copy link

adakyl commented Mar 9, 2021

When I tried to add this math parser to my project [https://codeplea.com/tinyexpr] , it compiled without error but then this:

Screenshot_2

What is causing this to happen?

@jacobly0
Copy link
Member

jacobly0 commented Mar 9, 2021

As mentioned in the v9.0 release notes:

  • If your program was using 64-bit types (for instance long long), it may not build (link, more specifically) anymore. In fact, the ZDS compiler even made those 32-bit. If there's enough justified demand for actually supporting 64-bit types properly, we may work on it.

Also, duplicate of #276.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

2 participants