Re: [eigen] notice : make doc fails HG |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] notice : make doc fails HG
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Mon, 24 Jan 2011 08:39:15 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=BC+MDrCAWEjDiCVZf+f4O2tbt/RN6ux5z1F4WCDYQEI=; b=eF5y+3mRFtTgBYBiRk5ZfLXPEnpvA99bLkLzMmFdFuTIHHkCSasc9TvFsLTAVkdM7X 3/XCqJ/GLmSvc8syWtGilwDNC2qQXJD868loemSLe/sKoJdWSNUzNwVj9qDN0ooocNhm HIPlPw9WqVtyvWe1NclVZbtHe20d9aRwee2F0=
- 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; b=Thz6J6es0a5gEyjuSTqKZbHX/cmCLuF0issdbX4PRRfBgX2rA0qIcQMk9iRRa5fF8v ZhAdwEsqBH6zJqMFyP2Shw0AwNeifwkvCtcduVlIAwQ7YPz/oAG2TKhGFFJypTkaiqeO O7lrY9Ry5NOi6r/VxZklVUszuiL8xzOhH+wJI=
Thanks for the notice!
It was my fault. Fixed now.
Benoit
2011/1/24 Helmut Jarausch <jarausch@xxxxxxxxxxxxxxxxxxx>:
> Hi,
>
> todays HG version (40ab3dd94a32) fails when trying to make doc :
>
> [ 54%] Building CXX object doc/snippets/CMakeFiles/
> compile_class_FullPivLU.dir/compile_class_FullPivLU.cpp.o
> /OBJ/Math/Eigen_Build/doc/snippets/compile_class_FullPivLU.cpp: In
> function 'int main(int, char**)':
> /OBJ/Math/Eigen_Build/doc/snippets/compile_class_FullPivLU.cpp:24:19:
> error: 'class Eigen::Block<Eigen::Matrix<double, 5, 5>, 5, 3, false,
> true>' has no member named 'part'
> /OBJ/Math/Eigen_Build/doc/snippets/compile_class_FullPivLU.cpp:24:39:
> error: expected primary-expression before ')' token
> /OBJ/Math/Eigen_Build/doc/snippets/compile_class_FullPivLU.cpp:27:29:
> error: 'const class Eigen::FullPivLU<Eigen::Matrix<double, 5, 3>
>>::MatrixType' has no member named 'part'
> /OBJ/Math/Eigen_Build/doc/snippets/compile_class_FullPivLU.cpp:27:41:
> error: expected primary-expression before ')' token
> make[3]: *** [doc/snippets/CMakeFiles/compile_class_FullPivLU.dir/
> compile_class_FullPivLU.cpp.o] Error 1
>
> Thanks for Eigen,
> Helmut.
>
>
>