[
https://issues.apache.org/jira/browse/COUCHDB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Joseph Davis resolved COUCHDB-402.
---------------------------------------
Resolution: Fixed
Fix Version/s: 0.10
Assignee: Paul Joseph Davis
Patch applied as of r792010
> C code fails to build on Windows
> --------------------------------
>
> Key: COUCHDB-402
> URL: https://issues.apache.org/jira/browse/COUCHDB-402
> Project: CouchDB
> Issue Type: Bug
> Reporter: Mark Hammond
> Assignee: Paul Joseph Davis
> Fix For: 0.10
>
> Attachments: move_c_decls.patch
>
>
> Much of the C code in couch currently fails to compile on Windows, due to the
> MS compiler being very slow keeping up with the C standards. Specifically,
> the MS c compiler still doesn't like 'inline' variable declarations - they
> must all be declared at the top of a block. Submitting a patch which does
> exactly this.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.