-
-
Notifications
You must be signed in to change notification settings - Fork 11.2k
OpenSSL failed to nmake clean due to fatal error U1095 on windows with MSVC #10553
Copy link
Copy link
Closed
Labels
triaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug
Description
Environment:
Windows Server 2016 + VS2017 + openssl master branch latest source code.
Issue description:
I tried to build openssl using VS2017 on Windows Server 2016. We found that openssl failed to nmake clean due to fatal error U1095: expanded command line 'rmdir /Q /S doc\html\man3\ADMISSIONS.html on windows with MSVC. It can be reproduced on latest master revision be3acd7 reversion. Could you please help take a look at this? Thanks in advance!
Repro steps:
- git clone https://github.com/openssl/openssl D:\openssl\src
- cd D:\openssl\src
- perl Configure VC-WIN32
- nmake clean
Actual result:
NMAKE : fatal error U1095: expanded command line 'rmdir /Q /S doc\html\man3\ADMISSIONS.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triaged: bugThe issue/pr is/fixes a bugThe issue/pr is/fixes a bug