-
-
Notifications
You must be signed in to change notification settings - Fork 5
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
dyld: Library not loaded: @rpath/libneko.2.dylib #4
Comments
CC: @vic |
Not really sure what's happening (I have no experience at all using haxe+neko) but from reading this issue: HaxeFoundation/neko#98 it looks like you might want to try and set I'd recommend first trying to make the command work manually (try setting the PATH and NEKOPATH yourself to anything that works) and once you have that, you might want to create a For a working example, you might want to take a look at asdf-elixir which has it's own Hope any of this can be of help. |
If the neko plugin exports #!/usr/bin/env bash
if [ "$NEKOPATH" = "" ]; then
export NEKOPATH=$ASDF_INSTALL_PATH/bin
fi |
Hm, no.. In normal asdf (without something like What you want is In the case of |
@imbsky Just pushed a quick-n-dirty PR for you :D. If you update your neko plugin, it now exports the NEKOPATH variable, and I'm trying to use that from this plugin. |
I have seen that |
Hm, maybe if you provide an example project I could reproduce the problem and get what you mean by Could you provide an example of what's happening ? |
Ah, sorry, my English is not very good. For example, is it possible to have the neko's |
It's better to pretend it exists rather than actually copying it, but it doesn't matter. |
Your English is pretty good :) It's just that I'm not understanding the problem since I'm not a haxe+neko user and can't properly tell what's the best solution. Perhaps I should try using both of these plugins and try to reproduce the problem to better understand what's happenning. Could you provide a minimal hello-world or something I could run with haxe+neko so that I can see that |
Thank you for your kind words! You will probably get the same problem just by running |
Hi |
I am still seeing this issue, and yes I get it just by running |
@imbsky Thanks for the help. I'm sorry to say this isn't working for me. Your help is appreciated 👍 $ haxelib $ asdf current neko $ asdf haxe neko dylibs link $ which neko $ sw_vers $ haxelib |
The haxelib command seems to require this Dynamic Library, which is not included in the files available for download from the haxe repository. So I created a plugin for neko that includes that Dynamic Library, but is there a good way to interoperate the haxe and neko plugins?
The text was updated successfully, but these errors were encountered: