Re: Update to public release?
Alex Rousskov <[email protected]> Thu, 7 Jan 2016 08:27:25 -0700
| Newsgroups | gmane.comp.web.web-polygraph.user |
|---|---|
| Message-ID | <[email protected]> |
On 01/06/2016 03:12 AM, Harry Mason wrote:
> On Tue, 2016-01-05 at 15:49 -0700, Alex Rousskov wrote:
>> Polygraph releases up to v4.9.0 are now publicly available:
>> http://www.web-polygraph.org/downloads/
> For me it failed to compile on Debian Jessie without this patch:
>
> --- polygraph-4.9.0.orig/src/xstd/Ring.h 2016-01-06 10:09:25.990816721 +0000
> +++ polygraph-4.9.0/src/xstd/Ring.h 2016-01-06 10:10:08.645849277 +0000
> @@ -17,6 +17,7 @@
> public:
> Ring(int aCapacity = 0): Array<Item>(aCapacity), theInOff(0), theOutOff(0) {}
>
> + using Array<Item>::Value;
> using Array<Item>::capacity;
> using Array<Item>::size;
>
A.k.a. https://bugs.launchpad.net/polygraph/+bug/1380660 which now has a
similar fix posted.
Thank you,
Alex.
_______________________________________________
Users mailing list
[email protected]
http://lists.web-polygraph.org/mailman/listinfo/users