Re: [eigen] Eigen 3.1.0-beta1 released! |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Eigen 3.1.0-beta1 released!
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Thu, 7 Jun 2012 17:56:00 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=LIjvAH1r50uEw7lJgTTGGAhb7iG09MF2JvvNhJXlWHY=; b=QFimLdziC2Gpu7+BhNFGtMcpOxeXUsim/ZgYHcLdzuGeyu17PVOX9nY63jbRjiNm6Y cqGJ+t7oQz7IqgsktUMGX1vS7VOWRNMaV3xRldsP2peUir7aDfjnTiXIhrTe1L3rog71 0XDq1sLXof1A/ybeZ43YAvBnGK888JTg1wYQTSQO6PHfYkw6tQlTrF/OTLxUpLXzf9rv Keq4gVTjFkJbzMToE86Z9Wt/+B1gt/8dcvYnShr1y+0el6jzwfDn4yT/vB868yFYasEa dty7GwR2sMS4TTcx8NjsKfmGnLFG43+YT8loBicPN0/4mzR9+lkkuEPPlQZwKpAiSHFG Sxqw==
Cannot reproduce with gcc 4.4.6 and 4.4.4. Let's try with ICC....
gael
On Thu, Jun 7, 2012 at 4:42 PM, Rhys Ulerich <rhys.ulerich@xxxxxxxxx> wrote:
>> Eigen 3.1.0-beta1 has been released today.
>
> Working from repo using the 3.1.0-beta1 tag on either of
>
> g++ (Ubuntu 4.4.3-4ubuntu5) 4.4.3
> icpc (ICC) 11.1 20100806
>
> I see errors like the following during make check:
>
> /h2/rhys/Build/eigen/test/geo_transformations.cpp(345): error:
> template instantiation resulted in unexpected function type of "const
> Eigen::Transform<double, 3, 32, 0> (const Eigen::Transform<double, 3,
> 1, 0> &) const" (the meaning of a name may have changed since the
> template declaration -- the type of the template is
> "const
> Eigen::internal::transform_transform_product_impl<Eigen::Transform<double,
> 3, 32, 1>, Eigen::Transform<double, 3, Mode, Options>,
> <expression>>::ResultType (const Eigen::Transform<double, 3, Mode,
> Options> &) const")
> t1 = t1 * (Translation3(v1) * q1);
> ^
> detected during:
> instantiation of "Eigen::Transform<_Scalar, _Dim, _Mode,
> _Options>::operator* [with _Scalar=double, _Dim=3, _Mode=32,
> _Options=1]" based on template arguments <1, 0> at line 345
> instantiation of "void
> transformations<Scalar,Mode,Options>() [with Scalar=double, Mode=32,
> Options=1]" at line 492
>
> - Rhys
>
>