| Newsgroups |
gmane.comp.lib.mtl.devel |
| Message-ID |
<[email protected]> |
Hi!
I downloaded MTL yesterday (VC6 compiler) and using lu_solve.cc as an
example, tried to incorporate MTL into my project. The header files are
#include <mtl/matrix.h>
#include <mtl/mtl.h>
#include <mtl/utils.h>
#include <mtl/lu.h>
I get the following error msgs:
:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(24) : error C2039: 'shape' : is not a member of 'Matrix'
C:\cal\caldistNov19\c++\src\library\math/Matrix.h(634) : see declaration of 'Matrix'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(24) : error C2146: syntax error : missing ';' before identifier 'shape'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(24) : error C2868: 'shape' : illegal syntax for using-declaration; expected qualified-name
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(26) : error C2039: 'orientation' : is not a member of 'Matrix'
C:\cal\caldistNov19\c++\src\library\math/Matrix.h(634) : see declaration of 'Matrix'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(26) : error C2146: syntax error : missing ';' before identifier 'orientation'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(26) : error C2868: 'orientation' : illegal syntax for using-declaration; expected qualified-name
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(28) : error C2039: 'sparsity' : is not a member of 'Matrix'
C:\cal\caldistNov19\c++\src\library\math/Matrix.h(634) : see declaration of 'Matrix'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(28) : error C2146: syntax error : missing ';' before identifier 'sparsity'
C:\cal\mtl-2.1.2-20\mtl/matrix_traits.h(54) : see reference to class template instantiation 'mtl::matrix_traits<Matrix>' being compiled
There were a lot more. Any ideas how can I compile?
With Appreciation,
Reza Gharavi
---------------------------------------------------------------------------
This message (including any attachments) is confidential and may be privileged. If you have received it by mistake please notify the sender by return
e-mail and delete this message from your system. Any unauthorised use or dissemination of this message in whole or in part is strictly prohibited.
Please note that e-mails are susceptible to change.
ABN AMRO Bank N.V. (including its group companies) shall not be liable for the improper or incomplete transmission of the information contained in
this communication nor for any delay in its receipt or damage to your system. ABN AMRO Bank N.V. (or its group companies) does not guarantee that the
integrity of this communication has been maintained nor that this communication is free of viruses, interceptions or interference.
---------------------------------------------------------------------------
_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/