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


Hi,

On Sun, Jul 07, 2013 at 11:00:12PM +0200, John Smith <lbalbalba@gmail.com> wrote:
Im trying to build libreoffice with gcov/lcov code coverage. Im
following these steps :
https://wiki.documentfoundation.org/Development/Lcov

But im getting this error: http://pastebin.com/ugnMJsyd

I tried adding  '-lgcov' for ENVLINKFLAGS and LDFLAGS, but that doesnt help.

Any thoughts and pointers appreciated.

I'm regularly building part of the code with gcov options using this
script:

http://cgit.freedesktop.org/libreoffice/contrib/dev-tools/tree/lcov/coverage.sh

So, setting gb_GCOV does the right thing here. If you want to do that
for the whole build, try using:

----
make bootstrap fetch
make -j <num> -rs -f Makefile.gbuild gb_GCOV=YES
----

instead of plain "make".

HTH,

Miklos

Attachment: signature.asc
Description: Digital signature


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.