That is the C++ standard library. Make sure your C++ is fully installed.
cstdlib: No such file or directory
3 次查看(过去 30 天)
显示 更早的评论
Hello, I am trying to compile mex function
clear
clc
mex vfi_mex.c -I"../CRoutines"
But then I got an error message as below
..\CRoutines/blitz/compiler.h:132:19: fatal error: cstdlib: No such file or directory
How can I solve this?
Thanks in advance
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!