daff icon indicating copy to clipboard operation
daff copied to clipboard

Can't build py target

Open turion opened this issue 4 years ago • 2 comments

I'm getting the following:

$ make py
rm -rf python_bin
mkdir -p python_bin
haxe language/py_util.hxml
coopy/TableIO.hx:164: characters 12-30 : Class<python.Syntax> has no field code
coopy/TableIO.hx:183: characters 16-34 : Class<python.Syntax> has no field code
coopy/Coopy.hx:1226: characters 8-26 : Class<python.Syntax> has no field code
coopy/Coopy.hx:1227: characters 15-33 : Class<python.Syntax> has no field code
make: *** [Makefile:122: py] Fehler 1

If I do make py2, I get a similar error.

turion avatar Mar 08 '20 19:03 turion

For some reason, make cpp succeeds further.

turion avatar Mar 08 '20 20:03 turion

This is likely a haxe version issue. Version 4.0.5 works, could you check haxe --version?

paulfitz avatar Mar 12 '20 19:03 paulfitz

Sorry for the long delay, I can't reproduce currently as I'm trying to use the PyPi released version currently.

turion avatar Feb 26 '24 16:02 turion