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.