<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hi David,<br></div><div><br></div><div>That smells like a missing dependency.  Have you reviewed <a href="https://www.cyrusimap.org/dev/imap/developer/compiling.html">https://www.cyrusimap.org/dev/imap/developer/compiling.html</a> ?<br></div><div><br></div><div>Looking at the error, and glancing at the dependencies list, I wonder if you need 'perl-devel'.  It's listed as a developer-only dependency, but because you're building from a git tag and not a distribution tarball (where some things with tricky dependencies have been pre-compiled), you will probably need some or all of the developer dependencies as well.<br></div><div><br></div><div>It would be nice if configure would report the missing dependency, instead of succeeding and then the build fails.  If you can track down which missing dependency caused this problem, please let us know and I'll update configure to complain about it. :)<br></div><div><br></div><div>Cheers,<br></div><div><br></div><div>ellie</div><div><br></div><div>On Thu, Dec 5, 2019, at 4:37 AM, Luong, David wrote:<br></div><blockquote type="cite" id="qt"><div>Hi,<br></div><div><br></div><div>I’m building with the following options:<br></div><div><br></div><div>$ autoreconf -i -s<br></div><div>$ ./configure --enable-http --enable-jmap --enable-autocreate --enable-murder --enable-idled --enable-xapian --prefix=/usr/cyrus<br></div><div>$ make<br></div><div><br></div><div>The build is not completed with the following errors.<br></div><div><br></div><div><div>make[2]: Leaving directory `/cyrus/cyrus-imapd-3.1.8'<br></div><div>Making all in perl/annotator<br></div><div>make[2]: Entering directory `/cyrus/cyrus-imapd-3.1.8/perl/annotator'<br></div><div>make[2]: *** No rule to make target `all'.  Stop.<br></div><div>make[2]: Leaving directory `/cyrus/cyrus-imapd-3.1.8/perl/annotator'<br></div><div>make[1]: *** [all-recursive] Error 1<br></div><div>make[1]: Leaving directory `/cyrus/cyrus-imapd-3.1.8'<br></div><div>make: *** [all] Error 2<br></div></div><div><br></div><div><br></div><div>Please advise.<br></div><div><br></div><div>Regards,<br></div><div>David.<br></div><div><br></div><div><div><br></div><div><div><br></div></div><div><br></div></div></blockquote><div><br></div></body></html>