-
Notifications
You must be signed in to change notification settings - Fork 18
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
Link custom plugin to NCrystal in Mac (OSX-arm64) #211
Comments
Hi @tkittel, I replaced SHARED by MODULE in the CMakeLists.txt file, deleted the previous folders, and reran all the commands, but I still got exactly the same error:
|
And you are in conda with a conda-installed NCrystal? |
Yes, I used the following commands for installing NCrystal:
Then followed by the previously listed commands. |
Could you try to also install the conda-forge compilers and cmake packages, and then deactivate + activate your environment? And then try again of course. |
Yes, I ran
and deactivate and activate the env, and reran all the process including reinstalling NCrystal, but I still got exactly the same error message. |
Ok, it was worth a try. If you can debug it further with tools like otool, feel free to do so. Otherwise I will have a look eventually. |
I used otool to look at the shared libraries used, and I got
|
Sure, but I meant that you either have to investigate and find the solution, or wait. |
Also, please do not comment more on this closed issue. Put comments on #193. |
OK. Since we always has a backup solution for including the plugin, we can address this issue later. Thanks a lot for the discussion :-) |
I tried to attach a custom plugin "https://github.com/XuShuqi7/ncplugin-CrysExtn" to NCrystal in my Mac (OSX-arm64), while I find some issues. After installing NCrystal, the commands I used are:
When I typed
nctool --plugin
, I gotPlease help me to check if I didn't use the commands correctly or should I need to modify some of them? Thx!
The text was updated successfully, but these errors were encountered: