Probably that's because OSMF.swc file in [Flex SDK]/frameworks/libs has
uppercased name since Flex SDK 4.12, but the corresponding entry in
flex-config.xml file still contains lowercased name.
On 11.03.2014 13:40, Tom Chiverton wrote:
As soon as I try to use an RSL for the framework files my passing
-static-link-runtime-shared-libraries=false to MXMLC, compile fails with
/home/tchiverton/workspace/apache-flex-4.12/apache-flex-sdk-4.12.0-bin/frameworks/flex-config.xml(411):
Error: unable to open 'libs/osmf.swc'
and there's a comment in the flex-config that says for that library:
<!--
Even though there is no OSMF rsl leave this in so that in
a FlashBuilder
Flex Library project, FlashBuilder will allow "Link Type"
to be external.
If I comment this block out, all is good. This is an Ant-based install
on Linux - does the flex-config have to be this way ? Is there a way
to flag it so MXMLC isn't confused ?