Date: prev next · Thread: first prev next last
2012 Archives by date, by thread · List index


On 09/05/12 19:12, Lubos Lunak wrote:
 Commit f4f4e3c050b117a8bfaa95a865b3b37bcb637516 now breaks build on the 
Win-x86_6-fast tinderbox, see e.g. 
http://tinderbox.libreoffice.org/cgi-bin/gunzip.cgi?tree=MASTER&brief-log=1336580405.5265#err175 .

With verbose debug, one error looks like this:

$ make
[ build CXX ] writerfilter/source/doctok/WW8FontTable.cxx
make[1]: Entering directory `/home/tinderbox/libreoffice/writerfilter'
S=C:/cygwin/home/tinderbox/libreoffice && O=$S/solver/wntmsci12.pro && 
W=$S/workdir/wntmsci12.pro &&  mkdir -p 
$W/CxxObject/writerfilter/source/doctok/ 
$W/Dep/CxxObject/writerfilter/source/doctok/ 
&&  /cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin/cl.exe -DBOOST_MEM_FN_ENABLE_CDECL -DCPPU_ENV=msci 
-DENABLE_GRAPHITE -DENABLE_GTK -DINTEL -DM1500 -DMSC -DNDEBUG -DNOMINMAX -DOPTIMIZE 
-DOSL_DEBUG_LEVEL=0 -DSOLAR_JAVA -DSUPD=360 -DWIN32 -DWINVER=0x0500 -DWNT 
-D_CRT_NONSTDC_NO_DEPRECATE -D_CRT_NON_CONFORMING_SWPRINTFS -D_CRT_SECURE_NO_DEPRECATE -D_DLL 
-D_MT -D_REENTRANT -D_WIN32_IE=0x0500 -D_X86_=1  -D_DLL  -DWRITERFILTER_DOCTOK_DLLIMPLEMENTATION  
 -Gd -GR -Gs -GS -Gy -MD -nologo -Wall -wd4005 -wd4061 -wd4127 -wd4180 -wd4189 -wd4191 -wd4217 
-wd4242 -wd4244 -wd4245 -wd4250 -wd4251 -wd4265 -wd4275 -wd4290 -wd4294 -wd4350 -wd4355 -wd4365 
-wd4503 -wd4505 -wd4511 -wd4512 -wd4514 -wd4555 -wd4611 -wd4619 -wd4625 -wd4626 -wd4640 -wd4668 
-wd4675 -wd4686 -wd4692 -wd4706 -wd4710 -wd4711 -wd4373 -wd4738 -wd4786 -wd4800 -wd4820 -wd4826 
-wd4917 -wd4996 -Zc:forScope,wchar_t- -Zm500   -DEXCEPTIONS_ON -EHa  -Ob1 -Oxs -Oy-  
-Fd$W/LinkTarget/pdb/Library/idoctok.lib.pdb  -I$S/writerfilter/source/doctok/  -I$O/
inc/external -I$O/inc -I$S/solenv/inc -IC:/PROGRA~2/Java/JDK15~1.0_2/include/win32 
-IC:/PROGRA~2/Java/JDK15~1.0_2/include -IC:/PROGRA~1/MICROS~3/Windows/v7.1/include 
-IC:/PROGRA~2/MICROS~1.0/VC/include -IC:/PROGRA~2/MI0FC3~1/include   -I$S/writerfilter/inc 
-I$S/writerfilter/source -I$S/writerfilter/source/doctok -I$W/CustomTarget/writerfilter/source 
-I$W/CustomTarget/writerfilter/source/ooxml -I$W/CustomTarget/writerfilter/source/doctok  
-I$W/UnoApiHeadersTarget/offapi/normal -I$W/UnoApiHeadersTarget/udkapi/normal  -c 
$S/writerfilter/source/doctok/WW8FontTable.cxx 
-Fo$W/CxxObject/writerfilter/source/doctok/WW8FontTable.o
cl : Command line error D8038 : invalid 
argument '-IC:/cygwin/home/tinderbox/libreoffice/solver/wntmsci12.pro/inc/external 
-IC:/cygwin/home/tinderbox/libreoffice/solver/wntmsci12.pro/inc 
-IC:/cygwin/home/tinderbox/libreoffice/solenv/inc -IC:/PROGRA~2/Java/JDK15~1.0_2/include/win32 
-IC:/PROGRA~2/Java/JDK15~1.0_2/include -IC:/PROGRA~1/MICROS~3/Windows/v7.1/include 
-IC:/PROGRA~2/MICROS~1.0/VC/include -IC:/PROGRA~2/MI0FC3~1/include   
-IC:/cygwin/home/tinderbox/libreoffice/writerfilter/inc 
-IC:/cygwin/home/tinderbox/libreoffice/writerfilter/source 
-IC:/cygwin/home/tinderbox/libreoffice/writerfilter/source/doctok 
-IC:/cygwin/home/tinderbox/libreoffice/workdir/wntmsci12.pro/CustomTarget/writerfilter/source 
-IC:/cygwin/home/tinderbox/libreoffice/workdir/wntmsci12.pro/CustomTarget/writerfilter/source/ooxml
 
-IC:/cygwin/home/tinderbox/libreoffice/workdir/wntmsci12.pro/CustomTarget/writerfilter/source/doctok
  -IC:/cygwin/home/tinderbox/libreoffice/workdir/wntmsci12.pro/UnoApiHeadersTarget/offapi/normal 
-IC:/cygwin/home/tinderbox/libr
eoffice/workdir/wntmsci12.pro/UnoApiHeadersTarget/udkapi/normal'
make[1]: *** 
[C:/cygwin/home/tinderbox/libreoffice/workdir/wntmsci12.pro/CxxObject/writerfilter/source/doctok/WW8FontTable.o]
 
Error 2
make[1]: Leaving directory `/home/tinderbox/libreoffice/writerfilter'


 I don't understand what the actual problem is, because if I copy&paste the 
command and run it manually, it works without problems. I've also checked the 
arguments passed to cl.exe and they seem to be split properly (attached).

rats, very puzzling indeed... and why only for this file? no idea what
that could be, this problem needs some experimenting locally.
can you try to hack around with the compile command in WNT_MSC_foo.mk to
see where it comes from?   (the part it complains about is $(INCLUDE)
obviously)


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.