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

Intersect.hx:518: characters 9-12 : Missing variable identifier #45

Open
tingspain opened this issue Jan 6, 2020 · 5 comments
Open

Comments

@tingspain
Copy link

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

@guanjiexu
Copy link

I guess the project use the hxcpp is too old.

you can change the var final= .. to var final_val,and also chane the var who reference it

@guanjiexu
Copy link

the final is a keyword in current compiler

@ElGussy
Copy link

ElGussy commented Feb 16, 2021

Try to fix it in #56

@gitlarky
Copy link

gitlarky commented Jul 1, 2022

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
import verb
gives the following error:
up.async.handleError(e)
So I decide to compile a new one.
Not sure it will work or not, right now I cannot even get it compiled.
Used to think verb is a very clean made NURBS lib, got many code build on it. Hope it can be solved.
Please, how to solve it exactly?
I am not a haxe pro.

@z3dev
Copy link
Contributor

z3dev commented Jul 18, 2024

@tingspain try the latest version; 3.0.0

This should be fixed now.

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

No branches or pull requests

5 participants