Hi,
When I build the latest libreoffice on windows 7 64bit, I got the following error.
$ /opt/lo/bin/make
/opt/lo/bin/make -j 1 -rs -f D:/libo/Makefile.gbuild
[build DEP] LNK:Library/iunoidl.lib
[build DEP] LNK:Executable/ucpp.exe
[build DEP] LNK:Library/istore.lib
[build DEP] LNK:Library/isalhelper.lib
[build DEP] LNK:Library/iuwinapi.lib
[build DEP] LNK:Library/isal.lib
[build DEP] LNK:Library/ireg.lib
[build DEP] LNK:Executable/idlc.exe
[build DEP] LNK:Executable/cppumaker.exe
[build DEP] LNK:StaticLibrary/codemaker_cpp.lib
[build DEP] LNK:StaticLibrary/codemaker.lib
[build IDL] udkapi/com/sun/star/idl
make[1]: *** [D:/libo/workdir/wntmsci13.pro/UnoApiPartTarget/udkapi/com/sun/star/idl.done] Error 3
make: *** [build] Error 2
And at the same time, An error dialog showed “idlc.exe has stoped working.”. It means ildc.exe crash… Any suggestions?
I compile the same source code in two different windows 7, and get the same problem.
After google and google, I can’t get nothing useful.
Thanks in advance.