Build windows failed on 4.0.5 branch

Michael Stahl mstahl at redhat.com
Wed Oct 2 01:59:55 PDT 2013


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?



More information about the LibreOffice mailing list