imap関連の指定を外します。 例% ./configure ... --with-imap --with-imap-ssl checking for U8T_CANONICAL... no configure: error: utf8_mime2text() has new signature, but U8T_CANONICAL is missing. This should not happen. Check config.log for additional information. 上述では、configureを実行する際、imap関連の指定も行っているため、途中で不具合が発生した例です。実際にはもっと多くの表示があるため、抜粋しています。imap関連の指定を外せば、同じ不具合は表示されなくなります。 |