[eigen] Compile error in documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] Compile error in documentation
- From: Manuel Yguel <manuel.yguel@xxxxxxxxx>
- Date: Mon, 2 Aug 2010 11:01:01 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=cp7yU8PJRxJuOrA14xXyJCjG8V9ZKsFiKm6utbU8BNU=; b=HK4q5SglgjzqMMfCUUHUUnwQ1pWSjSi+wmYgMkEUT0ncCHZ4RYT7R8bH96gJ7xj3DE N1osLQ0hjDNhURCZ0lIF4PwGSscPS1IesNXP/jdYMgk4L3FFdZFfEb1+ng7HaFo2Q1mS 8UxEMLRA6NplpmxyyVguY8AC61EyCDCTC5Ums=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=nNRT1IeTusgOW2zhBK96RzIBJHywITJvFcGc1ZspF9OyyFkYQ2nTEjj1zeyUbSovRE NVNJIOP5zPAYBdxbRyGdKytsTRTSXLzmftKn3B34oYfhlPAkjnHLiGG0YEUGLVRjS0TB IoNgTaVkcpodImreq/PRpdKjVtiE99jO3m8D0=
Hi everyone,
compiling the documentation on my ubuntu 10.4 I get the following
compilation error:
[ 3%] Building CXX object
doc/snippets/CMakeFiles/compile_MatrixBase_colwise.dir/compile_MatrixBase_colwise.cpp.o
Linking CXX executable compile_MatrixBase_colwise
compile_MatrixBase_colwise:
/home/manu/manuLinux/code/math/eigen/devBranch/eigen/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.