You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo "ERROR: " ${nwrfcsdk_lib} " lib directory does not exist. You must download the NW RFC SDK and ensure that it is located in ${nwrfcsdk}. " >&2
exit 1
fi
if [ ! -d "${nwrfcsdk_include}" ] ; then
echo "ERROR: " ${nwrfcsdk_include} " include directory does not exist. You must download the NW RFC SDK and ensure that it is located in ${nwrfcsdk}. " >&2