RE: help install
mctimes <[email protected]>
| Newsgroups | gmane.comp.lib.mtl.devel |
|---|---|
| Message-ID | <[email protected]> |
I am compiling the example with gcc 3 under win2k. Take transpose.cc as
example, it fails to compile and point that
11 ...\include\mtl\matrix_traits.h
parse error before `
153 ...\include\mtl\matrix_traits.h
`SPARSE' was not declared
...
...
...
I check the matrix_traits.h, in where there is an enumeration statement
in the head of the file
enum { RECT, BAND, TRI, SYMM, HERM, ROW_MAJOR, COL_MAJOR, DIAG, DENSE,
PACKED, BAND_VIEW, SPARSE, ARRAY, ENVELOPE, COMPRESSED, SPARSE_PAIR, TREE,
LINKED_LIST, upper, lower, unit_upper, unit_lower, dynamic_uplo,
internal = 0, external, index_from_one = -1, index_from_zero = 0 };
I wonder why it always complain that `SPARSE' was not declared !!!
_______________________________________________
This list is archived at http://www.osl.iu.edu/MailArchives/mtl-devel/