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
I was getting the following error when running lsl_loadlib on my mac that started with:
Missing symbol '___stack_chk_guard' required by
'/Applications/MATLAB_R2017a.app/bin/maci64/libmwgenerate_diag_message.dylib-
I wasn't able to find any documentation in this regard. There was some other error noted in the read me file, so I just tried the suggested command. It seemed to work:
Hello,
I was getting the following error when running lsl_loadlib on my mac that started with:
Missing symbol '___stack_chk_guard' required by
'/Applications/MATLAB_R2017a.app/bin/maci64/libmwgenerate_diag_message.dylib-
I wasn't able to find any documentation in this regard. There was some other error noted in the read me file, so I just tried the suggested command. It seemed to work:
install_name_tool -add_rpath "@loader_path/" bin/lsl_loadlib_.mexmaci64
The text was updated successfully, but these errors were encountered: