Hi I haveVS2015 update 3 and now i have an issue with autogen.sh script...
This command line generated by autogen.sh script doesn't work (contest.c is a copy of the conftest.c file used by autogen.sh script) Even if i enter this in a cmd terminal, the result is the same (as i expect) C:/PROGRA~2/MICROS~1.0/VC/bin/cl.exe -arch:SSE -c -IC:/PROGRA~2/WI3CF2~1/10/Include/10.0.14393/ucrt c:\sources\lode\dev\conftest.c c:\sources\lode\dev\conftest.c(43): fatal error C1083: Cannot open include file: 'assert.h': No such file or directory to troubleshoot this issue, i use windows path format and it works ! C:\Users\regis>C:/PROGRA~2/MICROS~1.0/VC/bin/cl.exe -arch:SSE -c -IC:"\Program Files (x86)\Windows Kits\10\Include\10.0.14393.0\ucrt" -IC:"\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include" c:\sources\lode\dev\conftest.c (i have added the VC\include directory because cl.exe complains the vcruntime.h is missing) it seems to be a PATH issue with 8.3 format filename...A clue to know what to do ? Best Regards Régis Perdreau _______________________________________________ LibreOffice mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice
