简体   繁体   English

如何在flex 3中修复不一致的链接错误?

[英]How do I fix an inconsistent linkage error in flex 3?

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. 我很高兴地发现Adobe免费发布了数据可视化,所以即使我没有Flex Builder Professional,我也可以使用花哨图表和所有项目。 So I installed the new 3.4 sdk along with the data visualizations. 所以我安装了新的3.4 sdk以及数据可视化。 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. 我当前有-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. / Applications / Adob​​e Flex Builder 3 / sdks / 3.4.0 / frameworks / locale / en_US / datavisualization_rb.swc $ locale / en_US / core.properties中的辅助链接 - 'en_US $ core_properties'标记为extern,但是'en_USGBC $ core_properties ' 不是。

Any help would be appreciated. 任何帮助,将不胜感激。

尝试使用-locale en_US

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM