I got the following failure on proton-c from this release on 32-bit
Ubuntu 12.04:
proton_tests.codec.DataTest.testDecimal64
............................................................................................................
fail
Error during test: Traceback (most recent call last):
File "./proton-test", line 331, in run
phase()
File "/home/rob/qpid-proton-c-0.1/tests/proton_tests/codec.py",
line 246, in testDecimal64
self._test("decimal64", 0, 1, 2, 3, 4, 2**60)
File "/home/rob/qpid-proton-c-0.1/tests/proton_tests/codec.py",
line 183, in _test
putter(v)
File "/home/rob/qpid-proton-c-0.1/bindings/python/proton.py", line
1134, in put_decimal64
self._check(pn_data_put_decimal64(self._data, d))
TypeError: in method 'pn_data_put_decimal64', argument 2 of type
'pn_decimal64_t'
On 24 October 2012 21:29, Rafael Schloming <[email protected]> wrote:
> I've put up an RC3 here:
>
> http://people.apache.org/~rhs/qpid-proton-0.1rc3/
>
> The following are the changes from RC2:
>
> - added README and LICENSE for proton-j
> - updated the proton-c README
> - fixed cmake build to not use the OPTIONAL thing for older versions
> - fixed detection of LIB_SUFFIX (i.e. we won't install into lib64 on 32
> bit systems anymore)
>
> --Rafael