Hi,

On Thu, Mar 29, 2018 at 05:32:00PM +0900, himajin100000 
<himajin100...@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

Attachment: signature.asc
Description: Digital signature

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to