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

rlwrap installed; dust does not start #15

Closed
mathpunk opened this issue Mar 16, 2015 · 6 comments
Closed

rlwrap installed; dust does not start #15

mathpunk opened this issue Mar 16, 2015 · 6 comments

Comments

@mathpunk
Copy link

I read issue #2 and the suggestion was to install rlwrap. I have rlwrap installed (on Debian), and yet starting dust repl gives me instructions on the usage of rlwrap. Dust does appear on my path.

@heyLu
Copy link
Member

heyLu commented Mar 16, 2015

Can't reproduce that locally, can you send the exact output you get?

It sounds a bit as if your rlwrap doesn't support the flags we use, or something like that. Which version of rlwrap do you have installed?

@mathpunk
Copy link
Author

It's version 0.41. The output is not very useful: "Usage: rlwrap [options] command ..." followed by a menu of options and the project website. Note that it's been a couple of weeks since I built pixie.

@mathpunk
Copy link
Author

Hm, and ./examples/hello-world.pxi gets me

bash: ./hello-world.pxi: ./pixie-vm: bad interpreter: No such file or directory

so maybe I do have some path issues...?

@heyLu
Copy link
Member

heyLu commented Mar 17, 2015

It does sound like path issues, yes. Try the following things:

  • in your pixie checkout, run ./pixie-vm. it should start the repl
  • ensure that pixie-vm and dust are linked to somewhere in your $PATH, as described here
  • maybe compile pixie again if it doesn't help

@mathpunk
Copy link
Author

I missed the bit about linking pixie-vm and that did the trick. Thanks for your help.

@heyLu
Copy link
Member

heyLu commented Mar 17, 2015

No problem, have fun! :)

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