search for: lib11_trash_plugin_la_libadd

Displaying 2 results from an estimated 2 matches for "lib11_trash_plugin_la_libadd".

2009 Oct 27
1
dovecot-2.0.alpha2 doesn't compile on Mac OS X
.../lib15_notify_plugin.la lib20_mail_log_plugin_la_SOURCES = \ mail-log-plugin.c --- a/src/plugins/trash/Makefile.am 2009-10-09 13:02:15.000000000 -0500 +++ b/src/plugins/trash/Makefile.am 2009-10-27 10:35:58.000000000 -0500 @@ -10,8 +10,9 @@ module_LTLIBRARIES = \ lib11_trash_plugin.la -lib11_trash_plugin_la_LIBADD = \ - ../quota/lib10_quota_plugin.la +# Apple can't link loadable modules against other loadable modules +#lib11_trash_plugin_la_LIBADD = \ +# ../quota/lib10_quota_plugin.la lib11_trash_plugin_la_SOURCES = \ trash-plugin.c Third, for cross-compiling the value of WORDS_BIGENDIAN needs to...
2010 Oct 13
1
Missing ACLOCAL_AMFLAGS ?
...s used but `moduledir' is undefined src/plugins/trash/Makefile.am:18: variable `lib11_trash_plugin_la_SOURCES' is defined but no program or src/plugins/trash/Makefile.am:18: library has `lib11_trash_plugin_la' as canonical name (possible typo) src/plugins/trash/Makefile.am:14: variable `lib11_trash_plugin_la_LIBADD' is defined but no program or src/plugins/trash/Makefile.am:14: library has `lib11_trash_plugin_la' as canonical name (possible typo) src/plugins/trash/Makefile.am:8: variable `lib11_trash_plugin_la_LDFLAGS' is defined but no program or src/plugins/trash/Makefile.am:8: library has `lib1...