viewmail-info
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [VM] problem building VM-8.2.0b with Emacs-26.1


From: Mark Diekhans
Subject: Re: [VM] problem building VM-8.2.0b with Emacs-26.1
Date: Sun, 3 Jun 2018 22:03:22 -0700

looks like the spurious &optional on vmpc-none-true-yet is the problem, just
delete it should get you by this;
=== modified file 'lisp/vm-pcrisis.el'
--- lisp/vm-pcrisis.el  2016-10-29 23:36:16 +0000
+++ lisp/vm-pcrisis.el  2018-06-04 04:58:57 +0000
@@ -1246,7 +1246,7 @@
 ;; Functions for vmpc-conditions:
 ;; -------------------------------------------------------------------
 
-(defun vmpc-none-true-yet (&optional &rest exceptions)
+(defun vmpc-none-true-yet (&rest exceptions)
   "True if none of the previous evaluated conditions was true.
 This is a condition that can appear in `vmpc-conditions'.  If EXCEPTIONS are
 specified, it means none were true except those.  For example, if you wanted


Robert Huff <address@hidden> writes:
> Mark Diekhans wrote:
> > I can't access it:
> >    unable to resolve host address ‘www.litteratus.org'
> >
>      Build log is now appended.
> 
> 
>          Apologetically,
> 
> 
>                  Robert Huff
> 
> 
> huff@> uname -vm
> FreeBSD 12.0-CURRENT #0 r331659: Thu Mar 29 12:31:36 EDT 2018  amd64
> huff@> clang -v
> FreeBSD clang version 6.0.0 (tags/RELEASE_600/final 326565) (based on 
> LLVM 6.0.0)
> Target: x86_64-unknown-freebsd12.0
> Thread model: posix
> InstalledDir: /usr/bin
> huff@> ./configure
> checking whether make sets $(MAKE)... yes
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether ln -s works... yes
> checking for rm... /bin/rm
> checking for ls... /bin/ls
> checking for mkdir... /bin/mkdir
> checking for grep... /usr/bin/grep
> checking for xargs... xargs
> checking for gtar... no
> checking for tar... tar
> checking that tar is GNU tar... yes
> checking for makeinfo... makeinfo
> checking for texi2dvi... texi2dvi
> checking for emacs... emacs
> checking checking emacs-type of emacs... emacs
> checking checking emacs-version of emacs... 26
> checking where .elc files should go... $(prefix)/share/emacs/site-lisp/vm
> checking where data files should go... $(prefix)/share/vm
> checking where doc files should go... ${datarootdir}/doc/${PACKAGE_TARNAME}
> checking which options to pass on to (X)Emacs... -batch -q -no-site-file 
> -no-init-file -l $(srcdir)/vm-build.el
> checking where the TeXinfo docs should go... ${datarootdir}/info
> checking otherdirs... nil
> configure: creating ./config.status
> config.status: creating Makefile
> config.status: creating lisp/Makefile
> config.status: creating info/Makefile
> config.status: creating src/Makefile
> config.status: creating pixmaps/Makefile
> config.status: creating vm-load.el
> huff@> gmake
> gmake[1]: Entering directory '/data/vm-8.2.0b/lisp'
> /bin/rm -f vm-autoloads.el
> echo > vm-autoloads.el
> (build_dir="`pwd`"; cd "."; \
>   "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -l 
> autoload \
>      -f vm-built-autoloads "/data/vm-8.2.0b/lisp/vm-autoloads.el" "`pwd`")
> Building autoloads file "/data/vm-8.2.0b/lisp/vm-autoloads.el"
> in directory "/data/vm-8.2.0b/lisp".
> Loading autoload...
> ls does not support --dired; see `dired-use-ls-dired' for more details.
> echo "(custom-add-load 'vm 'vm-cus-load)" | tr -d '\015' >> vm-autoloads.el
> echo "(setq vm-configure-datadir \"/usr/local/share/vm\")" | tr -d 
> '\015' >> vm-autoloads.el
> echo "(setq vm-configure-pixmapdir \"/usr/local/share/vm/pixmaps\")" | 
> tr -d '\015' >> vm-autoloads.el
> echo "(setq vm-configure-docdir \"\")" | tr -d '\015' >> vm-autoloads.el
> echo "(setq vm-configure-infodir \"\")" | tr -d '\015' >> vm-autoloads.el
> echo "(require 'vm-vars)" | tr -d '\015' >> vm-autoloads.el
> echo "(provide 'vm-autoloads)" | tr -d '\015' >> vm-autoloads.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-autoloads.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-cus-load.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm.el
> 
> In vm-compose-mail:
> vm.el:1246:20:Warning: `mail-yank-hooks' is an obsolete variable (as of
>      19.34); use `mail-citation-hook' instead.
> 
> In end of data:
> vm.el:1530:1:Warning: the following functions might not be defined at 
> runtime:
>      vm-pop-find-name-for-spec, vm-pop-find-cache-file-for-spec,
>      vm-imap-parse-spec-to-list, vm-imap-account-name-for-spec,
>      vm-imap-make-filename-for-spec, vm-read-folder,
>      vm-check-for-killed-summary, vm-check-for-killed-presentation,
>      vm-fsfemacs-nonmule-display-8bit-chars, vm-mode-internal,
>      vm-register-folder-garbage, vm-read-index-file-maybe,
>      vm-assimilate-new-messages, vm-gobble-visible-header-variables,
>      vm-gobble-bookmark, vm-gobble-pop-retrieved, vm-gobble-imap-retrieved,
>      vm-gobble-summary, vm-gobble-labels, vm-imap-recorded-uid-validity,
>      vm-start-itimers-if-needed, vm-display, vm-emit-totals-blurb,
>      vm-store-folder-totals, vm-thoughtfully-select-message,
>      vm-update-summary-and-mode-line, 
> vm-toolbar-install-or-uninstall-toolbar,
>      vm-menu-install-visited-folders-menu, vm-should-generate-summary,
>      vm-summarize, vm-present-current-message, vm-inform, 
> vm-get-spooled-mail,
>      vm-display-startup-message, vm-goto-new-frame,
>      vm-set-hooks-for-frame-deletion, vm-check-for-killed-folder,
>      vm-read-file-name, vm-read-string, vm-pop-find-spec-for-name,
>      vm-read-imap-folder-name, vm-find, vm-error-if-folder-empty,
>      vm-folder-name, vm-build-virtual-message-list, vm-menu-install-menus,
>      vm-menu-mode-menu, vm-sort-messages, 
> vm-record-and-change-message-pointer,
>      vm-goto-new-folder-frame-maybe, vm-select-recipient-from-sender,
>      vm-mail-internal, vm-generate-new-multibyte-buffer,
>      vm-folders-summary-mode-internal,
>      vm-make-folders-summary-associative-hashes, vm-do-folders-summary,
>      vm-make-folders-summary-key, vm-mark-for-folders-summary-update,
>      vm-goto-new-folders-summary-frame-maybe, vm-continue-composing-message,
>      vm-truncate-roman-string, vm-mail-yank-default, vm-mapcar,
>      vm-maildrop-sans-personal-info, vm-maildrop-alist-sans-personal-info,
>      vm-count-messages-in-file, vm-load-window-configurations,
>      vm-mouse-install-mouse, vm-menu-initialize-vm-mode-menu-map,
>      vm-mail-send-and-exit
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-autoload.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-avirtual.el
> Could not load feature bbdb.  Related functions may not work correctly!
> Could not load feature bbdb-autoloads.  Related functions may not work 
> correctly!
> Could not load feature bbdb-com.  Related functions may not work correctly!
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-biff.el
> 
> In end of data:
> vm-biff.el:524:1:Warning: the following functions might not be defined at
>      runtime: vm-get-buffer-window, vm-select-frame-set-input-focus,
>      vm-check-for-killed-summary, vm-check-for-killed-presentation,
>      vm-error-if-folder-empty, vm-tokenized-summary-insert, 
> vm-summary-sprintf,
>      vm-summary-highlight-region
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-crypto.el
> 
> In end of data:
> vm-crypto.el:231:1:Warning: the following functions might not be defined at
>      runtime: vm-make-work-buffer, vm-make-multibyte-work-buffer,
>      vm-process-kill-without-query, vm-make-tempfile, vm-error-free-call,
>      vm-register-global-garbage-files
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-delete.el
> 
> In end of data:
> vm-delete.el:582:1:Warning: the following functions might not be defined at
>      runtime: vm-follow-summary-cursor, vm-check-for-killed-summary,
>      vm-check-for-killed-presentation, vm-error-if-folder-empty,
>      vm-select-operable-messages, vm-set-deleted-flag, vm-thread-count,
>      vm-expand-thread, vm-thread-root, vm-display, vm-inform,
>      vm-update-summary-and-mode-line, vm-next-message, vm-set-flagged-flag,
>      vm-so-sortable-subject, vm-build-threads, vm-thread-subtree,
>      vm-thread-symbol, vm-su-message-id, vm-md5-region,
>      vm-unthread-message-and-mirrors, vm-unregister-fetched-message,
>      vm-set-numbering-redo-start-point, vm-set-summary-redo-start-point,
>      vm-set-deleted-flag-of, vm-mark-folder-modified-p,
>      vm-garbage-collect-message, vm-present-current-message,
>      vm-clear-expunge-invalidated-undos, vm-sort-messages,
>      vm-check-thread-integrity
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-digest.el
> 
> In end of data:
> vm-digest.el:848:1:Warning: the following functions might not be defined at
>      runtime: vm-decode-mime-message-headers, vm-reorder-message-headers,
>      vm-insert-region-from-buffer, vm-match-header, vm-matched-header-end,
>      vm-mime-make-multipart-boundary, vm-mime-find-digests-in-layout,
>      vm-mm-layout, vm-summary-sprintf, vm-make-work-buffer,
>      vm-mime-types-match, vm-mm-layout-type, vm-leading-message-separator,
>      vm-mime-insert-mime-body, vm-munge-message-separators,
>      vm-trailing-message-separator, vm-mm-layout-parts,
>      vm-find-leading-message-separator, 
> vm-skip-past-leading-message-separator,
>      vm-convert-folder-type-headers, vm-find-trailing-message-separator,
>      vm-skip-past-trailing-message-separator, vm-restore-buffer-modified-p,
>      vm-follow-summary-cursor, vm-check-for-killed-summary,
>      vm-check-for-killed-presentation, vm-error-if-folder-empty,
>      vm-select-operable-messages, vm-retrieve-operable-messages, vm-inform,
>      vm-clear-modification-flag-undos, vm-mark-folder-modified-p,
>      vm-delete-message, vm-assimilate-new-messages,
>      vm-update-summary-and-mode-line, vm-emit-totals-blurb, vm-display,
>      vm-thoughtfully-select-message, vm-present-current-message,
>      vm-goto-new-folder-frame-maybe, vm-should-generate-summary, 
> vm-summarize,
>      vm-mime-layout-contains-type, vm-matched-header-contents
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-edit.el
> 
> In end of data:
> vm-edit.el:332:1:Warning: the following functions might not be defined at
>      runtime: vm-follow-summary-cursor, vm-check-for-killed-summary,
>      vm-check-for-killed-presentation, vm-error-if-folder-empty,
>      vm-update-summary-and-mode-line, vm-retrieve-operable-messages,
>      vm-su-full-name, vm-su-subject, vm-inform, vm-get-buffer-window,
>      vm-goto-new-frame, vm-set-hooks-for-frame-deletion,
>      vm-warp-mouse-to-frame-maybe, vm-display, vm-select-operable-messages,
>      vm-garbage-collect-message, vm-unthread-message-and-mirrors,
>      vm-build-threads, vm-check-thread-integrity, 
> vm-present-current-message,
>      vm-mark-for-summary-update, vm-sort-messages, 
> vm-munge-message-separators,
>      vm-match-header, vm-matched-header-start, vm-matched-header-end,
>      vm-get-visible-buffer-window
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-folder.el
> 
> In end of data:
> vm-folder.el:5420:1:Warning: the following functions might not be defined at
>      runtime: vm-warn, vm-copy-local-variables, vm-su-labels,
>      vm-force-mode-line-update, vm-check-for-killed-summary,
>      vm-toolbar-update-toolbar, vm-build-threads, 
> vm-do-needed-summary-rebuild,
>      vm-update-message-summary, vm-inform, 
> vm-do-needed-folders-summary-update,
>      vm-get-file-buffer, vm-make-work-buffer, vm-abs, 
> vm-get-header-contents,
>      vm-set-unread-flag-of, vm-set-replied-flag-of, vm-set-flagged-flag-of,
>      vm-set-deleted-flag-of, vm-set-folded-flag-of, vm-set-watched-flag-of,
>      vm-set-forwarded-flag-of, vm-set-new-flag-of, vm-set-ignored-flag-of,
>      vm-set-read-receipt-flag-of, vm-set-read-receipt-sent-flag-of,
>      vm-set-attachments-flag-of, vm-set-new-flag-in-vector, 
> vm-extend-vector,
>      vm-set-unread-flag, vm-set-filed-flag-of, vm-set-redistributed-flag-of,
>      vm-imap-set-default-attributes, vm-pop-set-default-attributes,
>      vm-check-for-killed-presentation, vm-error-if-folder-empty,
>      vm-vector-to-list, vm-parse, vm-record-and-change-message-pointer,
>      vm-su-summary, vm-set-deleted-flag-in-vector, vm-sort-messages,
>      vm-time-difference, vm-sort-compare-physical-order, vm-error-free-call,
>      vm-set-new-flag, vm-follow-summary-cursor, vm-display, vm-bury-buffer,
>      vm-iconify-frame, vm-expunge-folder, vm-virtual-quit, 
> vm-pop-end-session,
>      vm-imap-end-session, vm-mark-for-folders-summary-update,
>      vm-delete-auto-save-file-if-necessary, vm-thoughtfully-select-message,
>      vm-present-current-message, vm-store-folder-totals,
>      vm-virtual-save-folder, vm-pop-synchronize-folder,
>      vm-imap-synchronize-folder, vm-clear-modification-flag-undos,
>      vm-pop-find-name-for-buffer, vm-imap-find-spec-for-buffer,
>      vm-find-file-name-handler, vm-display-buffer, vm-pop-folder-check-mail,
>      vm-imap-folder-check-mail, vm-imap-account-name-for-spec,
>      vm-pop-find-name-for-spec, vm-mapcar, vm-virtual-get-new-mail, vm-last,
>      vm-modify-folder-totals, vm-run-hook-on-message,
>      vm-build-virtual-message-list, vm-marked-messages, vm-check-count,
>      vm-move-message-pointer, vm-thread-root-p, vm-thread-subtree,
>      vm-menu-mode-menu, vm-make-local-hook, vm-menu-install-menus, 
> vm-delqual,
>      vm-read-string, vm-add-write-file-hook, vm-add-find-file-hook,
>      vm-mime-parse-entity-safe, vm-set-body-to-be-retrieved-flag,
>      vm-set-body-to-be-discarded-flag
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-grepmail.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-imap.el
> 
> In end of data:
> vm-imap.el:4627:1:Warning: the following functions might not be defined at
>      runtime: vm-inform, vm-warn, vm-find-file-name-handler,
>      vm-safe-imapdrop-string, vm-imapdrop-sans-password,
>      vm-stuff-imap-retrieved, vm-mark-folder-modified-p, vm-parse,
>      vm-store-folder-totals, vm-follow-summary-cursor,
>      vm-check-for-killed-summary, vm-check-for-killed-presentation,
>      vm-error-if-folder-empty, vm-display, vm-update-summary-and-mode-line,
>      vm-find, vm-imapdrop-sans-personal-info, vm-make-work-buffer,
>      vm-tear-down-stunnel-random-data, 
> vm-setup-stunnel-random-data-if-needed,
>      vm-stunnel-configuration-args, vm-setup-ssh-tunnel,
>      vm-process-kill-without-query, vm-delete, vm-mime-base64-decode-string,
>      vm-md5-string, vm-xor-string, vm-md5-raw-string,
>      vm-mime-base64-encode-string, vm-keep-some-buffers, vm-display-buffer,
>      vm-reorder-message-headers, vm-munge-message-separators,
>      vm-convert-folder-header, vm-skip-past-folder-header,
>      vm-leading-message-separator, vm-convert-folder-type-headers,
>      vm-trailing-message-separator, vm-make-multibyte-work-buffer,
>      vm-set-replied-flag, vm-set-deleted-flag, vm-set-flagged-flag,
>      vm-set-unread-flag, vm-set-new-flag, vm-set-forwarded-flag,
>      vm-set-redistributed-flag, vm-set-filed-flag, vm-set-written-flag,
>      vm-mark-for-summary-update, vm-assimilate-new-messages, 
> vm-expunge-folder,
>      vm-add-or-delete-message-labels, vm-run-hook-on-message, vm-last,
>      vm-imapdrop-sans-password-and-mailbox, vm-mail-get-header-contents,
>      vm-mail-mode-remove-header
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-license.el
> 
> In end of data:
> vm-license.el:62:1:Warning: the function `vm-display' might not be 
> defined at
>      runtime.
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-macro.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-mark.el
> 
> In end of data:
> vm-mark.el:477:1:Warning: the following functions might not be defined at
>      runtime: vm-inform, vm-mark-for-summary-update, vm-display,
>      vm-update-summary-and-mode-line, vm-follow-summary-cursor, vm-abs,
>      vm-move-message-pointer, vm-select-operable-messages,
>      vm-read-virtual-selector, vm-thread-subtree, vm-thread-symbol,
>      vm-so-sortable-subject, vm-su-from, vm-string-equal-ignore-case, 
> vm-copy,
>      vm-build-virtual-message-list
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-menu.el
> 
> In end of data:
> vm-menu.el:1773:1:Warning: the following functions might not be defined at
>      runtime: vm-mm-layout-type, vm-mime-can-convert, vm-mm-layout-parts,
>      vm-check-for-killed-summary, vm-check-for-killed-presentation,
>      vm-delete-duplicates, vm-inform
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-message.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-message-history.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-mime.el
> 
> In end of data:
> vm-mime.el:8305:1:Warning: the following functions might not be defined at
>      runtime: vm-emit-mime-decoding-message, vm-match-header,
>      vm-matched-header-contents, vm-get-header-contents, vm-menu-mode-menu,
>      vm-set-hooks-for-frame-deletion, 
> vm-toolbar-install-or-uninstall-toolbar,
>      vm-menu-install-menus, vm-reset-buffer-modified-p,
>      vm-register-message-garbage, vm-follow-summary-cursor,
>      vm-present-current-message, vm-expose-hidden-headers,
>      vm-show-current-message, vm-energize-urls, vm-highlight-headers-maybe,
>      vm-energize-headers-and-xfaces, vm-update-summary-and-mode-line,
>      vm-display, vm-energize-urls-in-message-region,
>      vm-register-message-garbage-files, vm-summary-sprintf,
>      vm-mime-burst-layout, vm-goto-new-folder-frame-maybe,
>      vm-goto-new-summary-frame-maybe, vm-summarize, 
> vm-reorder-message-headers,
>      vm-register-folder-garbage, vm-mail-internal, vm-mail-send,
>      vm-run-command-on-region, vm-munge-message-separators,
>      vm-leading-message-separator, vm-trailing-message-separator,
>      vm-register-folder-garbage-files, vm-select-operable-messages,
>      vm-retrieve-operable-messages, vm-discard-cached-data, 
> vm-read-file-name,
>      vm-quit-no-change, vm-read-folder-name, vm-mime-encapsulate-messages,
>      vm-mail-mode-get-header-contents, vm-matched-header-start,
>      vm-matched-header-end, vm-mark-for-summary-update,
>      vm-mail-mode-show-headers, vm-su-subject
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-minibuf.el
> 
> In end of data:
> vm-minibuf.el:378:1:Warning: the following functions might not be defined at
>      runtime: vm-delete-non-matching-strings, vm-get-buffer-window,
>      vm-mouse-set-mouse-track-highlight, vm-mouse-read-string,
>      vm-mouse-read-file-name
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-misc.el
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-motion.el
> 
> In end of data:
> vm-motion.el:579:1:Warning: the following functions might not be defined at
>      runtime: vm-garbage-collect-message, vm-follow-folders-summary-cursor,
>      vm-read-number, vm-display, vm-present-current-message, 
> vm-expand-thread,
>      vm-thread-root, vm-thread-list, vm-inform, vm-message-position, vm-abs,
>      vm-last, vm-thread-indentation, vm-thread-root-p, vm-thread-count,
>      vm-collapse-thread
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-mouse.el
> 
> In end of data:
> vm-mouse.el:692:1:Warning: the following functions might not be defined at
>      runtime: vm-follow-summary-cursor, vm-follow-folders-summary-cursor,
>      vm-menu-popup-mode-menu, vm-menu-popup-context-menu, vm-extent-at,
>      vm-inform, vm-warn, vm-error-free-call, vm-make-tempfile-name,
>      vm-make-work-buffer, vm-goto-new-frame, vm-keyboard-read-file-name,
>      vm-set-region-face, vm-delete-backup-file-names,
>      vm-delete-auto-save-file-names, vm-delete-index-file-names, vm-delete,
>      vm-show-list, vm-maybe-delete-windows-or-frames-on,
>      vm-keyboard-read-string
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-page.el
> 
> In end of data:
> vm-page.el:1200:1:Warning: the following functions might not be defined at
>      runtime: vm-follow-summary-cursor, vm-get-visible-buffer-window,
>      vm-frame-totally-visible-p, vm-display, vm-next-message,
>      vm-display-startup-message, vm-inform, vm-su-from, vm-summary-sprintf,
>      vm-match-header, vm-matched-header-contents-start,
>      vm-matched-header-contents-end, vm-matched-header-end,
>      vm-mouse-send-url-at-position, vm-matched-header-contents,
>      vm-make-work-buffer, vm-retrieve-real-message-body,
>      vm-run-hook-on-message, vm-mm-layout, vm-mime-parse-entity-safe,
>      vm-mime-layouts-equal, vm-replace-buffer-in-windows, vm-unbury-buffer,
>      vm-decode-mime-message-headers, vm-set-mm-layout-display-error, 
> vm-warn,
>      vm-update-summary-and-mode-line, vm-folder-buffer-value,
>      vm-fill-paragraphs-containing-long-lines, vm-set-new-flag,
>      vm-set-unread-flag, vm-abs, vm-extent-at
> "emacs" -batch -q -no-site-file -no-init-file -l ./vm-build.el -f 
> batch-byte-compile vm-pcrisis.el
> (file-missing "Cannot open load file" "No such file or directory" "bbdb")
> Could not load bbdb.el.  Related functions may not work correctly!
> 
> In toplevel form:
> vm-pcrisis.el:86:1:Warning: defcustom for `vmpc-conditions' fails to specify
>      type
> vm-pcrisis.el:86:1:Warning: defcustom for `vmpc-conditions' fails to specify
>      type
> vm-pcrisis.el:228:35:Warning: make-face called with 2 arguments, but accepts
>      only 1
> vm-pcrisis.el:235:31:Warning: make-face called with 2 arguments, but accepts
>      only 1
> vm-pcrisis.el:1217:28:Error: Variable name missing after &optional
> gmake[1]: *** [Makefile:114: vm-pcrisis.elc] Error 1
> gmake[1]: Leaving directory '/data/vm-8.2.0b/lisp'
> gmake: *** [Makefile:37: all] Error 1
> 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]