Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted!
(05-15-2021, 07:13 PM)antiX-Dave Wrote: Had some time today to try and get this working again on fresh mobian install.
I have been trying to compile the version of chatty with the beta mms support built in but it seems to be failing  with linking src/chatty during the ninja -C build procedure.
Code:
root@mobian:/home/mobian/git/chatty# ninja -C build
ninja: Entering directory `build'
[9/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:71:35: note: expected ‘gpointer’ {aka ‘void *’} but argument is of type ‘const char *’
   71 | void  g_free           (gpointer  mem);
      |                         ~~~~~~~~~~^~~
[14/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/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-account.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-message-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:15: multiple definition of `e_lurch_fp_type'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:15: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:23: multiple definition of `e_lurch_status'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:23: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-notify.h:19: multiple definition of `ChattyNotifyType'; src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-notify.h:19: first defined here
/usr/bin/ld: src/chatty.p/chatty-connection.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-buddy-list.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/xeps_chatty-xep-0184.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/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/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/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/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/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/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/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/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: multiple definition of `e_account_list_type'; src/chatty.p/chatty-window.c.o:/home/mobian/git/chatty/build/../src/chatty-account.h:17: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-purple-init.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-history.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:15: multiple definition of `e_lurch_fp_type'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:15: first defined here
/usr/bin/ld: src/chatty.p/chatty-lurch.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:23: multiple definition of `e_lurch_status'; src/chatty.p/chatty-dialogs.c.o:/home/mobian/git/chatty/build/../src/chatty-lurch.h:23: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: multiple definition of `e_folks_modes'; src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-folks.h:27: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-folks.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-notify.h:19: multiple definition of `ChattyNotifyType'; src/chatty.p/chatty-conversation.c.o:/home/mobian/git/chatty/build/../src/chatty-notify.h:19: first defined here
/usr/bin/ld: src/chatty.p/chatty-notify.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: multiple definition of `e_sms_receipt_states'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-conversation.h:99: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: multiple definition of `message_list_features'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:39: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: multiple definition of `e_msg_type'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:49: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: multiple definition of `e_msg_dir'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:56: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: multiple definition of `e_msg_pos'; src/chatty.p/main.c.o:/home/mobian/git/chatty/build/../src/chatty-message-list.h:62: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: multiple definition of `ChattyPreferences'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:122: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: multiple definition of `ChattyOverlayMode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:133: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: multiple definition of `ChattyListType'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:140: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: multiple definition of `ChattyActiveAccounts'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-window.h:148: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: multiple definition of `e_messaging_modes'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:50: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: multiple definition of `e_icon_size'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:66: first defined here
/usr/bin/ld: src/chatty.p/chatty-popover-actions.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: multiple definition of `e_list_mode'; src/chatty.p/chatty-application.c.o:/home/mobian/git/chatty/build/../src/chatty-buddy-list.h:72: first defined here
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
root@mobian:/home/mobian/git/chatty# ls /src
ls: cannot access '/src': No such file or directory
root@mobian:/home/mobian/git/chatty# ls src
chatty-account.c      chatty-buddy-list.h   chatty-conversation.c  chatty-folks.h     chatty-icons.h        chatty-notify.c          chatty-purple-init.h       chatty-utils.c   icons      xeps
chatty-account.h      chatty-connection.c   chatty-conversation.h  chatty.gresource.xml  chatty-lurch.c        chatty-notify.h          chatty-purple-notify.c   chatty-utils.h   main.c
chatty-application.c  chatty-connection.h   chatty-dialogs.c       chatty-history.c     chatty-lurch.h        chatty-popover-actions.c  chatty-purple-notify.h   chatty-window.c  meson.build
chatty-application.h  chatty-contact-row.c  chatty-dialogs.h       chatty-history.h     chatty-message-list.c    chatty-popover-actions.h  chatty-purple-request.c  chatty-window.h  ui
chatty-buddy-list.c   chatty-contact-row.h  chatty-folks.c       chatty-icons.c     chatty-message-list.h    chatty-purple-init.c      chatty-purple-request.h  css            version.h.in


Managed to get mmsd to compile and run.
Then compiled and installed the libpurple plugin.
All seems to work until trying to receive an MMS.  I see the sms message information be pulled in mmsdtng but it segfaults right after. Presumably when attempting to download the mms package.
Restarting mmsdtng results in a segmentation fault till clearing ~/.mms/modemmanager/MESSAGEID* and the modem queue
Code:
mmsd-tng[1987]: MMSD-TNG version 1.0~beta2
mmsd-tng[1987]: Ofono plugin needs to be ported to GIO Dbus!
mmsd-tng[1987]: Ofono plugin is disabled until then
mmsd-tng[1987]: src/service.c:load_message_from_store() There is no date stamp!
Segmentation fault

Unfortunately using the APN settings that I know work manually with my bash script, does not work with mmsdtng as well as the APN settings shown previously in this thread for telus.
Here are my current settings.
Code:
                                                                   
[Modem Manager]
CarrierMMSC=http://aliasredirect.net/proxy/mmsc
MMS_APN=sp.telus.com
CarrierMMSProxy=mmscproxy.mobility.ca:8799
DefaultModemNumber=NULL
AutoProcessOnConnection=true
AutoProcessSMSWAP=true

[Settings]
UseDeliveryReports=false
TotalMaxAttachmentSize=1100000
MaxAttachments=25
AutoCreateSMIL=false


Ok there are a few things to unpack:

- For chatty - Make sure you use the "wip/sadiq/mm-account" branch. The master branch won't compile.
- "All seems to work until trying to receive an MMS.  I see the sms message information be pulled in mmsdtng but it segfaults right after. Presumably when attempting to download the mms package."
    Without logs, I really cannot help on this one. You can also build mmsd with "meson _build -Db_sanitize=address", and it can tell me what line it segfaults on.

EDIT: I pushed a change that will help for the loading messages not occuring. So please get the latest changes and rerun meson with "meson _build -Db_sanitize=address" so I can see what line it segfaults on...because I do not have this issue.

Edit 2:
I see that you are using a proxy too. That logic in mmsd-tng may not be working right...see if this branch works:

https://gitlab.com/kop316/mmsd/-/tree/wip/libsoup

EDIT 3:

I am wokring with someone else to debug it here: https://gitlab.com/kop316/mmsd/-/issues/33

perhaps join in the conversation there to help?

Thank you!
  Reply


Messages In This Thread
RE: Beta support: MMS on chatty/mmsd on Modem Manager - help/testing wanted! - by kop316 - 05-16-2021, 07:44 AM

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

Forum Jump:


Users browsing this thread: 43 Guest(s)