I fail to compile
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
claire lozano
el 4 de Jun. de 2015
Comentada: claire lozano
el 5 de Jun. de 2015
I can't compilate my matlab program :
>> !mcc
Test checkout of feature 'Compiler' failed.
>> mbuild -setup
MBUILD configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
To choose a different language, select one from the following:
mex -setup C++ -client MBUILD
mex -setup FORTRAN -client MBUILD
>> mex -setup
MEX configured to use 'Microsoft Windows SDK 7.1 (C)' for C language compilation.
Warning: The MATLAB C and Fortran API has changed to support MATLAB
variables with more than 2^32-1 elements. In the near future
you will be required to update your code to utilize the
new API. You can find more information about this at:
http://www.mathworks.com/help/matlab/matlab_external/upgrading-mex-files-to-use-64-bit-api.html.
To choose a different language, select one from the following:
mex -setup C++
mex -setup FORTRAN
>> license('checkout','Compiler')
ans =
1
My installed software :

What's wrong ? ...
0 comentarios
Respuesta aceptada
Image Analyst
el 4 de Jun. de 2015
Claire: Do you have some kind of group/shared/pooled set of licenses or a standalone individual license? It looks like when you tried to check out a license, it failed. So maybe someone else in your group was using it or didn't check the license back in to the pool.
4 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Introduction to Installation and Licensing en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!