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

error running make after configuring for JVM install #43

Open
vidjuheffex opened this issue Apr 29, 2020 · 5 comments
Open

error running make after configuring for JVM install #43

vidjuheffex opened this issue Apr 29, 2020 · 5 comments

Comments

@vidjuheffex
Copy link

I ran

./configure --jvm=yes

configure runs fine and spits out a summary that looks accurate.

I run make, that runs for a couple seconds but then stops at the following:

/home/jules/Code/bigloo4.3g/bin/bgljfile.sh: 19: exec: /home/jules/Code/bigloo4.3g/bin/bgljfile: not found
Makefile:570: recipe for target '.jfile' failed
make[2]: *** [.jfile] Error 127
make[2]: Leaving directory '/home/jules/Code/bigloo4.3g/comptime'
Makefile:403: recipe for target 'bigloo' failed
make[1]: *** [bigloo] Error 2
make[1]: Leaving directory '/home/jules/Code/bigloo4.3g/comptime'
Makefile:168: recipe for target 'boot-c' failed
make: *** [boot-c] Error 2

bgljfile.sh ends with a call to exec a file which does not exist

@vidjuheffex
Copy link
Author

@donaldsonjw let me know I had to cd into bde and run make there and then rerun make at the root since I had a non-jvm bigloo alreay installed

@svenha
Copy link
Contributor

svenha commented May 2, 2020

The previous installation should not matter for the steps that were recommended.

@vidjuheffex
Copy link
Author

Hmm.. I'm too much of a newb to know besides chiming in to say it did get me unblocked.

@manuel-serrano
Copy link
Owner

Hi there,

I'm not able to reproduce that one. Could you try the current unstable version (to be released soon) and let us know if the problem persists? Thanks in advance

ftp://ftp-sop.inria.fr/indes/fp/Bigloo/bigloo-unstable.tar.gz

@vidjuheffex
Copy link
Author

Sorry for the delayed response, just built unstable with with no issue, 👍

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

3 participants