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

[BUILD ERROR] Development branch - Validator.hx:166 #11190

Closed
onehundredfeet opened this issue Apr 28, 2023 · 2 comments
Closed

[BUILD ERROR] Development branch - Validator.hx:166 #11190

onehundredfeet opened this issue Apr 28, 2023 · 2 comments

Comments

@onehundredfeet
Copy link
Contributor

I'm getting the following:

src/haxelib/Validator.hx:166: characters 8-49 : { type : Null<haxe.macro.ComplexType>, namePos : haxe.macro.Position, name : String, meta : Array<haxe.macro.MetadataEntry>, isStatic : Null<Bool>,... has extra field namePos
src/haxelib/Validator.hx:166: characters 8-49 : ... For function argument 'vars'
src/haxelib/Validator.hx:160: lines 160-169 : Void should be haxe.macro.Expr
make: *** [haxelib] Error 1

When compiling. Is there something I'm missing? I'm just on the development branch.

@kLabz
Copy link
Contributor

kLabz commented Apr 28, 2023

Your std is not pointing to the one in your Haxe repository.
That error happens when you build haxelib with a compiler built with a version including #11163 while your std is older than that.

@onehundredfeet
Copy link
Contributor Author

derp right.

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

2 participants