tags 1096669 + patch
user [email protected]
usertag 1096669 + bsp-2025-10-brazil
thanks
Hi!
On Mon Feb 17, 2025 at 2:14 PM -03, Matthias Klose wrote:
> ui.c:1180:6: error: conflicting types for ‘ui_formula_entry_state’; have
> ‘void(gboolean)’ {aka ‘void(int)’}
> 1180 | void ui_formula_entry_state (gboolean error)
> | ^~~~~~~~~~~~~~~~~~~~~~
> In file included from ui.c:26:
> ui.h:77:6: note: previous declaration of ‘ui_formula_entry_state’ with type
> ‘void(void)’
> 77 | void ui_formula_entry_state ();
Unspecified parameters in function declarations is the main issue here.
I patched the ones that are required to build, which are just a few, and
created a Merge Request on Salsa [1].
I'm planning to forward this patch upstream soon, although it is known
to be unmaintained [2]. It should be useful for anyone willing to take
over the maintenance in the future. If I do so, I'll update the MR
accordingly to record this information.
[1] https://salsa.debian.org/debian/galculator/-/merge_requests/1
[2] https://github.com/galculator/galculator/issues/37
--
Henrique F. Simões