Hi, >> So. I think we should get Flex SDK working without AIR and PixelBlender and >> then our own cross platform AIR and PixelBlender. > Please, I am asking again that you do not take this approach.
Think there's a little confusion here to what is contained in the binary kit. Perhaps this will help: - The mxml and compc compilers are just shell scripts that run java. May or may not require changes to run on Linux. - The lib directory contains compile jars for the compilers (and a few other things), being jars they should work on Linux. - The Flex framework is compiled swcs. Don't need to be recompiled on Linux. - The binary is compiled/configured for Flash Player 11.1 (which Linux supports) and AIR 3.4 (which it doesn't). If you're only making browser apps then this could be ignored. So it may be that you don't need to actually recompile anything to use the SDK on Linux. Certainly worth a try I think. If you want to support AIR on Linux as well you would need to replace AIR 3.4 with AIR 2.6 (for Linux) and change the SDK configuration to use Flash Player 10.2 (off top of my head). Justin
