[Evolution-hackers] evo build problems



Hello,

in case someone else has missing symbols (floor, gnome_canvas...)

I was able to work around the issue with

--- a/modules/calendar/Makefile.am
+++ b/modules/calendar/Makefile.am
@@ -77,12 +77,13 @@ module_calendar_la_LIBADD = \
        $(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la     \

$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
        $(top_builddir)/e-util/libevolution-util.la                     \
+       $(top_builddir)/libgnomecanvas/libgnomecanvas.la                \
        $(EVOLUTION_DATA_SERVER_LIBS)                                   \
        $(GNOME_PLATFORM_LIBS)                                          \
        $(NULL)
 
 module_calendar_la_LDFLAGS = \
-       -module -avoid-version $(NO_UNDEFINED) $(CODE_COVERAGE_LDFLAGS)
+       -module -avoid-version -lm $(NO_UNDEFINED) $(CODE_COVERAGE_LDFLAGS)

Regards
Christian




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