Re: [Evolution-hackers] evo build problems

2014-10-13 Thread Milan Crha
On Sat, 2014-10-11 at 19:51 +0200, schaarsc wrote:
 Hello,
 
 in case someone else has missing symbols (floor, gnome_canvas...)
 
 I was able to work around the issue with
 

Hi,
thanks for the heads up. I'd like to know the different flags your 
distro/build is using that these things are easy-to-get there. In any 
case, I committed something similar to your proposed change here:
https://git.gnome.org/browse/evolution/commit/?id=c20c593

Thanks again and bye,
Milan



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


[Evolution-hackers] evo build problems

2014-10-11 Thread schaarsc
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


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