Open
Conversation
Raizo62
commented
Oct 2, 2025
- Update admin.c/admin.h to build
- Fixe : The received frames appear correctly in the main window
- Fixe the warnings : IA__gtk_list_store_set_valist: assertion 'GTK_IS_LIST_STORE
- Fixe the error message : ncurses-gui.h:61:15: error: conflicting types for ‘term_add_node’
- Fix help option not exit problem
…li2025-fix Solve build error on admin.c
ncurses-gui.h:61:15: error: conflicting types for ‘term_add_node’; have ‘int8_t(struct term_node **, int8_t, int32_t, pthread_t)’ {aka ‘signed char(struct term_node **, signed char, int, long unsigned int)’}
61 | extern int8_t term_add_node(struct term_node **, int8_t, int32_t, pthread_t);
| ^~~~~~~~~~~~~
In file included from ncurses-gui.h:40:
admin.h:53:15: note: previous declaration of ‘term_add_node’ with type ‘int8_t(struct term_node **, int8_t, void *, pthread_t)’ {aka ‘signed char(struct term_node **, signed char, void *, long unsigned int)’}
53 | extern int8_t term_add_node(struct term_node **, int8_t, void *, pthread_t);
| ^~~~~~~~~~~~~
In file included from yersinia.h:31:
gtk-gui.h:66:15: error: conflicting types for ‘term_add_node’; have ‘int8_t(struct term_node **, int8_t, int32_t, pthread_t)’ {aka ‘signed char(struct term_node **, signed char, int, long unsigned int)’}
66 | extern int8_t term_add_node(struct term_node **, int8_t, int32_t, pthread_t);
| ^~~~~~~~~~~~~
admin.h:53:15: note: previous declaration of ‘term_add_node’ with type ‘int8_t(struct term_node **, int8_t, void *, pthread_t)’ {aka ‘signed char(struct term_node **, signed char, void *, long unsigned int)’}
53 | extern int8_t term_add_node(struct term_node **, int8_t, void *, pthread_t);
| ^~~~~~~~~~~~~
(yersinia:6341): Gtk-CRITICAL **: 05:09:54.283: IA__gtk_list_store_set_valist: assertion 'GTK_IS_LIST_STORE (list_store)' failed (yersinia:6341): Gtk-CRITICAL **: 05:09:54.283: IA__gtk_tree_model_iter_next: assertion 'GTK_IS_TREE_MODEL (tree_model)' failed (yersinia:6341): Gtk-CRITICAL **: 05:09:54.778: IA__gtk_tree_view_get_model: assertion 'GTK_IS_TREE_VIEW (tree_view)' failed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.