[
https://issues.apache.org/jira/browse/COUCHDB-402?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Mark Hammond updated COUCHDB-402:
---------------------------------
Attachment: move_c_decls.patch
Patch to move variable decls to the start of a block.
> 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
> 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.