wotwot / haxevideo

Automatically exported from code.google.com/p/haxevideo
0 stars 0 forks source link

haxevideo compilation issue #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. using haxe r4106
2. haxevideo from trunk

When compiling video.hxml, have following compilation error:

hxvid/Commands.hx:85: characters 19-40 : format.amf.#Tools has no field bool
Press enter to exit...

Original issue reported on code.google.com by raphael....@gmail.com on 24 Feb 2012 at 3:32

GoogleCodeExporter commented 9 years ago
I have this problem too. I'm a complete beginner. Any help is much appreciated. 
Thanks.

Original comment by ramkrish...@gmail.com on 3 Jan 2013 at 10:05

GoogleCodeExporter commented 9 years ago
Got it working. Under format/amf (lib), Tools.hx:91, bool is defined as abool. 
I have no idea why but changing this to just bool worked. Perhaps 
Commands.hx:85 should use abool instead. I have absolutely no clue about Haxe.

Original comment by ramkrish...@gmail.com on 3 Jan 2013 at 10:50