Hi, On Sun, Jul 07, 2013 at 11:00:12PM +0200, John Smith <[email protected]> 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
signature.asc
Description: Digital signature
_______________________________________________ LibreOffice mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice
