Coder Social home page Coder Social logo

unable to use without Groovy about malabar-mode HOT 7 OPEN

doublep avatar doublep commented on July 28, 2024 1
unable to use without Groovy

from malabar-mode.

Comments (7)

m0smith avatar m0smith commented on July 28, 2024

Two things to try:

First, make sure groovy-mode is installed. Do not use the marmalade version as it is old.
Second, run malabar-run-groovy to get the java process started.

If neither of those suggestions help, please post more of the errors.

from malabar-mode.

doublep avatar doublep commented on July 28, 2024

Installed groovy-mode, it went without problems. Tried to reinstall malabar-mode, got the same errors as before. malabar-run-groovy is not available, so I grepped and found it in malabar-mode.el. Evalling that buffer fails with "eval-buffer: Cannot open load file: No such file or directory, ede/maven2" even though package ede is listed as built-in.

Note that I don't use marmalade, I used melpa from standard Emacs package list (M-x package-list-packages). It shows that version 20150428.1004 is available, which matches the last commit date as I can see.

from malabar-mode.

doublep avatar doublep commented on July 28, 2024

Full list of installation errors: http://paste.ubuntu.com/11097691/

from malabar-mode.

doublep avatar doublep commented on July 28, 2024

The first warning is unrelated, it is due to a defadvice in my .emacs.

from malabar-mode.

fvbock avatar fvbock commented on July 28, 2024

having the same issue. installed latest groovy-mode and malabar-mode from melpa. didnt see any compile errors. getting the same error:
eval-buffer: Cannot open load file: no such file or directory, ede/maven2

any idea what else could be missing?

from malabar-mode.

liuzhishan avatar liuzhishan commented on July 28, 2024

the reason of "Cannot open load file: no such file or directory, ede/maven" might be that built-in cedet is already loaded, so that the cedet from https://github.com/alexott/cedet/tree/devel is not loaded.

try the following steps to load the needed cedet, not the built-in cedet. hope it helps.

  1. try to use "make clean-all" and then "make all" in the cedet directory. make sure it doesnt have errors.
  2. then put the (load-file "/path/to/cedet-devel-load.el") in the beginning of init.el.
  3. restart emacs.

from malabar-mode.

glasserc avatar glasserc commented on July 28, 2024

I hit the same errors following the instructions on https://github.com/m0smith/malabar-mode#installation. gvmtool is now called sdkman, and the directory previously called ~/.gvm/groovy is now in ~/.sdkman/candidates/groovy. The malabar-variables module was trying to look around in this file to find current versions of groovy and so on, which was causing compilation to fail on a bunch of files. As a workaround you can do ln -s ~/.sdkman/candidates/ ~/.gvm.

from malabar-mode.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.