[Libreoffice] compilation failed in lotuswordpro

Caolán McNamara caolanm at redhat.com
Sat Apr 16 14:10:38 PDT 2011


On Sat, 2011-04-16 at 22:39 +0200, Bjoern Michaelsen wrote:
> This is because the header target depends on everything we need
> to compile the objects: which is our own headers and the headers of all
> libs we link against.

uh huh, got clobbered there because I assumed it was only a check on
headers in that specific dir, and there aren't any in there.

> So:
> 
> - running the test depends on linking the test
> - linking the test depends on the header target of the test
> - the header target depends on the Package that creates the rdb
> 
> thus the test wont be run before the rdb is up to date.

Hmm, and how about making sure the test won't be run before the
Library_lwpft target itself is built, given that the test doesn't
actually link against it, but does a createInstance on it. Is that
implied in there somewhere.

C.



More information about the LibreOffice mailing list