Re: [BUILD FAILED] Failing when build Libreoffice source on Windows platform

2019-02-22 Thread Thorsten Behrens
Hi Duy Vu,

Duy Vu wrote:
> I was failed while executing "../../opt/bin/make". (*I attached build log
> and some related files*)
> 
> Can you please check this?
> 
Odd error - did you run make clean before doing your new build (or was
it in a completely new checkout anyway)?

The interesting piece from the build log is:

[build C  ] solenv/bin/concat-deps.c
[build DEP] LNK:Executable/makedepend.exe
[build LNK] Executable/makedepend.exe
cl : Command line warning D9025 : overriding '/Od' with '/O2'
/usr/bin/sh: 
C:/Projects/libreoffice/dev/core/workdir/LinkTarget/Executable/concat-deps.exe: 
No such file or directory
[build LNK] Executable/concat-deps.exe

Which looks like a race..

The concat-deps.exe.d you attached contains DOS lineends, which might
be a sideeffect of that race - since
https://gerrit.libreoffice.org/40452 those should be filtered out.

No good ideas here currently, perhaps problem is best solved
interactively on IRC. One more thing to try to get you unblocked is
running 'make soltools.clean; make soltools.build' manually, then run
'make' again. Does that get you further?

Cheers,

-- Thorsten

signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: [BUILD FAILED] Failing when build Libreoffice source on Windows platform

2019-02-17 Thread Thorsten Behrens
Hi Duy Vu,

Duy Vu via LibreOffice wrote:
> I am following this guide:
> https://wiki.documentfoundation.org/Development/BuildingOnWindows
> 
Bit unclear from the link - are you using lode, or the manual setup?

If the latter, then please consider using lode
(https://wiki.documentfoundation.org/Development/lode), as this
results in a much better defined setup.

> Libassuan v has been configured as follows:
> 
> Revision:   ()
> Platform: i686-pc-mingw32
> 
Only thing that comes to mind - buiding a 64bit Windows version from a
32bit cygwin is no longer supported.

Cheers,

-- Thorsten


signature.asc
Description: PGP signature
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice

[BUILD FAILED] Failing when build Libreoffice source on Windows platform

2019-02-16 Thread Duy Vu via LibreOffice
Hi guys,

I am new here.
I am facing a failed message while execute /opt/lo/bin/make (as attached).
Can you please help me?

I am following this guide:
https://wiki.documentfoundation.org/Development/BuildingOnWindows

Thanks,
Vu Khanh Duy
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating src/Makefile
config.status: creating doc/Makefile
config.status: creating tests/Makefile
config.status: creating src/libassuan-config
config.status: creating src/versioninfo.rc
config.status: creating config.h
config.status: config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands

Libassuan v has been configured as follows:

Revision:   ()
Platform: i686-pc-mingw32

Making all in m4
Making all in src
mkheader.c
usage: mkheader host_os template.h version version_number
make[4]: *** [Makefile:1193: assuan.h] Error 1
make[3]: *** [Makefile:448: all-recursive] Error 1
make[2]: *** [Makefile:379: all] Error 2
make[1]: *** 
[C:/libreoffice_source/core/external/libassuan/ExternalProject_libassuan.mk:26: 
C:/libreoffice_source/core/workdir/ExternalProject/libassuan/build] Error 1
make[1]: *** Waiting for unfinished jobs
make: *** [Makefile:282: build] Error 2
___
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice