conscience1 / hxswfml

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

Unknown identifier in AudioWriter.hx #10

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Building C++ target fails in AudioWriter.hx because of unresolved name: Element 
(I believe it's only available in JavaScript target).

If I replace the offending code:

- case Element.Info(info): // ignore
+ case Info(info): break;

Like this, it seems to pass the parsing.

My setup:

$ haxe -version
3.1.0
$ cat /proc/version 
Linux version 3.12.11-201.fc19.x86_64 
(mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 4.8.2 20131212 (Red 
Hat 4.8.2-7) (GCC) ) #1 SMP Fri Feb 14 19:08:33 UTC 2014

Original issue reported on code.google.com by olegsivokon@gmail.com on 23 Feb 2014 at 11:49

GoogleCodeExporter commented 9 years ago
Thanks. Fixed it.

Original comment by adn...@gmail.com on 24 Feb 2014 at 2:13