Hello,

I change my environment, now I am on windows 7, I had to apply some patch to 
visual studio because I had thies problems:

Problème visual studio 2010:
http://blogs.msdn.com/b/heaths/archive/2011/04/01/visual-c-2010-sp1-compiler-update-for-the-windows-sdk-7-1.aspx
https://connect.microsoft.com/VisualStudio/feedback/details/660584/windows-update-kb2455033-breaks-build-with-missing-ammintrin-h


But now, the build stop at:

Patch FAILED lp_solve_5.5-windows.patch

By reading this, I apply this patch 
http://nabble.documentfoundation.org/Lpsolve-errors-trying-to-build-LibreOffice-4-1-on-Windows-XP-with-VS-Express-2010-td4069316.html

with no result :(

________________________________________
De : libreoffice-bounces+matthieu.gay=capgemini....@lists.freedesktop.org 
[libreoffice-bounces+matthieu.gay=capgemini....@lists.freedesktop.org] de la 
part de Gay, Matthieu [matthieu....@capgemini.com]
Envoyé : mercredi 2 octobre 2013 11:40
À : Michael Stahl
Cc : LibreOffice dev
Objet : RE:Build windows failed on 4.0.5 branch

After a clean of nss module, and a make of this module I have an alert of 
Visual Studio Debugger wich tell me that a Win32 exception happened in my 
make.exe [8088]


Here the log:

creating pr/src/threads/combined/Makefile
      0 [main] bash 4640 stdio_init: couldn't make stderr distinct from stdout
      0 [main] touch 2300 stdio_init: couldn't make stderr distinct from stdout
Multiprocessing build is finished
Maximal number of processes run: 1
make[1]: Leaving directory `/cygdrive/f/git/libo_master_windows'

So I try to redownload the make from here 
http://dev-www.libreoffice.org/bin/cygwin/make and i have the same error.
________________________________________
De : Michael Stahl [mst...@redhat.com]
Envoyé : mercredi 2 octobre 2013 10:59
À : Gay, Matthieu
Cc : LibreOffice dev
Objet : Re: Build windows failed on 4.0.5 branch

On 02/10/13 10:18, Gay, Matthieu wrote:
> Hello,
>
> Thanks for the answer:
>
> So I have nss.h only in 
> "nss\wntmsci12.pro\misc\build\nss-3.13.5\mozilla\security\nss\lib\nss"

so... nss/prj/d.lst expects the headers to be in ..\%__SRC%\inc\nss\*.h
 which is nss\wntmsci12.pro\inc\nss - something should have copied the
headers there but didn't.

the relevant command should be BUILD_ACTION in nss/makefile.mk line 237.

> I try to rebuild nss and I don't think this is good, see the following log:
>
> dummy.c(2) : fatal error C1083: Cannot open include file: 'pthread.h': No 
> such file or directory
> no

that is expected during configure - no pthread.h on win32

> creating pr/src/threads/combined/Makefile
>       0 [main] bash 7216 stdio_init: couldn't make stderr distinct from stdout
>       0 [main] touch 7212 stdio_init: couldn't make stderr distinct from 
> stdout
> Multiprocessing build is finished
> Maximal number of processes run: 1

that looks like all it does is run configure - there is nothing here
indicating anything was actually compiled.  does it do more if you "make
nss.clean" first?

This message contains information that may be privileged or confidential and is 
the property of the Capgemini Group. It is intended only for the person to whom 
it is addressed. If you are not the intended recipient, you are not authorized 
to read, print, retain, copy, disseminate, distribute, or use this message or 
any part thereof. If you receive this message in error, please notify the 
sender immediately and delete all copies of this message.

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

Reply via email to