Congrats !
Here is the first show stopper: you updated the gettext requirements to
a very recent version (AM_GNU_GETTEXT_VERSION([0.19.8]) in configure.ac).
This prevents building on slightly older system with gettext 0.19.7 or
lower. Here is a log from OSS-Fuzz where we build wget2 + dependencie
Hi Tim,
We don't need any features from gettext 0.19.8, I just figured it might
include bugfixes. So you could trivially hack the configure.ac to say
0.19.7 if that helps, maybe you have to re-run gettextize.
Does that help?
Happy hacking!
Christian
On 11/7/18 1:14 PM, Tim Rühsen wrote:
> Con
Hi Christian,
thanks for the advice. For developing I have no issues since I use
latest software. But for automated scripts testing on stable releases,
everybody now has to change their scripts. That quiet some work alone
over here for all those CI runners and for automated fuzzing.
So I just tho
On 11/7/18 2:38 PM, Tim Rühsen wrote:
> Hi Christian,
>
> thanks for the advice. For developing I have no issues since I use
> latest software. But for automated scripts testing on stable releases,
> everybody now has to change their scripts. That quiet some work alone
> over here for all those CI