Skip to content

make gives several warning and fails #9

Description

@tamouse

Cloned git-emacs into new directory, ran make:

Compiling
rm -f *.elc
emacs -Q --batch ""-L /usr/share/doc/git-core/contrib/emacs -L ~/.emacs.d/"" -L . -f batch-byte-compile *.el
Ido mode enabled
Ido mode disabled

In end of data:
git--test.el:290:3:Warning: the function `git--uninstall-state-mark-modeline'
is not known to be defined.
Wrote /home/tamara/Projects/git-emacs/git--test.elc

In git-blame-filter:
git-blame.el:280:31:Warning: save-excursion' defeated byset-buffer'

In git-blame-new-commit:
git-blame.el:323:53:Warning: save-excursion' defeated byset-buffer'
git-blame.el:338:28:Warning: `goto-line' used from Lisp code
That command is designed for interactive use only
Wrote /home/tamara/Projects/git-emacs/git-blame.elc
Wrote /home/tamara/Projects/git-emacs/git-emacs-autoloads.elc

In toplevel form:
git-emacs.el:88:1:Warning: cl package required at runtime

In git--actual-push:
git-emacs.el:1030:39:Warning: reference to free variable `dry-run-output'

In git--resolve-merge-buffer:
git-emacs.el:1350:12:Warning: default-major-mode' is an obsolete variable (as of Emacs 23.2); usemajor-mode' instead.

In git--branch-mode-refresh:
git-emacs.el:2191:23:Warning: goto-line' used from Lisp code That command is designed for interactive use only git-emacs.el:2195:21:Warning:previous-line' used from Lisp code
That command is designed for interactive use only
git-emacs.el:2197:10:Warning: `next-line' used from Lisp code
That command is designed for interactive use only
Wrote /home/tamara/Projects/git-emacs/git-emacs.elc
Wrote /home/tamara/Projects/git-emacs/git-global-keys.elc

In toplevel form:
git-load-example.el:4:30:Error: Cannot open load file: soo-load
Wrote /home/tamara/Projects/git-emacs/git-log.elc
Wrote /home/tamara/Projects/git-emacs/git-modeline.elc
Wrote /home/tamara/Projects/git-emacs/git-status.elc
make: *** [compile] Error 1

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions