Re: [eigen] Compilation errors introduced by recent changes. (aligned stl types & MatrixType rename) |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Compilation errors introduced by recent changes. (aligned stl types & MatrixType rename)
- From: Ilya Baran <baran37@xxxxxxxxx>
- Date: Wed, 21 Apr 2010 13:03:48 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:received:message-id:subject:from:to:content-type; bh=ABJBSzxacXsgNCkxyhRa3KNqZlASecHTrQwzS0vrYFI=; b=I697fNrqRl2he4HVHGcPLVkmDC9NzAVZuAasymyvSPdjgcl2usCxXOvq8WovBX8usW Tb6z8+o7CXpsZ2sHCThYpTPo2tciya3FadMWUVLOOlXH92hk1+yyUTzrUtjJPFLycT3O GagSVpxSBo9asGU2HvK5i+COgy88BLBkUFIhg=
- 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=YBlv+tRVmb0mtVBXz592VWoV7WcyjvS3pLpU7B8LkYaFaOV6731+pzEJlgP7EGNJ9o cbBd1Qby5GbGU4QfDOtLQO1Pqq+bMuoEFDPeVSfcCCxp4cZxa/oiFyjt1n3QYyu9unST f9COhhvmxugsojAJqjioItdJYuxayF2nydf24=
Hi,
I'm getting this error on MSVC 2008 and MSVC 2010, so I don't think
it's an MSVC 2010 bug.
Thanks,
-Ilya
On Wed, Apr 21, 2010 at 12:55 PM, Eamon Nerbonne
<eamon.nerbonne@xxxxxxxxx> wrote:
> On Wed, Apr 21, 2010 at 18:30, Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>
> wrote:
>>
>> Ok, having that said, when you reported the issue even this (correct code)
>>
>> std::vector<Vector2d, Eigen::aligned_allocator<Vector2d> > stlvec(10,
>> Vector2d());
>>
>> failed which I fixed now.
>
> Oops - I see my example was a little hasty indeed.
>
>>
>> If you hit any other issues please let me know.
>>
>
> Well, I still can't compile anything including eigen after Benoit's
> changeset labelled "renaming (MatrixType ---> whatever appropriate) ..."
> from the 18th - since you haven't run into it, I take it that this
> compilation error is due to a bug in the RC that's been fixed in 2010 RTM?
>
> Even the following won't compile in the latest version:
> #include "Eigen/Core"
> int main(){ return 0;}
>
> That results in 11 "error C2065: 'MatrixType' : undeclared identifier"
> errors.
>
>