-
Notifications
You must be signed in to change notification settings - Fork 106
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
Intersect.hx:518: characters 9-12 : Missing variable identifier #45
Comments
I guess the project use the hxcpp is too old. you can change the |
the final is a keyword in current compiler |
Try to fix it in #56 |
I encounter the same problem when building python version, why not just provide a compiled python version? I actually had one compiled python version, but it didn't work on python3.10, even when running simply |
@tingspain try the latest version; 3.0.0 This should be fixed now. |
Hello,
I am trying to compile Verb on MacOS 10.15.2
I have installed haxelib 4.0.2, nodeJS 6.12.0 and Xcode 11.3 and when I try to compile Verb for C# I got the following error:
src/verb/eval/Intersect.hx:518: characters 9-12 : Missing variable identifier
What am i doing wrong?
Thanks
The text was updated successfully, but these errors were encountered: