Date: prev next · Thread: first prev next last
2010 Archives by date, by thread · List index



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@novell.com  <><, Pseudo Engineer, itinerant idiot



Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.