Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug ..

2014-09-29 Thread Michael Goulish
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 >>

Proton 0.8 RC1

2014-09-29 Thread Rafael Schloming
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

RE: Duplicate Messages

2014-09-29 Thread Steve Huston
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

Duplicate Messages

2014-09-29 Thread Raphael Fuchs
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

Re: pn_subscription_address is empty more than is useful......

2014-09-29 Thread Rafael Schloming
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

Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug ..

2014-09-29 Thread Andrew Stitcher
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

Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug ..

2014-09-29 Thread Andrew Stitcher
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

Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug ..

2014-09-29 Thread Ted Ross
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

Re: Proton revision 1627945 barfs on cmake -DCMAKE_BUILD_TYPE=Debug ..

2014-09-29 Thread Andrew Stitcher
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