Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error in building procedure Ubuntu 15.04 #7

Closed
GeorgeGkas-zz opened this issue Aug 18, 2015 · 2 comments
Closed

Getting error in building procedure Ubuntu 15.04 #7

GeorgeGkas-zz opened this issue Aug 18, 2015 · 2 comments
Assignees

Comments

@GeorgeGkas-zz
Copy link

I get the following errors in build procedure:

BUILD FAILED
/home/georgegks/glossa-interpreter-1.0.7/build.xml:29: Compile failed; see the compiler error output for details.

Total time: 6 seconds
Makefile:25: recipe for target 'all' failed
make: *** [all] Error 1

I won't post the xml file yet cause it won't help. What should I do? It would be best if you create a ppa repository and upload there the jar file

@cyberpython
Copy link
Owner

You are probably trying to build an older release of the interpreter. Versions 1.0.7 and earlier cannot be built on recent Ubuntu versions because the joptsimple library has been updated and it is not compatible with these older versions of glossa-interpreter. You need to build the latest release 1.0.8 (or the development version):

Make sure the Ubuntu 'universe' repository is enabled in the 'Ubuntu Software Sources' application.

Install the dependencies with:

sudo apt-get install openjdk-7-jdk antlr3 libjoptsimple-java

Install the latest glossa-interpreter:

cd ~
wget https://dl.dropboxusercontent.com/u/599926/releases/glossa-interpreter-1.0.8.tar.gz
tar -xvf glossa-interpreter-1.0.8.tar.gz
cd glossa-interpreter-1.0.8
make
sudo make install

Run glossa-interpreter:

cd ~
glossa-interpreter

@GeorgeGkas-zz
Copy link
Author

Thank you very much! 👍

@cyberpython cyberpython self-assigned this Aug 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants