On Thu, 2013-04-18 at 14:48 +0000, Reid Thompson wrote: > I believe this to be the source of this issue... > having to do with perhaps building outside the source tree > > EDS > 1045: $(AM_V_GEN) $(GLIB_MKENUMS) --template > $(top_srcdir)/enumtypes.h.template \ > vs > EVO > 3899: $(AM_V_GEN) (cd $(srcdir) && $(GLIB_MKENUMS) --template > $(top_srcdir)/enumtypes.h.template \
You must being building with $(srcdir) != $(builddir). I think we just need to port the changes here to Evolution: https://git.gnome.org/browse/evolution-data-server/commit/?id=fb9b02e43251b7f4004eb41791f0a3553eeb2b4c I'll take care of it. Matt _______________________________________________ evolution-hackers mailing list [email protected] To change your list options or unsubscribe, visit ... https://mail.gnome.org/mailman/listinfo/evolution-hackers
