Emacs-D-Mode-Maintainers / Emacs-D-Mode

An Emacs mode for D code.
GNU General Public License v3.0
84 stars 21 forks source link

Compilation fails #24

Closed drrlvn closed 9 years ago

drrlvn commented 10 years ago

On Emacs 24.3.1 I get the following error when trying to install d-mode from melpa:

Compiling file /home/drorl/.emacs.d/elpa/d-mode-20140813.1033/d-mode.el at Thu Aug 21 13:39:42 2014

In d-mode:
d-mode.el:434:9:Warning: (lambda nil ...) quoted with ' rather than with #'
d-mode.el:434:9:Warning: (lambda nil ...) quoted with ' rather than with #'
d-mode.el:494:1:Error: End of file during parsing
russel commented 10 years ago

Is this still happening? I cannot see what on line 434 might be causing this.

drrlvn commented 10 years ago

Yep, getting this error now:

Compiling file /home/drorl/.emacs.d/elpa/d-mode-20140825.717/d-mode.el at Mon Aug 25 18:02:21 2014
d-mode.el:64:1:Warning: cl package required at runtime

In d-mode:
d-mode.el:497:1:Warning: (lambda nil ...) quoted with ' rather than with #'
d-mode.el:497:1:Warning: (lambda nil ...) quoted with ' rather than with #'
d-mode.el:497:1:Error: End of file during parsing
russel commented 10 years ago

The first of these is a knock-on consequence of Issue #23 I'll see how we can get rid of it. The other two are I think due to cc-mode itself and nothing we can do. cf. Issue #13. On the other hand my version of d-mode only has 496 lines in it..

russel commented 9 years ago

I am closing this as a "not a bug" since there appears nothing that can be done in d-mode.el will fix the reported problem. Please re-open if there is still a problem.