[
https://issues.apache.org/jira/browse/ZOOKEEPER-4989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesus Malo updated ZOOKEEPER-4989:
----------------------------------
Description:
Fix added for ZOOKEEPER-4810 (Fix buf data race at format_endpoint_info) in PR
[https://github.com/apache/zookeeper/pull/2140] broke the build of the C client
on Windows using MVSC.
The error reported is:
{noformat}
error C2143: syntax error: missing ';' before 'type'{noformat}
It is reported at zookeeper-client\zookeeper-client-c\src\zookeeper.c(5134)
was:
Fix added for ZOOKEEPER-4810 (Fix buf data race at format_endpoint_info) in PR
[https://github.com/apache/zookeeper/pull/2140] broke the build of the C client
on Windows using MVSC.
The error reported is:
{noformat}
error C2143: syntax error: missing ';' before 'type'{noformat}
It is reported at zookeeper-client\zookeeper-client-c\src\zookeeper.c(5132)
> Compilation of client on Windows with MSVC is broken
> ----------------------------------------------------
>
> Key: ZOOKEEPER-4989
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-4989
> Project: ZooKeeper
> Issue Type: Bug
> Components: c client
> Affects Versions: 3.9.4
> Reporter: Jesus Malo
> Priority: Blocker
>
> Fix added for ZOOKEEPER-4810 (Fix buf data race at format_endpoint_info) in
> PR [https://github.com/apache/zookeeper/pull/2140] broke the build of the C
> client on Windows using MVSC.
> The error reported is:
> {noformat}
> error C2143: syntax error: missing ';' before 'type'{noformat}
> It is reported at zookeeper-client\zookeeper-client-c\src\zookeeper.c(5134)
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)