Skip to content

Conversation

@Raizo62
Copy link

@Raizo62 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

KaliAssistant and others added 6 commits July 6, 2025 15:36
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants