On 4/11/17, 12:38 AM, "[email protected]" <[email protected]>
wrote:
>Hi all,
>
>I'm try to compile FlexJs on a Debian GNU/Linux Stretch, but I have the
>following errors:
>
>compile:
> [echo] Compiling libs/Core.swc
> [echo] FLEX_HOME: /home/flex/FlexJS/flex-asjs
> [echo] FALCON_HOME:
>/home/flex/FlexJS/flex-asjs/../flex-falcon/compiler
> [echo] playerglobal.version: 11.1
> [echo] target:
>/home/flex/FlexJS/flex-asjs/frameworks/projects/Core/target/Core.swc
> [echo] copy to: /home/flex/FlexJS/flex-asjs/frameworks/libs/Core.swc
> [compc] Loading configuration:
>/home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/config/compi
>le-as-config.xml
> [compc]
> [compc]
> [compc]
>/home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/flex/org/apa
>che/flex/core/SimpleValuesImpl.as(167): col: 20 Error: Access of possibly
>undefined property JSON.
> [compc]
> [compc] return JSON.parse("{" + value + "}");
> [compc] ^
> [compc]
> [compc]
>/home/flex/FlexJS/flex-asjs/frameworks/projects/Core/src/main/flex/org/apa
>che/flex/geom/Rectangle.as(261): col: 21 Error: Access of possibly
>undefined property JSON.
> [compc]
> [compc] var obj:Object = JSON.parse(str);
> [compc] ^
> [compc]
>
>
>I prefer to solve the problem and have a successfully compilation.
Hi Davide, which version of the sources are you using? I believe Justin
recently fixed the nightly build for, but earlier releases didn't work.
Thanks,
-Alex