-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31112/#review72730
-----------------------------------------------------------
Ship it!
It looks like forcing C++ build is missing from ruby - add it there too.('m
guessing you aren't building the ruby bindings in your windows build).
Perhaps PHP too.
However the general approach looks good.
proton-c/bindings/perl/CMakeLists.txt
<https://reviews.apache.org/r/31112/#comment118785>
In the Python code this addition is directly below the
include_directories() line - move it there for consistency.
- Andrew Stitcher
On Feb. 17, 2015, 2:26 p.m., Chug Rolke wrote:
>
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/31112/
> -----------------------------------------------------------
>
> (Updated Feb. 17, 2015, 2:26 p.m.)
>
>
> Review request for qpid and Darryl Pierce.
>
>
> Bugs: PROTON-820
> https://issues.apache.org/jira/browse/PROTON-820
>
>
> Repository: qpid-proton-git
>
>
> Description
> -------
>
> * On Windows the perl wrapper cmake runs with BUILD_WITH_CXX ON but is
> compiled as C and fails.
> * On Linux the perl wrapper runs with BUILD_WITH_CXX OFF and is compiled as C
> successfully.
>
> This patch detects BUILD_WITH_CXX and if on then coaxes the build system to
> use CXX for the perl wrapper C code.
> Windows also requires a char* cast on a return from malloc.
>
>
> Diffs
> -----
>
> proton-c/bindings/perl/CMakeLists.txt 2a25327
> proton-c/bindings/perl/perl.i cb44188
>
> Diff: https://reviews.apache.org/r/31112/diff/
>
>
> Testing
> -------
>
> Passes self tests on Fedora 19
>
>
> Thanks,
>
> Chug Rolke
>
>