Opened 8 years ago

Closed 8 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 James, 8 years ago

Keywords: msvc added
Priority: normalimportant
Status: newopen

comment:2 by cwalv, 8 years ago

Last edited 8 years ago by cwalv (previous) (diff)

comment:3 by Carl Eugen Hoyos, 8 years ago

Keywords: regression added
Resolution: fixed
Status: openclosed

Fixed in 22ee0a576faff87a24e30b2a27a3607dee4ca6c7
Tank you for the report and the fix!

comment:4 by Hendrik, 8 years ago

Resolution: fixed
Status: closedreopened

in reply to:  4 comment:5 by James, 8 years ago

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.