hi,
William F Pokorny <ano### [at] anonymousorg> wrote:
> On 4/28/21 12:27 PM, jr wrote:
> > ...
> With the jitter.h issue could you try changing the two calls to rand()
> to std::rand() (a) and then at the top of jitter.h just after the
> comment about c++ variants of c includes add an include of cstdlib so it
> looks like:
>
> // C++ variants of C standard header files
> #include <cstdlib>
>
> Then try the make (the compiles) again?
worked a treat, install tonight. thanks. patch attached, in case other Linux
users have use for it.
regards, jr.
Post a reply to this message
Attachments:
Download 'patch20210428.txt' (1 KB)
|