From: yuchuan on
When running mex _setup, an error is reported, how should i do?
thanks
Sincerely
YCW





Would you like mex to locate installed compilers [y]/n? y

Select a compiler:
[1] Microsoft Visual C++ 2008 in c:\Program Files (x86)\Microsoft Visual Studio 9.0

[0] None

Compiler: 1

Please verify your choices:

Compiler: Microsoft Visual C++ 2008
Location: c:\Program Files (x86)\Microsoft Visual Studio 9.0

Are these correct [y]/n? y

*****************************************************************************
Error: Could not find the 64-bit compiler. This may indicate that the
"X64 Compilers and Tools" or the Microsoft Windows Software
Development Kit (SDK) is not installed. To build 64-bit MEX-files
Microsoft Visual C++ 2008 requires that these two packages are
installed properly.
From: James Tursa on
"yuchuan " <yuchuanwei(a)gmail.com> wrote in message <i3i25t$nri$1(a)fred.mathworks.com>...
> When running mex _setup, an error is reported, how should i do?
> thanks
> Sincerely
> YCW
>
>
>
>
>
> Would you like mex to locate installed compilers [y]/n? y
>
> Select a compiler:
> [1] Microsoft Visual C++ 2008 in c:\Program Files (x86)\Microsoft Visual Studio 9.0
>
> [0] None
>
> Compiler: 1
>
> Please verify your choices:
>
> Compiler: Microsoft Visual C++ 2008
> Location: c:\Program Files (x86)\Microsoft Visual Studio 9.0
>
> Are these correct [y]/n? y
>
> *****************************************************************************
> Error: Could not find the 64-bit compiler. This may indicate that the
> "X64 Compilers and Tools" or the Microsoft Windows Software
> Development Kit (SDK) is not installed. To build 64-bit MEX-files
> Microsoft Visual C++ 2008 requires that these two packages are
> installed properly.

Have you verified that the required s/w indicated is in fact installed on your machine?

James Tursa
From: yuchuan on
what does s/w means

"Have you verified that the required s/w indicated is in fact installed on your machine"



"James Tursa" <aclassyguy_with_a_k_not_a_c(a)hotmail.com> wrote in message <i3i9an$c4f$1(a)fred.mathworks.com>...
> "yuchuan " <yuchuanwei(a)gmail.com> wrote in message <i3i25t$nri$1(a)fred.mathworks.com>...
> > When running mex _setup, an error is reported, how should i do?
> > thanks
> > Sincerely
> > YCW
> >
> >
> >
> >
> >
> > Would you like mex to locate installed compilers [y]/n? y
> >
> > Select a compiler:
> > [1] Microsoft Visual C++ 2008 in c:\Program Files (x86)\Microsoft Visual Studio 9.0
> >
> > [0] None
> >
> > Compiler: 1
> >
> > Please verify your choices:
> >
> > Compiler: Microsoft Visual C++ 2008
> > Location: c:\Program Files (x86)\Microsoft Visual Studio 9.0
> >
> > Are these correct [y]/n? y
> >
> > *****************************************************************************
> > Error: Could not find the 64-bit compiler. This may indicate that the
> > "X64 Compilers and Tools" or the Microsoft Windows Software
> > Development Kit (SDK) is not installed. To build 64-bit MEX-files
> > Microsoft Visual C++ 2008 requires that these two packages are
> > installed properly.
>
> Have you verified that the required s/w indicated is in fact installed on your machine?
>
> James Tursa
From: Steven_Lord on


"yuchuan " <yuchuanwei(a)gmail.com> wrote in message
news:i3icjl$au$1(a)fred.mathworks.com...
> what does s/w means
> "Have you verified that the required s/w indicated is in fact installed on
> your machine"

s/w is an abbreviation for "software". James asked if you installed the two
pieces of software named in the error message. If you haven't, do so. A
search of the Microsoft website should locate both of them.

--
Steve Lord
slord(a)mathworks.com
comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
To contact Technical Support use the Contact Us link on
http://www.mathworks.com

From: yuchuan on
"Steven_Lord" <slord(a)mathworks.com> wrote in message <i3ioj6$cid$1(a)fred.mathworks.com>...
>
>
> "yuchuan " <yuchuanwei(a)gmail.com> wrote in message
> news:i3icjl$au$1(a)fred.mathworks.com...
> > what does s/w means
> > "Have you verified that the required s/w indicated is in fact installed on
> > your machine"
>
> s/w is an abbreviation for "software". James asked if you installed the two
> pieces of software named in the error message. If you haven't, do so. A
> search of the Microsoft website should locate both of them.
>
> --
> Steve Lord
> slord(a)mathworks.com
> comp.soft-sys.matlab (CSSM) FAQ: http://matlabwiki.mathworks.com/MATLAB_FAQ
> To contact Technical Support use the Contact Us link on
> http://www.mathworks.com


done. thanks, all right now !!!