Opened 10 years ago
Closed 10 years ago
#5180 closed defect (fixed)
build broken on Windows
| Reported by: | cwalv | Owned by: | |
|---|---|---|---|
| Priority: | important | Component: | build system |
| Version: | git-master | Keywords: | msvc regression |
| Cc: | Blocked By: | ||
| Blocking: | Reproduced by developer: | no | |
| Analyzed by developer: | no |
Description
Summary of the bug:
How to reproduce:
$ ./configure $ make CC libavdevice/alldevices.o alldevices.c c:\FFmpeg\libavdevice\alldevices.c : fatal error C1083: Cannot open compiler generated file: '/c/FFmpeg/libavdevice/alldevices.o': No such file or directory make: *** [libavdevice/alldevices.o] Error 1
This commit breaks the build on Windows.
As a workaround, I was able to set DST_PATH=$(pwd) to the Windows-style path to get the build past this error.
Change History (5)
comment:1 by , 10 years ago
| Keywords: | msvc added |
|---|---|
| Priority: | normal → important |
| Status: | new → open |
comment:3 by , 10 years ago
| Keywords: | regression added |
|---|---|
| Resolution: | → fixed |
| Status: | open → closed |
Fixed in 22ee0a576faff87a24e30b2a27a3607dee4ca6c7
Tank you for the report and the fix!
follow-up: 5 comment:4 by , 10 years ago
| Resolution: | fixed |
|---|---|
| Status: | closed → reopened |
The fix does not work, as evident by FATE:
http://fatebeta.ffmpeg.org/report/x86_32-msvc14-dll-windows-native/20160123234847
comment:5 by , 10 years ago
| Resolution: | → fixed |
|---|---|
| Status: | reopened → closed |
Replying to heleppkes:
The fix does not work, as evident by FATE:
http://fatebeta.ffmpeg.org/report/x86_32-msvc14-dll-windows-native/20160123234847
Fixed in b46aae093634271931395d65f422f4b2a23112d3, so closing again.



patch sent