cstdlib: No such file or directory

2 vues (au cours des 30 derniers jours)
Chang seok Ma
Chang seok Ma le 21 Fév 2021
Commenté : Walter Roberson le 21 Fév 2021
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 commentaire
Walter Roberson
Walter Roberson le 21 Fév 2021
That is the C++ standard library. Make sure your C++ is fully installed.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Write C Functions Callable from MATLAB (MEX Files) dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by