pboyer / verb

Open-source, cross-platform NURBS
http://www.verbnurbs.com
MIT License
733 stars 106 forks source link

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

Open tingspain opened 4 years ago

tingspain commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

the final is a keyword in current compiler

ElGussy commented 3 years ago

Try to fix it in https://github.com/pboyer/verb/pull/56

gitlarky commented 2 years ago

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 commented 1 month ago

@tingspain try the latest version; 3.0.0

This should be fixed now.