Re: [eigen] Compile error in documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Compile error in documentation
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Tue, 3 Aug 2010 10:42:51 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=0YXCJauGSsY2tHjUHVAz+T0dwt9qSMJ602GB4NkW5c4=; b=DRD/rWSLt61YIPaPgphdRHHK1Hl8j64S4RRJutuJgPfLAmIr6hBdJjoEOnRv7Gy/vi Q97qLlcOTSAvwHieMCCuo53rA6iCqgfqPnmp81iki6J3DEAbP+24EyJGicFZOYNF5xqb vLKXGtyiTjhVDLxuu5rUvvK+wlmDoBY5gOlHE=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=YwPlOM+DhfDnY1TtPxT+sDeX+BzmZiW/Bpd8lkp0XrzojtEFJchp+EAsv6RmGBOYnU 7POG+so99HZ4m83zbLvx5Ir8AbiHQlgWLbgYhZw0Iq9lHZW8Lnk3zfxqhmOSVifJkXTu SpjnL+zNft9wIXTDNcaUG7Bxq8HWAbpE0UfAI=
I can't reproduce here on linux x86-64 , gcc 4.4.4.
Note that it's actually a runtime error (crash on assert) not a build error..
Could you get a backtrace? Or could you bisect it?
Benoit
2010/8/2 Manuel Yguel <manuel.yguel@xxxxxxxxx>:
> 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.
>
>
>