I fail to compile

5 Ansichten (letzte 30 Tage)
claire lozano
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 ? ...

Akzeptierte Antwort

Image Analyst
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
Walter Roberson
Walter Roberson am 4 Jun. 2015
It thinks you have the software installed but not licensed.
claire lozano
claire lozano am 5 Jun. 2015
it is possible ... I will ask my university to give me one, thank you!

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

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!

Translated by