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


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.

Reply via email to