[eigen] Error in 'make doc' |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Error in 'make doc'
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Sun, 1 Aug 2010 14:04:43 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Hi,
I just updated my working copy of Eigen (@changeset: 3311:63ec209ad9b2). I get the following error while performing 'make
doc':
compile_MatrixBase_colwise: /extra/home/rmanoj/Software/Libraries/eigen-hg/Eigen/src/Core/MapBase.h:193: void
Eigen::MapBase<Derived>::checkSanity() const [with Derived = Eigen::Block<Eigen::Matrix<double, 3, 3, 0, 3, 3>, 3, 1, true,
true>]: Assertion `(!(ei_traits<Derived>::Flags&AlignedBit) || ((size_t(m_data)&0xf)==0)) && "data is not aligned"' failed.
thanks,
Manoj