You are viewing a plain text version of this content. The canonical link for it is here.
Posted to proton@qpid.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/02/18 17:23:11 UTC

[jira] [Commented] (PROTON-820) Windows build error for perlPERL_wrap.c

    [ https://issues.apache.org/jira/browse/PROTON-820?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14326126#comment-14326126 ] 

ASF subversion and git services commented on PROTON-820:
--------------------------------------------------------

Commit 350ec8203f635631f27465880d8a6f768266a1ad in qpid-proton's branch refs/heads/master from [~chug]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=350ec82 ]

PROTON-820: Fix perl binding to compile generated code with CXX for CXX builds.
Notes to windows users:
1. This fix causes breakage in the perl binding install. See
   https://issues.apache.org/jira/browse/PROTON-821
2. Build tested with perl 5.10. Current Strawberry perl 5.20.1.1 fails
    perl\lib\core\handy.h(77) can't open stdbool.h
   Stdbool.h is a Proton pitfall of which perl is unaware.


> Windows build error for perlPERL_wrap.c
> ---------------------------------------
>
>                 Key: PROTON-820
>                 URL: https://issues.apache.org/jira/browse/PROTON-820
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: perl-binding
>    Affects Versions: 0.9
>         Environment: Windows Server 2008 32-bit, Visual Studio 2008, swig 2.0.10, perl v5.10.1 MSWin32-x86-multi-thread, cmake 2.8.11.2
>            Reporter: Chuck Rolke
>
> File include/proton/delivery.h has a 'static inline' code construct.
> When delivery is included by codec.c (project qpid-proton) it's fine.
> When delivery is included by perlPERL_wrap.c (project cproton_perl) it fails. It expects __inline and not just inline.
> Note that project qpid-proton.vcproj uses CompileAs=C++ while project cproton_perl uses CompileAs=C.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)