[PATCH] EasyHack, fdo#46808, Adapt UNO services to new style, Part 1
Stephan Bergmann
sbergman at redhat.com
Tue Mar 27 05:58:46 PDT 2012
On 03/27/2012 02:48 PM, Noel Grandin wrote:
> I'm starting work on converting some of the call-sites, and I seem to be
> running into an include path problem that my makefile skills are a
> little inadequate to debug.
>
> Specifically, I'm adding the include
> #include <com/sun/star/beans/Introspection.hpp>
> to
> svx/source/form/fmshimp.cpp
> so I can call
> Introspection::create
> and gcc complains about "no such file or directory"
>
> I've traced the compiler-include-infrastructure back to
> gb_UnoApiTarget_get_header_target in solenv/gbuild/UnoApiTarget.mk and
> then I get lost :-)
Ach, looks like we both forgot about
<https://bugs.freedesktop.org/show_bug.cgi?id=46808#c2> again, the need
to move idl files from gb_UnoApiTarget_add_idlfiles_noheader to
gb_UnoApiTarget_add_idlfiles_nohdl. ;)
Can you produce a fix for your five parts so far (I guess one commit
that can be applied on top the other five and addresses all the
conversions would be just fine).
Stephan
More information about the LibreOffice
mailing list