You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Michael Stahl <ms...@openoffice.org> on 2011/06/20 11:48:07 UTC

[PATCH] make OOO340m1 build...

hi all,

yesterday i did a build of OOO340m1 on my laptop (unxlngx6), which broke 
in various places.

it seems that the GStreamer stuff is broken due to changes in 2 
different CWSes that conflict.

also, i'm using GCC 4.6, which apparently has crawled a little closer to 
the C++ standard, and the code evidently isn't prepared for that.

then i've had a problem that i don't quite understand, but it's easily 
fixed:
the methods defined by the macro DECLARE_UNO3_AGG_DEFAULTS (from 
comphelper/uno3.hxx) apparently are not exported from the shared object, 
at least in one case.
to me this whole macro seems quite useless because all it does is 
forward to the base class, so i've just removed the problematic 
invocation, which seems to work fine here.

regards,
  michael