Предупреждение: не удалось найти определение, от которого зависит by в SWC.

Справка.
С помощью flashdevelop я скомпилировал "swc" SVGRenderer для as3 (https://github.com/LucasLorentz/AS3SVGRenderer) Когда я компилирую проект SWC, у меня не возникает никаких проблем. Но когда я импортирую их в свой проект AS3 AIR, FlashDevelops выводит следующие предупреждения (не ошибки):

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.base.SVGElement in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.SVGTSpan in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by com.lorentz.SVG.display.SVGDocument in the SWC C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc
Warning: The definition com.lorentz.SVG.svg_internal depended on by      com.lorentz.SVG.display.base.SVGTextContainer in the SWC       C:\Users\Usuario\IlliaTV_editor\lib\SVGRenderer.swc could not be found

Я понятия не имею, почему появляются предупреждения. Код работает нормально, он загружает файл изображения svg и показывает его правильно, но я не хочу, чтобы эти предупреждения отображались в консоли вывода.

Спасибо.


person Ciberman    schedule 14.04.2014    source источник


Ответы (1)


Изменение проекта -> свойства -> Путь сборки -> Тип ссылки на «объединенный» исправило это для меня.

Затем вы получаете предупреждения компилятора, которые я не понял, как исправить.

person BlueRaja - Danny Pflughoeft    schedule 26.09.2014