[Laszlo-dev] problem building lzo's in 4.2
P T Withington
ptw at pobox.com
Mon Jan 5 20:06:52 PST 2009
Binary libraries are not completely working in 4.2:
http://jira.openlaszlo.org/jira/browse/LPP-7249
http://jira.openlaszlo.org/jira/browse/LPP-7184
But this sounds like another problem, assuming you are not building
for swf9, yet?
Better file a bug. If there is any chance you can construct a test
case smaller than all of webtop, that would be great.
On 2009-01-05, at 21:47EST, Lorien Henry-Wilkins wrote:
> Hi guys,
>
> I'm running into a problem when trying to build lzo's in 4.2. The
> situation is this:
>
> A class in the webtop framework depends on a component that will be
> compiled into an lzo. The framework lzo gets compiled first (before
> the component it depends on). Next the components are compiled,
> which depend on the framework. A compile error is thrown when the
> first component is compiled. The error states that there is a
> duplicate class definition in the framework lzo for the component
> that the framework depends on. The error implies to me that the
> component was copied into the framework lzo, hence the duplicate
> class definition because the class then exists in the lzo, and in
> the component directory.
>
> This dependency structure is no different than our code in pagan-
> deities, but in pagan-deities this does not cause a problem. Did
> something change in 4.2 that would cause this problem, and if so
> what do you recommend we do about it?
>
> Thanks!
> Lorien
More information about the Laszlo-dev
mailing list