06-09-2021, 06:05 AM
(This post was last modified: 06-09-2021, 06:07 AM by bigsupersquid.)
Thanks for this!
I was able to build from your sources on the first post, built a chatty .deb with debug symbols, installed it, and now I have an onboard clickable Chatty app which receives MMS in Mobian.
I did have to tweak the APN settings a little weirdly for my carrier.
HelloMobile now runs on T-Mobile network (since they ate Sprint) but they have an odd APN.
I couldn't use the APN settings supplied by the carrier even though they work in Android. They work for MMS but broke mobile data in Mobian.
I was able to use the system-populated T-Mobile LTE APN (fast.tmobile.com) for mobile data, but of course it defaults to the wrong MMSC.
So I set up the mms file in ~/.mms/modemmanager with the t-mobile APN name, and the HelloMobile MMSC wap address, and now I have both working mobile data and incoming MMS with notifications.
All I need now is some way outside the terminal to send MMS, and I'm happy with the mobile network functionality (excluding still needing to set up a wakeup script to keep the modem from shutting itself off during deep sleep, which I've found but haven't set up yet.)
Again, thanks for all the hard work.
06-09-2021, 07:19 PM
(This post was last modified: 06-09-2021, 07:21 PM by cowsay.)
@ 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.
(06-09-2021, 07:19 PM)cowsay Wrote: @kop316
Chatty fails to compile for me on Mobian. Everything I'm finding online about this online 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.
Are you sure you're on the "wip/sadiq/mm-account" branch?
(06-09-2021, 07:21 PM)kop316 Wrote: (06-09-2021, 07:19 PM)cowsay Wrote: @kop316
Chatty fails to compile for me on Mobian. Everything I'm finding online about this online 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.
Are you sure you're on the "wip/sadiq/mm-account" branch?
That was the problem, thank you!
(06-09-2021, 08:08 PM)cowsay Wrote: (06-09-2021, 07:21 PM)kop316 Wrote: (06-09-2021, 07:19 PM)cowsay Wrote: @kop316
Chatty fails to compile for me on Mobian. Everything I'm finding online about this online 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.
Are you sure you're on the "wip/sadiq/mm-account" branch?
That was the problem, thank you!
You're welcome!
Hello,
I compiled chatty from branch wip/sadiq/mm-account and mmsd-tng.
After sending an mms using mmsd/test/send-message as documented there: https://source.puri.sm/Librem5/purple-mm...ote_132496
Chatty outputs the following, and crashes immediatly:
```
10:20:43.1745 chatty-mmsd[ 4968]: WARNING: Your SIM or Modem does not support modem manger's number! Please f
ile a bug report
10:20:47.7195 chatty-mmsd[ 4968]: ERROR: Receieved Modem Number +33633153377 different than current modem n
umber
```
I managed to get it working with this patch:
```
diff --git a/src/users/chatty-mmsd.c b/src/users/chatty-mmsd.c
index 16f9d15..a7ee078 100644
--- a/src/users/chatty-mmsd.c
+++ b/src/users/chatty-mmsd.c
@@ -1825,7 +1825,7 @@ chatty_mmsd_load (ChattyMmsd *self,
g_debug ("modem_number: %s", self->modem_number);
} else {
g_warning ("Your SIM or Modem does not support modem manger's number! Please file a bug report");
- self->modem_number = g_strdup ("+1XXXXXXXXXX");
+ self->modem_number = g_strdup ("");
g_debug ("Making Dummy modem number: %s", self->modem_number);
}
```
I'm using a SIM card from SFR (France) in a Pinephone. If I can be of any help I'd be glad to.
(by the way, heads up on the typo " manger" -> " manager", and on the indentation in this function).
Thanks for your work on this :-)
(06-20-2021, 02:12 AM)raph Wrote: Hello,
I compiled chatty from branch wip/sadiq/mm-account and mmsd-tng.
After sending an mms using mmsd/test/send-message as documented there: https://source.puri.sm/Librem5/purple-mm...ote_132496
Chatty outputs the following, and crashes immediatly:
```
10:20:43.1745 chatty-mmsd[ 4968]: WARNING: Your SIM or Modem does not support modem manger's number! Please f
ile a bug report
10:20:47.7195 chatty-mmsd[ 4968]: ERROR: Receieved Modem Number +33633153377 different than current modem n
umber
```
I managed to get it working with this patch:
```
diff --git a/src/users/chatty-mmsd.c b/src/users/chatty-mmsd.c
index 16f9d15..a7ee078 100644
--- a/src/users/chatty-mmsd.c
+++ b/src/users/chatty-mmsd.c
@@ -1825,7 +1825,7 @@ chatty_mmsd_load (ChattyMmsd *self,
g_debug ("modem_number: %s", self->modem_number);
} else {
g_warning ("Your SIM or Modem does not support modem manger's number! Please file a bug report");
- self->modem_number = g_strdup ("+1XXXXXXXXXX");
+ self->modem_number = g_strdup ("");
g_debug ("Making Dummy modem number: %s", self->modem_number);
}
```
I'm using a SIM card from SFR (France) in a Pinephone. If I can be of any help I'd be glad to.
(by the way, heads up on the typo "manger" -> "manager", and on the indentation in this function).
Thanks for your work on this :-)
Hmm that is odd, the way mmsd-tng and chatty get the modem number is the same way.
Is this consistent, anf if so, please join the matrix chat room so i can see what's going on.
06-25-2021, 04:33 PM
(This post was last modified: 06-25-2021, 04:36 PM by 0x070.
Edit Reason: spelling correction
)
I'm having trouble extracting images from mms I receive.
I don't see any notifications in Chatty (using the mm-account branch), and I assume I am launching the 'mm-account' Chatty as opposed to the Chatty that came preinstalled, launching /home/mobian/bin/chatty/build/src/chatty and it brings up a UI that looks identical to the preinstalled Chatty.
I went through the Mobian MMS Wiki, installed the mm-account branch of Chatty, installed mmsd-tng, purple-mm-sms, and verified my modem/mobile data is working.
Code: mobian@mobian:~/.mms$ systemctl --user status mmsd-tng
● mmsd-tng.service - Multimedia Messaging Service Daemon
Loaded: loaded (/usr/lib/systemd/user/mmsd-tng.service; enabled; vendor preset: enabled)
Active: active (running) since Fri 2021-06-25 14:00:50 MDT; 1h 25min ago
Main PID: 3506 (mmsdtng)
Tasks: 4 (limit: 1950)
Memory: 8.3M
CPU: 1.405s
CGroup: /user.slice/user-1000.slice/user@1000.service/app.slice/mmsd-tng.service
└─3506 /usr/bin/mmsdtng -d
Jun 25 15:24:51 mobian mmsdtng[3506]: mmsd-tng[3506]: ../plugins/modemmanager.c:set_context() You are connected to the correct APN! Enabling context...
Jun 25 15:24:51 mobian mmsdtng[3506]: mmsd-tng[3506]: ../plugins/modemmanager.c:bearer_handler() At Bearer Handler: path /org/freedesktop/ModemManager1/Modem/1 active 0 context_active 1
Jun 25 15:24:51 mobian mmsdtng[3506]: mmsd-tng[3506]: ../plugins/modemmanager.c:bearer_handler() checking for failure
Jun 25 15:24:51 mobian mmsdtng[3506]: mmsd-tng[3506]: ../plugins/modemmanager.c:bearer_handler() No failures
I can see files in ~/.mms/modemmanager, but I cannot extract them. I followed the Mobian Wiki but am running into python errors, trying python and python3. I can't find anything pip-related to install to avoid the python3 'no module' errors.
Code: mobian@mobian:~/.mms$ ls -l modemmanager/
total 2873
-rw------- 1 mobian mobian 728239 Jun 25 12:39 01672d6f1b3311405f1a8b41e11ce02b3173
-rw-r--r-- 1 mobian mobian 63 Jun 25 12:39 01672d6f1b3311405f1a8b41e11ce02b3173.status
<--- snip --->
-rw------- 1 mobian mobian 76185 Jun 25 12:37 e77ecfd316db41419e1b14c19047ea3e5d52
-rw-r--r-- 1 mobian mobian 63 Jun 25 12:37 e77ecfd316db41419e1b14c19047ea3e5d52.status
-rw-r--r-- 1 mobian mobian 543 Jun 25 13:30 extractmms.py
-rw-r--r-- 1 mobian mobian 290 Jun 25 14:00 mms
Code: mobian@mobian:~/.mms/modemmanager$ python ./extractmms.py 2e69f61e11a47140ae1b56316714a8e48ca1
Traceback (most recent call last):
File "./extractmms.py", line 5, in <module>
mms = MMSMessage.from_file(path)
File "build/bdist.linux-aarch64/egg/messaging/mms/message.py", line 266, in from_file
File "build/bdist.linux-aarch64/egg/messaging/mms/mms_pdu.py", line 94, in decode_file
File "build/bdist.linux-aarch64/egg/messaging/mms/mms_pdu.py", line 109, in decode_data
File "build/bdist.linux-aarch64/egg/messaging/mms/mms_pdu.py", line 190, in decode_message_body
File "build/bdist.linux-aarch64/egg/messaging/mms/wsp_pdu.py", line 720, in decode_content_type_value
File "build/bdist.linux-aarch64/egg/messaging/mms/wsp_pdu.py", line 842, in decode_content_general_form
File "build/bdist.linux-aarch64/egg/messaging/mms/wsp_pdu.py", line 653, in decode_value_length
messaging.mms.wsp_pdu.DecodeError: Invalid Value-length: not short-length, and no length-quote present
mobian@mobian:~/.mms/modemmanager$ python3 ./extractmms.py 2e69f61e11a47140ae1b56316714a8e48ca1
Traceback (most recent call last):
File "/home/mobian/.mms/modemmanager/./extractmms.py", line 2, in <module>
from messaging.mms.message import MMSMessage
ModuleNotFoundError: No module named 'messaging.mms'
There are also mms files in ~/.mms, but only one file is greater than 0 bytes. I think these files may have appeared when I set AutoProcessSMSWAP to true, but I'm not sure. Does anyone know where these files came from?
Code: mobian@mobian:~$ cd ~/.mms/
mobian@mobian:~/.mms$ ls
modemmanager receive.169I50.mms receive.7OIG50.mms receive.8KLE50.mms receive.E42I50.mms receive.H7DI50.mms
mobian@mobian:~/.mms$ file *.mms
receive.169I50.mms: empty
receive.7OIG50.mms: empty
receive.8KLE50.mms: empty
receive.E42I50.mms: empty
receive.H7DI50.mms: DOS executable (COM, 0x8C-variant)
If someone has an idea of what else I can try, that would be fantastic. Ultimately, it would be great to have Chatty fully integrated for MMS, but I understand Purism and others need to help tie mmsd-tng into their app.
06-25-2021, 10:27 PM
(This post was last modified: 06-27-2021, 08:47 PM by 0x070.)
(06-25-2021, 07:39 PM)patrickmollohan Wrote: @0x070, it appears module error from
Code: from messaging.mms.message import MMSMessage
can be resolved via
Code: pip install python-messaging
I gave this a try (for pip and pip3) and it said the dependencies were already satisfied.
** Edit **
I can run the python3 script in the Mobian Wiki MMS guide using sudo.
** Edit 2 **
I wasn't using the correct Chatty launcher, but now I get MMS by running the chatty/build/run executable. Seems to work best with the original Chatty uninstalled. Thank you kop316 for your hard work!
06-28-2021, 07:31 AM
(This post was last modified: 06-28-2021, 07:40 AM by jfenn2199.
Edit Reason: change letter case on value in code block && Typo
)
Got mmsd-tng installed from sid and pulling MMS messages to Modem Manager with SMSWAP set to true. Can confirm Mint Mobile (US T-Mobile MVNO) works. Oddly Mobian defaults Mint mobile sim to T-Mobile's mobilenet APN so had to change the apn for the modem to
Code: Name: Internet/MMS2
APN: Wholesale
and ~/.mms/modemmanager/mms
Code: [Modem Manager]
CarrierMMSC=http://wholesale.mmsmvno.com/mms/wapenc
MMS_APN=Wholesale
CarrierMMSProxy=NULL
DefaultModemNumber=NULL
AutoProcessOnConnection=true
AutoProcessSMSWAP=true
[Settings]
UseDeliveryReports=false
TotalMaxAttachmentSize=110000
MaxAttachments=25
AutoCreateSMIL=false
Running into redirect issues attempting to clone chatty from the /wip/sadiq/mm-account branch. Going to attempt the python messenger method to verify completed delivery. But great news is 18 hours on and my modem hasn't clogged or crashed. Thanks for the great work.
|