Opened 11 years ago
Last modified 11 years ago
#3650 open defect
configure fails for VS2013 if environment variable 'CL' was set
Reported by: | Michael | Owned by: | |
---|---|---|---|
Priority: | minor | Component: | documentation |
Version: | git-master | Keywords: | msvc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug:
Certain values for the environment variable 'CL' on Windows break MSVC-based builds.
How to reproduce:
Set CL to '/MP' (or similar arguments containing forward slashes)
On several occasions (configure and actual build) msys path conversion kicks in and mangles the environment variable into something like 'c:\mingw\msys\1.0\MP', leading to missing bogus files for compiler and linker.
Solution:
set 'CL' to '-MP' or similar. The error is not ffmpegs fault but hard to identify, and should at least be mentioned at documentation level:
Change History (1)
comment:1 by , 11 years ago
Component: | build system → documentation |
---|---|
Keywords: | msvc added |
Priority: | normal → minor |
Status: | new → open |
Version: | unspecified → git-master |
Note:
See TracTickets
for help on using tickets.