Hrm.

It appears I get the openldap build error when I do the build like this
(like it happens with the tb script) :

$ LDFLAGS+='-fprofile-arcs'
$ CFLAGS+='-fprofile-arcs -ftest-coverage'
$ CXXFLAGS+='-fprofile-arcs -ftest-coverage'
$ CPPFLAGS+='-fprofile-arcs -ftest-coverage'
$ export LDFLAGS CFLAGS CXXFLAGS CPPFLAGS
$ ./autogen.sh --enable-python=internal --disable-online-update
--without-system-libs --without-system-headers
$ make build-nocheck



But not when I do the build like this (like I do on the cmdline, or is done
in the lcov-report.sh script) :

$ LDFLAGS+='-fprofile-arcs' CFLAGS+='-fprofile-arcs -ftest-coverage'
CXXFLAGS+='-fprofile-arcs -ftest-coverage' \
CPPFLAGS+='-fprofile-arcs -ftest-coverage' ./autogen.sh
--enable-python=internal --disable-online-update \
--without-system-libs --without-system-headers
$ make build-nocheck


- Maarten
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to