Bugzilla – Attachment 151 Details for
Bug 244
no ColsAtCompileTime in Eigen::Transform, needed by inverse_impl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Forgot Password
Login:
[x]
This bugzilla service is closed. All entries have been migrated to
https://gitlab.com/libeigen/eigen
VC10 compilation errors
errors.txt (text/plain), 3.40 KB, created by
Bob
on 2011-04-05 14:08:13 UTC
(
hide
)
Description:
VC10 compilation errors
Filename:
MIME Type:
Creator:
Bob
Created:
2011-04-05 14:08:13 UTC
Size:
3.40 KB
patch
obsolete
>1>ClCompile: >1> main.cpp >1>c:\bla\eigen\src/LU/Inverse.h(300): error C2039: 'ColsAtCompileTime' : is not a member of 'Eigen::Transform<_Scalar,_Dim,_Mode>' >1> with >1> [ >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2 >1> ] >1> c:\bla\eigen\src/Core/ReturnByValue.h(73) : see reference to function template instantiation 'void Eigen::internal::inverse_impl<MatrixType>::evalTo<Dest>(Dest &) const' being compiled >1> with >1> [ >1> MatrixType=Eigen::Matrix<float,4,4>, >1> Dest=Eigen::Transform<float,3,2> >1> ] >1> c:\bla\eigen\src/Geometry/Transform.h(347) : see reference to function template instantiation 'void Eigen::ReturnByValue<Derived>::evalTo<Eigen::Transform<_Scalar,_Dim,_Mode>>(Dest &) const' being compiled >1> with >1> [ >1> Derived=Eigen::internal::inverse_impl<Eigen::Matrix<float,4,4>>, >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2, >1> Dest=Eigen::Transform<float,3,2> >1> ] >1> ..\source\custom-engine\WavGPU.cpp(14) : see reference to function template instantiation 'Eigen::Transform<_Scalar,_Dim,_Mode>::Transform<Eigen::internal::inverse_impl<MatrixType>>(const Eigen::ReturnByValue<Derived> &)' being compiled >1> with >1> [ >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2, >1> MatrixType=Eigen::Matrix<float,4,4>, >1> Derived=Eigen::internal::inverse_impl<Eigen::Matrix<float,4,4>> >1> ] >1>c:\bla\eigen\src/LU/Inverse.h(300): error C2039: 'ColsAtCompileTime' : is not a member of 'Eigen::Transform<_Scalar,_Dim,_Mode>' >1> with >1> [ >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2 >1> ] >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(52): error C2039: 'Flags' : is not a member of 'Eigen::Transform<_Scalar,_Dim,_Mode>' >1> with >1> [ >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2 >1> ] >1> c:\bla\eigen\src/LU/Inverse.h(253) : see reference to class template instantiation 'Eigen::internal::compute_inverse_size4<Arch,Scalar,MatrixType,ResultType>' being compiled >1> with >1> [ >1> Arch=1, >1> Scalar=float, >1> MatrixType=Eigen::Matrix<float,4,4>, >1> ResultType=Eigen::Transform<float,3,2> >1> ] >1> c:\bla\eigen\src/LU/Inverse.h(305) : see reference to class template instantiation 'Eigen::internal::compute_inverse<MatrixType,ResultType>' being compiled >1> with >1> [ >1> MatrixType=Eigen::Matrix<float,4,4>, >1> ResultType=Eigen::Transform<float,3,2> >1> ] >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(52): error C2065: 'Flags' : undeclared identifier >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(52): error C2056: illegal expression >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(53): error C2039: 'Flags' : is not a member of 'Eigen::Transform<_Scalar,_Dim,_Mode>' >1> with >1> [ >1> _Scalar=float, >1> _Dim=3, >1> _Mode=2 >1> ] >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(53): error C2065: 'Flags' : undeclared identifier >1>c:\bla\eigen\src/LU/arch/Inverse_SSE.h(54): error C2056: illegal expression
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 244
: 151