[Laszlo-dev] problem building lzo's in 4.2
Lorien Henry-Wilkins
lhenrywilkins at laszlosystems.com
Wed Jan 7 17:04:35 PST 2009
OK I was able to isolate the problem in a simple test case. See
http://jira.openlaszlo.org/jira/browse/LPP-7583
Thanks!
Lorien
On Mon, Jan 5, 2009 at 8:06 PM , P T Withington wrote:
> 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