cstdlib: No such file or directory

조회 수: 3 (최근 30일)
Chang seok Ma
Chang seok Ma 2021년 2월 21일
댓글: Walter Roberson 2021년 2월 21일
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
  댓글 수: 1
Walter Roberson
Walter Roberson 2021년 2월 21일
That is the C++ standard library. Make sure your C++ is fully installed.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Write C Functions Callable from MATLAB (MEX Files)에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by