|
在vs2013中编译用于Matlab调用的mex文件,出现以下错误,是什么原因呢?代码格式基本是按标准mex框架写的
错误 2 error #5082: Syntax error, found ',' when expecting one of: ( % [ . = =>
错误 5 error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
错误 6 error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
错误 7 error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
错误 8 error #5082: Syntax error, found ',' when expecting one of: ( % [ : . = =>
错误 3 error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ : . = =>
错误 4 error #5082: Syntax error, found END-OF-STATEMENT when expecting one of: ( % [ : . = =>
错误 9 error #6218: This statement is positioned incorrectly and/or has syntax errors.
错误 12 error #6236: A specification statement cannot appear in the executable section.
错误 13 error #6236: A specification statement cannot appear in the executable section.
错误 14 error #6236: A specification statement cannot appear in the executable section.
错误 15 error #6236: A specification statement cannot appear in the executable section.
错误 20 error #6404: This name does not have a type, and must have an explicit type. [MROWS1]
错误 24 error #6404: This name does not have a type, and must have an explicit type. [MROWS2]
错误 16 error #6404: This name does not have a type, and must have an explicit type. [MWPOINTERMXGETM]
错误 10 error #6404: This name does not have a type, and must have an explicit type. [MWPOINTERPLHS]
错误 18 error #6404: This name does not have a type, and must have an explicit type. [MWSIZESIZE1]
错误 21 error #6404: This name does not have a type, and must have an explicit type.
错误 17 error #6404: This name does not have a type, and must have an explicit type.
错误 27 error #6404: This name does not have a type, and must have an explicit type.
错误 22 error #6404: This name does not have a type, and must have an explicit type.
错误 25 error #6404: This name does not have a type, and must have an explicit type.
错误 11 error #6404: This name does not have a type, and must have an explicit type.
错误 23 error #6404: This name does not have a type, and must have an explicit type.
错误 19 error #6404: This name does not have a type, and must have an explicit type.
错误 28 error #6404: This name does not have a type, and must have an explicit type.
错误 30 error #6404: This name does not have a type, and must have an explicit type.
错误 26 error #6404: This name does not have a type, and must have an explicit type.
错误 29 error #6404: This name does not have a type, and must have an explicit type.
错误 31 error #6410: This name has not been declared as an array or a function. [PLHS]
警告 1 warning #5117: Bad # preprocessor line
错误 32 Compilation Aborted (code 1)
|
|