verb icon indicating copy to clipboard operation
verb copied to clipboard

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

Open tingspain opened this issue 6 years ago • 5 comments

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

tingspain avatar Jan 06 '20 18:01 tingspain

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 avatar Jul 19 '20 05:07 guanjiexu

the final is a keyword in current compiler

guanjiexu avatar Jul 19 '20 05:07 guanjiexu

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

ElGussy avatar Feb 16 '21 11:02 ElGussy

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.

gitlarky avatar Jul 01 '22 14:07 gitlarky