Gustavo Olaza writes:
> matcher/.deps/msetpostlist.Plo:5: atención: hay un carácter NUL; se
> ignora el resto de la línea
> [...]
> libtool: link: `matcher/msetpostlist.lo' is not a valid libtool object

These both sound to me like the build was stopped uncleanly while compiling
matcher/msetpostlist.cc, so these files contain incomplete output.  Try
deleting these two files, and rerunning make, i.e.:

    rm matcher/.deps/msetpostlist.Plo matcher/msetpostlist.lo
    make

And if you get similar errors for other .Plo or .lo files, delete those
similarly.

Cheers,
    Olly

_______________________________________________
Sugar mailing list
[email protected]
http://mailman.laptop.org/mailman/listinfo/sugar

Reply via email to