[Libreoffice] Error compilation on sc

Michael Meeks michael.meeks at novell.com
Mon Dec 13 04:31:44 PST 2010


On Mon, 2010-12-13 at 10:32 +0000, Michael Meeks wrote:
> On Sun, 2010-12-12 at 13:57 +0000, Caolán McNamara wrote:
> > So at least we can get the name of the "missing" symbol
> ...
> > There's some broken dependency somewhere and something isn't getting
> > rebuilt.

	It turns out this was:

	sd/source/ui/dlg/makefile.mk

	which had three of objects not mentioned in SLOFILES; one of which was
required to be re-built. Updating, re-building all_dlg.dpslo and then
re-making again should fix this.

	Frightening that our dependencies are shot here and there with holes.
Hopefully the gnumake migration will fix this; in the meantime this can
help a little:

$ grep \.obj makefile.mk | sed 's/.*\///' | sed 's/\.obj.*//' | sort | uniq -c | sort -n

	in files where SLOFILES is not re-used for the contents of a library.

	HTH,

		Michael.

-- 
 michael.meeks at novell.com  <><, Pseudo Engineer, itinerant idiot




More information about the LibreOffice mailing list