Funkin
Funkin copied to clipboard
Compiling help: [polymod / polymod issue]
hello, I've been trying to fix this for weeks but I can't fix it, can help me?
C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:60: characters 52-56 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:63: characters 87-91 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodScriptClass.hx:366: characters 69-73 : polymod.hscript._internal.ErrorEx has no field line C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:73: characters 14-43 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:73: characters 14-43 : For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:450: characters 13-38 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:450: characters 13-38 : For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:105: characters 13-40 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:105: characters 13-40 : For function argument 'e' C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:483: characters 13-38 : polymod.hscript._internal.ErrorEx should be hscript.Error C:/HaxeToolkit/haxe/lib/polymod/git/polymod/hscript/_internal/PolymodInterpEx.hx:483: characters 13-38 : For function argument 'e'
:(
Use polymod 1.3.1 haxelib install polymod 1.3.1 And when you wanna switch back to the git version use haxelib set polymod git
thanks
run this in a terminal:
haxelib remove hscript
haxelib install hscript
and put this in the project.xml:
<!--Enable HScript fine error reporting at parsing time-->
<haxedef name="hscriptPos" if="hscript" />
run this in a terminal:
haxelib remove hscript haxelib install hscript
and put this in the project.xml:
<!-- Enable HScript fine error reporting at parsing time --> <haxedef name="hscriptPos" if="hscript" />
how's that suppost to help?
run this in a terminal:
haxelib remove hscript haxelib install hscript
and put this in the project.xml:
<!--Enable HScript fine error reporting at parsing time--> <haxedef name="hscriptPos" if="hscript" />
Thanks!
it worked :)
where?
thanks
in which part of the ''Project.XML do I have to put the command
in which part of the ''Project.XML do I have to put the command
put it anywhere as long as it is inside <project>
in which part of the ''Project.XML do I have to put the command
these god dang kids keep being stupid