Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#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:

Change History (5)

comment:1 by Carl Eugen Hoyos, 11 years ago

Keywords: win build added; c99-to-c89 binaries c99wrap.exe c99conv.exe removed
Priority: normalimportant
Reproduced by developer: set
Status: newopen
Version: unspecifiedgit-master

comment:2 by Carl Eugen Hoyos, 11 years ago

Keywords: msvc added

comment:3 by Carl Eugen Hoyos, 11 years ago

Resolution: fixed
Status: openclosed

Fixed by J-B, can you test if the binaries there work?

in reply to:  3 comment:4 by Pavel Koshevoy, 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

Last edited 11 years ago by Pavel Koshevoy (previous) (diff)

comment:5 by Hendrik, 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

Note: See TracTickets for help on using tickets.