[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
Hi,
trying to compile rev. 4903f5fad646 of the 3.0 branch with VC9-64, I get a couple of errors of the following type, for example in the eigen2_eigensolver tests:
45>c:\developer\eigenvalidation\3.0.3\fmestable\thirdparty\sources\eigen\source\eigen\src/Core/MatrixBase.h(253) : error C2082: redefinition of formal parameter 'n'
45> c:\developer\eigenvalidation\3.0.3\fmestable\thirdparty\sources\eigen\source\eigen\src/Core/MapBase.h(43) : see reference to class template instantiation 'Eigen::MatrixBase<Derived>' being compiled
45> with
45> [
45> Derived=Eigen::Map<Eigen::Matrix<float,-1,-1>>
45> ]
45> c:\developer\eigenvalidation\3.0.3\fmestable\thirdparty\sources\eigen\source\eigen\src/Core/MapBase.h(184) : see reference to class template instantiation 'Eigen::MapBase<Derived,Level>' being compiled
45> with
45> [
48>------ Build started: Project: eigen2_eigensolver_4, Configuration: Debug x64 ------
45> Derived=Eigen::Map<Eigen::Matrix<float,-1,-1>>,
45> Level=0
45> ]
45> c:\developer\eigenvalidation\3.0.3\fmestable\thirdparty\sources\eigen\source\eigen\src/Core/Map.h(119) : see reference to class template instantiation 'Eigen::MapBase<Derived>' being compiled
45> with
45> [
45> Derived=Eigen::Map<Eigen::Matrix<float,-1,-1>>
45> ]
CMake settings:
-DEIGEN_TEST_NO_EXPLICIT_VECTORIZATION:INTEGER=1
-DEIGEN_TEST_EIGEN2:INTEGER=1
Can anybody reproduce this?
-----Original Message-----
From: Listengine [mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of Schmidt, Michael
Sent: Mittwoch, 28. September 2011 00:38
To: eigen@xxxxxxxxxxxxxxxxxxx
Subject: RE: [eigen] New release?
I can offer to run the VC8/9/10 32/64bit Tests this weekend, I think. Should I try to submit the test reports to the dashboard?
@Gael: I guess your backports should also be included in the tests? If so, can you give an estimate as to when you will be able to do them?
-----Original Message-----
From: Listengine [mailto:listengine@xxxxxxxxxxxxxxxxx] On Behalf Of Jitse Niesen
Sent: Dienstag, 27. September 2011 20:52
To: eigen@xxxxxxxxxxxxxxxxxxx
Subject: Re: [eigen] New release?
On Tue, 27 Sep 2011, Benoit Jacob wrote:
> I agree! Are you willing to be the release manager?
> http://eigen.tuxfamily.org/index.php?title=Mercurial#Make_a_new_releas
> e
Okay. I plan to make the release in a week's time, on Tuesday 6 October.
Everybody, please run the tests as described on
http://eigen.tuxfamily.org/index.php?title=Tests
We especially need people to test MS Visual C++. Do also run the Eigen2 tests by setting the cmake variable EIGEN_TEST_EIGEN2 to on as this went wrong with the previous release.
Thanks,
Jitse