|
hi there
I want to compile some Matlab-files for a stand alone application. When I started "mbuild -setup", there was no compiler installed. So I installed Microsoft Visual C++ on "C:\Program Files (x86)\Microsoft Visual Studio 9.0". Then, I ran "mbuild -setup" again, and there was still no compiler avaiable.
So I ran "mbuild -setup" again and chose fore the question "Would you like mbuild to locate installed compilers" a "no". Then I have the choice between three compilers:
"Select a compiler:
[1] Microsoft Platform SDK 14.0
[2] Microsoft Visual C++ 2005
[3] Microsoft Visual C++ 2008 "
So I chose number 3.
After that, a message appeared: "The default location for Microsoft Visual C++ 2008 compilers is C:\Program Files (x86)\Microsoft Visual Studio 9.0,
but that directory does not exist on this machine."
It's written that the folder "C:\Program Files (x86)\Microsoft Visual Studio 9.0" doesn't exist, but it's exactly the folder where I installed the compiler. If I choose this folder anywa and I try to compile a Matlab file, an error occures. Did anybody of you have the same problem? Any suggestions?
|