You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My implementation for #102 has caused compilation problems on Maya 2016, due to the lack of function MStringArray.indexOf(MString).
This must be fixed before release of v0.3.0
This is an example of the error:
[ 55%] Building CXX object CMakeFiles/mmSolver.dir/src/core/bundleAdjust_solveFunc.cpp.obj
bundleAdjust_solveFunc.cpp
C:\Users\user\dev\mayaMatchMoveSolver_windows\src\core\bundleAdjust_solveFunc.cpp(105) : error C2039: 'indexOf' : is not a member of 'MStringArray'
C:\PROGRA~1\Autodesk\Maya2016\include\maya/MStringArray.h(67) : see declaration of 'MStringArray'
C:\Users\user\dev\mayaMatchMoveSolver_windows\src\core\bundleAdjust_solveFunc.cpp(113) : error C2039: 'indexOf' : is not a member of 'MStringArray'
C:\PROGRA~1\Autodesk\Maya2016\include\maya/MStringArray.h(67) : see declaration of 'MStringArray'
C:\Users\user\dev\mayaMatchMoveSolver_windows\src\core\bundleAdjust_solveFunc.cpp(117) : error C2039: 'indexOf' : is not a member of 'MStringArray'
C:\PROGRA~1\Autodesk\Maya2016\include\maya/MStringArray.h(67) : see declaration of 'MStringArray'
C:\Users\user\dev\mayaMatchMoveSolver_windows\src\core\bundleAdjust_solveFunc.cpp(124) : error C2039: 'indexOf' : is not a member of 'MStringArray'
C:\PROGRA~1\Autodesk\Maya2016\include\maya/MStringArray.h(67) : see declaration of 'MStringArray'
NMAKE : fatal error U1077: 'C:\PROGRA~2\MICROS~1.0\VC\bin\X86_AM~1\cl.exe' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files (x86)\Microsoft Visual Studio 11.0\VC\BIN\nmake.exe"' : return code '0x2'
Stop.
Software Versions
Latest "master" branch, or "tools_issue57" branch.
The text was updated successfully, but these errors were encountered:
Problem
My implementation for #102 has caused compilation problems on Maya 2016, due to the lack of function
MStringArray.indexOf(MString)
.This must be fixed before release of v0.3.0
This is an example of the error:
Software Versions
Latest "master" branch, or "tools_issue57" branch.
The text was updated successfully, but these errors were encountered: