cstdlib: No such file or directory

6 ビュー (過去 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 Center および File ExchangeIntroduction to Installation and Licensing についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by