Description
I'm having trouble installing the plugin. Maya 2018 is saying it can't find libAnimX.dylib. What am I doing wrong?
// Error: file: /Applications/Autodesk/maya2018/Maya.app/Contents/scripts/others/pluginWin.mel line 290: Unable to dynamically load : /Users/lg3/BW_MCP/BW_LIB/MAYA/animx/AnimXPlugin.bundle
dlopen(/Users/lg3/BW_MCP/BW_LIB/MAYA/animx/AnimXPlugin.bundle, 1): Library not loaded: libAnimX.dylib
Referenced from: /Users/lg3/BW_MCP/BW_LIB/MAYA/animx/AnimXPlugin.bundle
Reason: image not found //
My Maya.env file is:
MAYA_PLUG_IN_PATH = $HOME/myCircleNode/build/Debug:$HOME/BW_MCP/BW_LIB/MAYA/animx
MAYA_SCRIPT_PATH = $HOME/myCircleNode:$HOME/BW_MCP/BW_LIB/MAYA/animx/scripts
XBMLANGPATH = $HOME/myCircleNode
Install location are:
/Users/lg3/BW_MCP/BW_LIB/MAYA/animx/./libAnimX.dylib
/Users/lg3/BW_MCP/BW_LIB/MAYA/animx/./AnimXPlugin.bundle
/Users/lg3/BW_MCP/BW_LIB/MAYA/animx/scripts/pydll.py
/Users/lg3/BW_MCP/BW_LIB/MAYA/animx/scripts/pyplugin.py
cmake_instal command:
cmake --install -DCMAKE_INSTALL_PREFIX=$HOME/BW_MCP/BW_LIB/MAYA/animx ..
I'd appreciate the help. thanks