[eigen] make check: compilation failure of test/product_symm.cpp |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] make check: compilation failure of test/product_symm.cpp
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Tue, 22 Jun 2010 16:08:12 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Hi,
I just updated my hg working copy and attempted a make check on my new x86_64 machine (gcc 4.4.1). I get the following error
message which seems to be due to a failure to resolve the symbol "Index". Maybe we need to introduce a 'typedef' or a 'using'
statement?
Thanks,
Manoj
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp: In function ‘void symm(int, int)’:
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:53: error: too few template-parameter-lists
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:55: error: ‘Index’ was not declared in this scope
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:55: error: expected ‘;’ before ‘rows’
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:56: error: expected ‘;’ before ‘cols’
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:58: error: ‘rows’ was not declared in this scope
/home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:58: error: ‘cols’ was not declared in this scope