-
Notifications
You must be signed in to change notification settings - Fork 25
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
Is it possible to run omake from another place than the one specified during compilation process? #56
Comments
Set |
This does not seem to work (or I misuse it). I tried:
|
This is strange. We use
but
and the reaction is similar when I'm not using boot/omake but an installed omake. omake looks for |
Ok, found the problem. |
There could be in deed bugs - caching is always brittle. Is there a way to reproduce the problem reliably? |
I believe you can reproduce with the following procedure (reconstructed from my first and third post in this thread):
|
I just filed issue #131 about the "can't open IR" caching issue (before seeing this one). |
Workaround for this: |
Hello,
I compiled omake with --prefix = ${HOME}/omake and I would like to distribute this binary to other users.
Unfortunately, this does not work since the path has been replaced by /home/user/omake and omake hardcode its installation path at compile time.
I wonder whether there is a way to run omake from a place different from its installation path.
For this I tried to move omake from /home/user/omake to /home/user/omake2
If I run omake naively, ie
I then tried
Any ideas?
The text was updated successfully, but these errors were encountered: