#2487 closed defect (fixed)
c99-to-c89 binaries are missing
Reported by: | Pavel Koshevoy | Owned by: | |
---|---|---|---|
Priority: | important | Component: | documentation |
Version: | git-master | Keywords: | win build msvc |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug: c99-to-c89 link is dead
How to reproduce:
- Go to http://ffmpeg.org/platform.html#Microsoft-Visual-C_002b_002b
- Click on C99-to-C89 Converter & Wrapper
- Observe a 404 Not Found error page
Change History (5)
comment:1 by , 12 years ago
Keywords: | win build added; c99-to-c89 binaries c99wrap.exe c99conv.exe removed |
---|---|
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
Version: | unspecified → git-master |
comment:2 by , 12 years ago
Keywords: | msvc added |
---|
follow-up: 4 comment:3 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
comment:4 by , 11 years ago
Replying to cehoyos:
Fixed by J-B, can you test if the binaries there work?
The binaries in c99-to-89-1.0.1.zip don't run on 32-bit Windows XP (sp3), I get an error that says "c99conv.exe is not a valid Win32 application."
The binaries in c99-to-c89-git-clang3.2-vc10sp1-20130427.7z work. They are not statically linked to msvcrt, so Microsoft Visual Studio C++ 2010 x86 Redistributable is required -- http://www.microsoft.com/en-us/download/details.aspx?id=5555
comment:5 by , 11 years ago
It was probably build with VS2012 without the XP compat fix, but it is the official 1.0.1 build, and this ticket was about the builds missing, not being broken on XP. :p
Fixed by J-B, can you test if the binaries there work?