Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted!
@kop316 

Chatty fails to compile for me on Mobian.  Everything I'm finding online about this error points to a code issue.   Any ideas?  Thanks for your work on this.

Code:
$ ninja -C _build
ninja: Entering directory `_build'
[8/29] Compiling C object src/chatty.p/chatty-application.c.o
../src/chatty-application.c: In function 'chatty_application_open':
../src/chatty-application.c:220:23: warning: passing argument 1 of 'g_free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  220 |         g_free (chatty->uri);
      |                 ~~~~~~^~~~~
In file included from /usr/include/glib-2.0/glib/glist.h:32,
                 from /usr/include/glib-2.0/glib/ghash.h:33,
                 from /usr/include/glib-2.0/glib.h:50,
                 from /usr/include/glib-2.0/glib/gi18n.h:21,
                 from ../src/chatty-application.c:26:
/usr/include/glib-2.0/glib/gmem.h:76:35: note: expected 'gpointer' {aka 'void *'} but argument is of type 'const char *'
   76 | void  g_free           (gpointer  mem);
      |                         ~~~~~~~~~~^~~
[16/29] Compiling C object src/chatty.p/chatty-dialogs.c.o
In file included from /usr/include/evolution-data-server/libedataserver/libedataserver.h:32,
                 from /usr/include/evolution-data-server/libebook-contacts/libebook-contacts.h:23,
                 from ../src/chatty-dialogs.c:23:
/usr/include/evolution-data-server/libedataserver/e-flag.h:54:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   54 |        GTimeVal *abs_time);
      |        ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../src/chatty-dialogs.c:8:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
[22/29] Compiling C object src/chatty.p/chatty-utils.c.o
In file included from /usr/include/evolution-data-server/libedataserver/libedataserver.h:32,
                 from /usr/include/evolution-data-server/libebook-contacts/libebook-contacts.h:23,
                 from ../src/chatty-utils.c:11:
/usr/include/evolution-data-server/libedataserver/e-flag.h:54:8: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   54 |        GTimeVal *abs_time);
      |        ^~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from ../src/chatty-utils.c:8:
/usr/include/glib-2.0/glib/gtypes.h:547:8: note: declared here
  547 | struct _GTimeVal
      |        ^~~~~~~~~
[29/29] Linking target src/chatty
FAILED: src/chatty
cc  -o src/chatty src/chatty.p/meson-generated_.._chatty-resources.c.o src/chatty.p/main.c.o src/chatty.p/chatty-application.c.o src/chatty.p/chatty-window.c.o src/chatty.p/chatty-dialogs.c.o src/chatty.p/chatty-account.c.o src/chatty.p/chatty-message-list.c.o src/chatty.p/chatty-contact-row.c.o src/chatty.p/chatty-conversation.c.o src/chatty.p/chatty-connection.c.o src/chatty.p/chatty-buddy-list.c.o src/chatty.p/xeps_chatty-xep-0184.c.o src/chatty.p/chatty-purple-init.c.o src/chatty.p/chatty-icons.c.o src/chatty.p/chatty-history.c.o src/chatty.p/chatty-lurch.c.o src/chatty.p/chatty-utils.c.o src/chatty.p/chatty-folks.c.o src/chatty.p/chatty-notify.c.o src/chatty.p/chatty-purple-request.c.o src/chatty.p/chatty-purple-notify.c.o src/chatty.p/chatty-popover-actions.c.o -Wl,--as-needed -Wl,--no-undefined -Wl,--start-group /usr/lib/aarch64-linux-gnu/libgio-2.0.so /usr/lib/aarch64-linux-gnu/libgobject-2.0.so /usr/lib/aarch64-linux-gnu/libglib-2.0.so /usr/lib/aarch64-linux-gnu/libgtk-3.so /usr/lib/aarch64-linux-gnu/libgdk-3.so /usr/lib/aarch64-linux-gnu/libpangocairo-1.0.so /usr/lib/aarch64-linux-gnu/libpango-1.0.so /usr/lib/aarch64-linux-gnu/libharfbuzz.so /usr/lib/aarch64-linux-gnu/libatk-1.0.so /usr/lib/aarch64-linux-gnu/libcairo-gobject.so /usr/lib/aarch64-linux-gnu/libcairo.so /usr/lib/aarch64-linux-gnu/libgdk_pixbuf-2.0.so /usr/lib/libpurple.so /usr/lib/aarch64-linux-gnu/libhandy-0.0.so /usr/lib/aarch64-linux-gnu/libsqlite3.so /usr/lib/aarch64-linux-gnu/libgee-0.8.so /usr/lib/aarch64-linux-gnu/libfolks.so /usr/lib/aarch64-linux-gnu/libebook-contacts-1.2.so /usr/lib/aarch64-linux-gnu/libedataserver-1.2.so -Wl,--export-dynamic /usr/lib/aarch64-linux-gnu/libgmodule-2.0.so -pthread /usr/lib/aarch64-linux-gnu/libsecret-1.so /usr/lib/aarch64-linux-gnu/libxml2.so /usr/lib/aarch64-linux-gnu/libsoup-2.4.so -Wl,--end-group
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:15: multiple definition of `e_lurch_fp_type'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:15: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:23: multiple definition of `e_lurch_status'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:23: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-notify.h:19: multiple definition of `ChattyNotifyType'; src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-notify.h:19: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/Software/chatty/_build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:15: multiple definition of `e_lurch_fp_type'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:15: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:23: multiple definition of `e_lurch_status'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/Software/chatty/_build/../src/chatty-lurch.h:23: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-notify.h:19: multiple definition of `ChattyNotifyType'; src/chatty.p/chatty-conversation.c.o:/home/mobian/Software/chatty/_build/../src/chatty-notify.h:19: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/Software/chatty/_build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/Software/chatty/_build/../src/chatty-buddy-list.h:72: first defined here
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
  Reply


Messages In This Thread
RE: Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted! - by cowsay - 06-09-2021, 07:19 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  What File Manager Options Are There For The Pinephone? pinephoneuser22 7 2,611 10-18-2023, 08:37 AM
Last Post: luppivega
  A/B testing or Unit testing gulshan212 0 1,005 08-29-2023, 03:36 AM
Last Post: gulshan212
  Article: NuttX RTOS for PinePhone: 4G LTE Modem lupyuen 2 1,622 04-10-2023, 10:19 PM
Last Post: lupyuen
  changing from bullseye to bookworm to install mmsd-tng jyoung 8 3,097 04-09-2023, 06:08 PM
Last Post: zetabeta
Sad Modem is always visible/connected but stops working after a while dante404 6 3,221 11-08-2022, 09:12 AM
Last Post: dante404
  Downsides of the open-source modem firmware? alpineduck 4 2,720 10-25-2022, 05:28 PM
Last Post: Zebulon Walton
  Pinephone: OpenGL support? orbital 2 2,273 08-25-2022, 04:09 PM
Last Post: vortex
  Latest firmware for PinePhone modem! Subsentient 104 131,226 07-20-2022, 05:32 AM
Last Post: zetabeta
  Which PP OS currently has the best podcast support? kujo_marble 3 2,133 07-14-2022, 07:09 AM
Last Post: tophneal
  Help wanted: location of calls and chatty data files dukla2000 3 4,725 06-13-2022, 02:01 PM
Last Post: israel

Forum Jump:


Users browsing this thread: 2 Guest(s)