On Tue, Feb 11, 2025 at 3:13 PM Johannes Lips <johannes.lips(a)gmail.com> wrote:
On 29/01/2025 19:27, Cottrell, Allin wrote:
> On Tue, Jan 28, 2025 at 4:02 PM Johannes Lips <johannes.lips(a)gmail.com>
wrote:
>>
>> Thanks for the quick fix, apparently there's another issue.
>> Please see:
>>
https://kojipkgs.fedoraproject.org//work/tasks/905/128580905/build.log
>>
>> ../lib/src/libset.c:1223:6: error: conflicting types for
>> 'set_workdir_callback'; have 'void(int (*)(char *))'
>> 1223 | void set_workdir_callback (int (*callback)(char *s))
>> | ^~~~~~~~~~~~~~~~~~~~
>> In file included from ../lib/src/libset.c:23:
>> ../lib/src/libset.h:250:6: note: previous declaration of
>> 'set_workdir_callback' with type 'void(int (*)(void))'
>> 250 | void set_workdir_callback (int (*callback)());
>> | ^~~~~~~~~~~~~~~~~~~~
>> make[1]: *** [Makefile:329: libset.lo] Error 1
>> make[1]: *** Waiting for unfinished jobs....
>>
>> I hope it's also easily solvable, not sure if there are similar issues
>> throughout, but can of course report back :)
>
> I think that point should now be fixed too, in git and the source snapshot.
>
> Allin
Sorry, I was busy over the last couple of days/weeks. I am still getting
errors, please see
https://kojipkgs.fedoraproject.org//work/tasks/8644/129148644/build.log
Thanks for the report. The error flagged in that log is now fixed.
Allin