I fail to compile
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
claire lozano
am 4 Jun. 2015
Kommentiert: claire lozano
am 5 Jun. 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 Kommentare
Akzeptierte Antwort
Image Analyst
am 4 Jun. 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 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu Introduction to Installation and Licensing finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!