Sounds reasonable to me.

--Rafael

On Wed, Feb 20, 2013 at 8:31 AM, Ken Giusti <kgiu...@redhat.com> wrote:

> Fails to build on Centos-5 with a swig parse error (Syntax error on
> input(1)).
>
> Details:
>
>    swig-1.3.29-2.el5
>
>    chokes on the definition of pn_dtag() in include/proton/engine.h:75 -
> specifically does not like the "inline" specifier.
>
>    I can "fix" it by:
>
>       1) remove "inline"
>       2) configure cmake to remove the "treat warnings as errors" flag -
> since removing the 'inline' causes a raft of "defined but not used" errors.
>
> Would it be reasonable to move pn_dtag() into engine.c and make it a
> non-inline function?
>
> -K
>
> ----- Original Message -----
> > Source is here:
> >   http://people.apache.org/~rhs/qpid-proton-0.4rc1/
> >
> > Java binaries are here:
> >   https://repository.apache.org/content/repositories/orgapacheqpid-239/
> >
> > This is the first release after some significant build system
> > changes, so
> > don't be surprised if there are a few kinks to work out. Please note
> > that
> > there is now only a single source release for the whole project.
> > Please see
> > the README for more details and shout if anything is confusing.
> >
> > --Rafael
> >
>

Reply via email to