https://issues.apache.org/ooo/show_bug.cgi?id=122486

--- Comment #2 from Ariel Constenla-Haile <[email protected]> ---
(In reply to SVN Robot from comment #1)
> "arielch" committed SVN revision 1490174 into trunk:
> i122486 - Use internal expat on Linux

This isn't enough:

CONFIGURE_FLAGS+= --with-expat=$(OUTDIR)

does not set the proper include directive. Configure will add

-L$(OUTDIR)/lib to LDFLAGS
-I$(OUTDIR)/include to CPPFLAGS

but the build environment uses inc/ instead of include/, so expat header file,
that is delivered in $(OUTDIR)/inc/external, $(OUTDIR)/inc is aka
$(SOLARINCDIR), cannot be found.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Reply via email to