Apache – How to fix an inconsistent linkage error in flex 3

apache-flexlocalizationsdk

I was excited to find out that Adobe released the data visualization for free so I can use the fancy charts and all with my projects even though I don't have Flex Builder Professional. So I installed the new 3.4 sdk along with the data visualizations. Most all of my projects did fine except for one. This particular project uses localizations. Are there any new compiler arguments that I need to include? I current have -source-path=locale/{locale} -allow-source-path-overlap=true. I get the inconsistent linkage error below:

Inconsistant linkage in /Applications/Adobe Flex Builder 3/sdks/3.4.0/frameworks/locale/en_US/datavisualization_rb.swc$locale/en_US/core.properties – 'en_US$core_properties' is marked as extern, but 'en_USGBC$core_properties' is not.

Any help would be appreciated.

Best Answer

Try use -locale en_US

Related Topic