microsoft / microsoft/FFmpegInterop
Problem running config..
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 1.4k
- Forks
- 319
- PR merge metrics
- No merged PRs in 30d
Description
Hi there,
I am currently on the section labelled
Windows Store 8.1 x64 (Windows 8.1 x64 in Visual Studio)
After creating the directories I have the following : FFmpegInterop>ffmpeg>Output>Windows8.1>x64
When I try the following:
$ ../../../configure \
--toolchain=msvc
--disable-programs
--disable-dxva2
--arch=x86_64
--enable-shared
--enable-cross-compile
--target-os=win32
--extra-cflags="-MD -DWINAPI_FAMILY=WINAPI_FAMILY_PC_APP -D_WIN32_WINNT=0x0603"
--extra-ldflags="-APPCONTAINER"
--prefix=../../../Build/Windows8.1/x64
I get the following error:
c99wrap cl is unable to create an executable file.
C compiler test failed.
If you think configure made a mistake, make sure you are using the latest
version from Git. If the latest version fails, report the problem to the
ffmpeg-user@ffmpeg.org mailing list or IRC #ffmpeg on irc.freenode.net.
Include the log file "config.log" produced by configure as this will help
solve the problem.
I have tried updating the ffmpeg file using the following git clone git://source.ffmpeg.org/ffmpeg.git
but I still get the same error?
Is this something I am doing wrong or is there currently a problem?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the configure command in the issue and the config.log produced by configure, then check the FFmpegInterop Windows 8.1 x64 build instructions and the compiler setup. Done means identifying why the c99wrap cl compiler test fails and documenting or applying a verified fix for this configuration.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, operating-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100