[Laszlo-dev] problem building lzo's in 4.2
Lorien Henry-Wilkins
lhenrywilkins at laszlosystems.com
Mon Jan 5 18:47:05 PST 2009
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