Opened 4 years ago
Closed 4 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 Changed 4 years ago by jamrial
- Keywords msvc added
- Priority changed from normal to important
- Status changed from new to open
comment:2 Changed 4 years ago by cwalv
comment:3 Changed 4 years ago by cehoyos
- Keywords regression added
- Resolution set to fixed
- Status changed from open to closed
Fixed in 22ee0a576faff87a24e30b2a27a3607dee4ca6c7
Tank you for the report and the fix!
comment:4 follow-up: ↓ 5 Changed 4 years ago by heleppkes
- Resolution fixed deleted
- Status changed from closed to reopened
The fix does not work, as evident by FATE:
http://fatebeta.ffmpeg.org/report/x86_32-msvc14-dll-windows-native/20160123234847
comment:5 in reply to: ↑ 4 Changed 4 years ago by jamrial
- Resolution set to fixed
- Status changed from reopened to 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