Tried installation of Acado inside MATLAB.
Compiler is VC 2008.
Went into stable version.
Then cd interfaces/matlab/;
Ran make clean all;
It is giving error:
Making ACADO...
*acado_io_utils.cpp
....\ACADO\UTILS\acado_io_utils.cpp(91) : warning C4267: 'return' : conversion from 'size_t' to 'ACADO::uint', possible loss of data
....\ACADO\UTILS\acado_io_utils.cpp(271) : error C2065: 'EEXIST' : undeclared identifier
C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Compile of '....\ACADO\UTILS\acado_io_utils.cpp' failed.
Kindly let me know what can be wrong?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Tried installation of Acado inside MATLAB.
Compiler is VC 2008.
Went into stable version.
Then cd interfaces/matlab/;
Ran make clean all;
It is giving error:
Making ACADO...
*acado_io_utils.cpp
....\ACADO\UTILS\acado_io_utils.cpp(91) : warning C4267: 'return' : conversion from 'size_t' to 'ACADO::uint', possible loss of data
....\ACADO\UTILS\acado_io_utils.cpp(271) : error C2065: 'EEXIST' : undeclared identifier
C:\PROGRA~1\MATLAB\R2010A\BIN\MEX.PL: Error: Compile of '....\ACADO\UTILS\acado_io_utils.cpp' failed.
Kindly let me know what can be wrong?
Thanks.