'StylePoolImpl::createIterator': function does not take 0 arguments
Miklos Vajna
vmiklos at collabora.co.uk
Thu Mar 29 12:45:10 UTC 2018
Hi,
On Thu, Mar 29, 2018 at 05:32:00PM +0900, himajin100000 <himajin100000 at gmail.com> wrote:
> SO THE COMMAND I USED WAS:
> ====
> /cygdrive/c/sources/libo-core/autogen.sh --enable-64-bit
> --enable-sal-log --enable-dbgutil --enable-selective-debuginfo="sw/ sc/
> vcl/ sax/ svx/" --with-lang="ja"
> --with-external-tar=/cygdrive/c/sources/lo-externalsrc
> --with-junit=/cygdrive/c/sources/junit-4.12.jar
> --with-hamcrest=/cygdrive/c/sources/hamcrest-core-1.3.jar
> --with-ant-home=/cygdrive/c/sources/apache-ant-1.10.2 --enable-pch
> --disable-ccache --with-windows-sdk=10.0 --with-visual-studio=2017
>
> /cygdrive/c/cygwin64/opt/lo/bin/make build-nocheck gb_COLOR=1 dbglevel=3
> ====
The following switches are not necessary for a first debug build:
- --enable-sal-log
- --enable-selective-debuginfo
- --disable-ccache
- --with-windows-sdk=10.0
- --with-visual-studio=2017
- --enable-64-bit
- dbglevel=3
- gb_COLOR=1
Where did you find the info that suggested these are necessary? If it's
some wiki page, it would be good to fix it. The more custom switches you
use, the more probably you hit some corner case nobody tested before.
I.e. something like this:
--enable-dbgutil
--enable-werror
--with-junit=...
--with-ant-home=...
--with-external-tar=...
should be enough.
Regards,
Miklos
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <https://lists.freedesktop.org/archives/libreoffice/attachments/20180329/329fcf0c/attachment.sig>
More information about the LibreOffice
mailing list