Re: [Evolution-hackers] e-d-s build problems



Hi Christian,

I've been having the same build issue on Debian.

Revert this commit and you should be able to build again:
https://git.gnome.org/browse/evolution-data-server/commit/?id=a2790163af4d3f375a778055d0e2699207dfd050

Matthew Barnes


----- Original Message -----
Hi,

I don't know why and when the problem started, but at the moment I
cannot build e-d-s/master. I removed all my local/libs and tried a fresh
checkout with jhbuild, same result "DSO missing from command line"

to work around the issue I changed some Makefiles and added the missing
symbols/lib manually to _LIBADD (see below)

evo and e-d-s compile now, but I'm not 100% convinced of the result,
since evo deleted my "Personal" addressbook the first time I started
evo...

Is something wrong with my system or are other people seeing the same
issues? (I know there has been a similar thread earlier this year for
3.12)

Christian

-----------------------
/usr/bin/ld:
evolution_addressbook_factory_subprocess-evolution-addressbook-factory-subprocess.o:
undefined reference to symbol 'e_dbus_subprocess_object_skeleton_new'

evolution_addressbook_factory_subprocess_LDADD
        $(top_builddir)/private/libedbus-private.la \

----------------
src/evolution-data-server/calendar/libecal/e-cal-client.c:832: undefined
reference to `e_dbus_calendar_call_close'
.libs/libecal_1_2_la-e-cal-client.o: In function
`cal_client_get_backend_property_sync':

libecal_1_2_la_LIBADD =
        $(top_builddir)/private/libedbus-private.la \

-----------------------
src/evolution-data-server/calendar/libedata-cal/e-data-cal.c:569:
undefined reference to `e_dbus_calendar_complete_open'


libedata_cal_1_2_la_LIBADD = \
        $(top_builddir)/private/libedbus-private.la \
evolution_calendar_factory_subprocess_LDADD = \
        $(top_builddir)/private/libedbus-private.la \
----------------------------

_______________________________________________
evolution-hackers mailing list
evolution-hackers gnome org
To change your list options or unsubscribe, visit ...
https://mail.gnome.org/mailman/listinfo/evolution-hackers



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]