radian-software / radian

🍉 Dotfiles that marry elegance and practicality.
MIT License
490 stars 47 forks source link

Recent commit doesn't compile. #455

Closed jduhamel closed 4 years ago

jduhamel commented 4 years ago

Hi,

I just pulled the most recent commit. removing the .emacs.d and doing: make link && make build && make compile failed.

I then did a make docker VERSION=27.0 at the docker prompt. did a make link && make build.

The make compile failed with:

docker@0fd0c7a9c43b:~/radian$ make compile
Cannot load magit: (void-function transient-define-prefix)
radian.el:4616:13:Warning: reference to free variable
    `magit-credential-cache-daemon-socket'
radian.el:4574:33:Warning: reference to free variable
    `magit-credential-cache-daemon-process'
radian.el:4577:13:Warning: assignment to free variable
    `magit-credential-cache-daemon-process'
radian.el:4616:50:Warning: assignment to free variable
    `magit-credential-cache-daemon-socket'
radian.el:4621:9:Warning: assignment to free variable
    `magit-save-repository-buffers'
Cannot load magit-diff: (void-function transient-define-prefix)
Cannot load git-commit: (void-function transient-define-prefix)
Cannot load forge: (void-function transient-define-prefix)
Cannot load forge-core: (void-function transient-define-prefix)
radian.el:5488:1:Warning: the following functions are not known to be defined:
    magit-maybe-start-credential-cache-daemon, magit-diff-visit-file--setup,
    forge-get-repository, magit-mode
Makefile:25: recipe for target 'compile' failed
make: *** [compile] Error 1
raxod502 commented 4 years ago

I'm not sure why that happened. It should be fixed with the latest commit.

raxod502 commented 4 years ago

This thread is being closed automatically by Tidier because it is labeled with "waiting on response" and has not seen any activity for 90 days. But don't worry—if you have any information that might advance the discussion, leave a comment and I will be happy to reopen the thread :)