[Open Office] Building ucb, webdav with neon 0.25 does not
link with expat
Caolan McNamara
caolanm at redhat.com
Mon Mar 27 09:47:15 EST 2006
On Mon, 2006-03-27 at 16:33 +0200, Alberto Escudero Pascual wrote:
> Hi Jan,
>
> The error takes place when making libucpdav1.so, libneon calls
> XML_ParserFree that is part of expat (XML parser). I am using
> --with-system-neon
>
> But i am not sure that this is the "nice" way to it.
The proper fix is probably something like in solenv/inc/libs.mk change
NEON3RDLIB=-lneon
to
.IF "$(SYSTEM_NEON)"=="YES"
NEON3RDLIB=$(NEON_LIBS)
.ELSE
NEON3RDLIB=-lneon
.ENDIF
C.
More information about the Openoffice
mailing list