flex open source sdk compile error of samples on linux
Posted
by Oki
on Stack Overflow
See other posts from Stack Overflow
or by Oki
Published on 2010-03-13T13:31:51Z
Indexed on
2010/03/13
13:35 UTC
Read the original article
Hit count: 278
I downloaded lastest version of flex open source sdk. I wanted to compile some samples specifically explorer example. At first build.sh gave me weird error and with little search I nailed it by converting all bash files and mxml files with dos2unix. It is file type error. However now I get this error
./build.sh
Error: Could not resolve <mx:Script> to a component implementation. <mx:Script>
When I execute build.sh, some of the samples give this weird error. I searched this error on the net, their solution is to add -Duser.language=en -Duser.region=US
as jre parameters. However, this solution is for Turkish Windows XP.
My system is Pardus, yet another linux distribution.
© Stack Overflow or respective owner