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
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.