MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   资料存档 (https://www.labfans.com/bbs/forumdisplay.php?f=72)
-   -   libsvm.cpp编译错误MATLAB (https://www.labfans.com/bbs/showthread.php?t=26408)

poster 2019-12-14 20:13

libsvm.cpp编译错误MATLAB
 
我已经从[URL="http://www.csie.ntu.edu.tw/~cjlin/libsvm/"]官方站点[/URL]下载了[URL="http://www.csie.ntu.edu.tw/~cjlin/cgi-bin/matlab.cgi?+http://www.csie.ntu.edu.tw/~cjlin/libsvm/matlab+zip"]libsvm for MATLAB[/URL] (我正在使用MATLAB 2010b),但是每当运行make文件时,我都会得到:

>> make Error svm.cpp: 13 syntax error; found `' Error svm.cpp: 13 syntax error; found `T' expecting `;' Error svm.cpp: 13 syntax error; found `min' expecting `;' Error svm.cpp: 13 syntax error; found `x' expecting `)' Error svm.cpp: 13 skipping `x' `,' `T' `y' Error svm.cpp: 13 undeclared identifier `x' Error svm.cpp: 13 undeclared identifier `y' Warning svm.cpp: 13 possible usage of x before definition Warning svm.cpp: 13 possible usage of y before definition Error svm.cpp: 16 syntax error; found `' Error svm.cpp: 16 syntax error; found `T' expecting `;' Error svm.cpp: 16 syntax error; found `max' expecting `;' Error svm.cpp: 16 syntax error; found `x' expecting `)' Error svm.cpp: 16 skipping `x' `,' `T' `y' Error svm.cpp: 16 too many errors C:\MATLAB\R2010B\BIN\MEX.PL: Error: Compile of 'svm.cpp' failed. ??? Error using ==> mex at 208 Unable to complete successfully. Error in ==> make at 5 mex -O -c svm.cpp 甚至执行单个指令,例如:mex -O -c svm.cpp

我收到相同的错误,我在做什么错

局部放电

我已经验证了编译器问题:

>> mex -setup Please choose your compiler for building external interface (MEX) files: Would you like mex to locate installed compilers [y]/n? y Select a compiler: [1] Lcc-win32 C 2.4.1 in C:\MATLAB\R2010b\sys\lcc [0] None Compiler: 1 Please verify your choices: Compiler: Lcc-win32 C 2.4.1 Location: C:\MATLAB\R2010b\sys\lcc Are these correct [y]/n? y Trying to update options file: C:\AppData\Roaming\MathWorks\MATLAB\R2010b\mexopts.bat From template: C:\MATLAB\R2010b\bin\win32\mexopts\lccopts.bat Done . . . ************************************************************************** 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: [url]http://www.mathworks.com/support/solutions/en/data/1-5C27B9/?solution=1-5C27B9[/url] Building with the -largeArrayDims option enables the new API. **************************************************************************

[B]回答:[/B]

Matlab附带的内置编译器是lcc: [URL="http://www.cs.virginia.edu/~lcc-win32/"]http[/URL] : [URL="http://www.cs.virginia.edu/~lcc-win32/"]//www.cs.virginia.edu/~lcc-win32/[/URL] ,它是C编译器,因此无法编译cpp代码。参见此处: [URL="http://www.mathworks.com/support/tech-notes/1600/1605.html#C_compiling"]http[/URL] : [URL="http://www.mathworks.com/support/tech-notes/1600/1605.html#C_compiling"]//www.mathworks.com/support/tech-notes/1600/1605.html#C_compiling[/URL]

您必须通过mex -setup或自己编辑mexopts.bat来安装另一个编译器并配置Matlab以使用它。



[url=https://stackoverflow.com/questions/5086817]更多&回答...[/url]


所有时间均为北京时间。现在的时间是 03:02

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.