Sorry about that!
...fixed now, by making it static.
in future, i will test the default build and the debug build.
- Original Message -
On 09/29/2014 12:01 PM, Andrew Stitcher wrote:
> On Sat, 2014-09-27 at 16:18 +0100, Fraser Adams wrote:
>> I just updated to r1627945 and when I do
>>
Hi Everyone,
I've created 0.8 RC1 and posted it in the usual locations. The source can
be found here:
http://people.apache.org/~rhs/qpid-proton-0.8rc1/
Java binaries are available here:
https://repository.apache.org/content/repositories/orgapacheqpid-1015/
Please check it out and follow up
Hi Raphael,
> I am new to Qpid, starting to work on an extensive projects code base.
Welcome!
> I am trying to find the spot in the documentation where guarantees of the
> messaging system are discussed. For example: in case of a network problem,
> could it happen that the broker sends the same
Hello,
I am new to Qpid, starting to work on an extensive projects code base.
I am trying to find the spot in the documentation where guarantees of the
messaging system are discussed. For example: in case of a network problem,
could it happen that the broker sends the same message twice?
There i
On Fri, Sep 26, 2014 at 12:51 PM, Fraser Adams <
fraser.ad...@blueyonder.co.uk> wrote:
> pn_subscription_address returns the source address of a subscription as a
> string when a subscription is successfully made.
>
> Well rather, it should.
>
> If I were to subscribe to a node on a broker it seem
On Mon, 2014-09-29 at 15:05 -0400, Andrew Stitcher wrote:
> ...
> To clarify:
>
> When using C99 You must always make inline functions "static inline"
> anything else is a bug.
>
> If you compile your code using gcc or C++ then inline by itself will
> work (mostly).
And to amplify (sorry to writ
On Mon, 2014-09-29 at 14:00 -0400, Ted Ross wrote:
>
> On 09/29/2014 12:01 PM, Andrew Stitcher wrote:
> > On Sat, 2014-09-27 at 16:18 +0100, Fraser Adams wrote:
> >> I just updated to r1627945 and when I do
> >> cmake -DCMAKE_BUILD_TYPE=Debug ..
> >> make
> >>
> >> I get:
> >>
> >> Linking C share
On 09/29/2014 12:01 PM, Andrew Stitcher wrote:
> On Sat, 2014-09-27 at 16:18 +0100, Fraser Adams wrote:
>> I just updated to r1627945 and when I do
>> cmake -DCMAKE_BUILD_TYPE=Debug ..
>> make
>>
>> I get:
>>
>> Linking C shared library libqpid-proton.so
>> CMakeFiles/qpid-proton.dir/src/codec/co
On Sat, 2014-09-27 at 16:18 +0100, Fraser Adams wrote:
> I just updated to r1627945 and when I do
> cmake -DCMAKE_BUILD_TYPE=Debug ..
> make
>
> I get:
>
> Linking C shared library libqpid-proton.so
> CMakeFiles/qpid-proton.dir/src/codec/codec.c.o: In function
> `pni_node_fields':
> /home/fadams