Re: [eigen] STL fixes

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


Pfff, it was some broken package (multiple gcc versions) on my Arch
Linux system.

Sorry for the noise. Now the tests are passing.
Benoit

2010/4/28 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> You are right, I even checked that with a #error. It's looking like
> it's caused by my upgrade to GCC 4.5.0 and the accompanying standard
> lib.
>
> I'm puzzled as to how just using std::list can cause linking errors ?!
>
> Benoit
>
> 2010/4/26 Hauke Heibel <hauke.heibel@xxxxxxxxxxxxxx>:
>> I looked at the code but I don't see how the code I wrote should be
>> causing the trouble. Our StdList is nowhere included...
>>
>> - Hauke
>>
>> On Mon, Apr 26, 2010 at 11:30 AM, Jitse Niesen <jitse@xxxxxxxxxxxxxxxxx> wrote:
>>> On Mon, 26 Apr 2010, Hauke Heibel wrote:
>>>
>>>> I can't reproduce this with GCC 4.4.1 - maybe that's expected since
>>>> you reported 4.5.0 is failing. :)
>>>>
>>>> I am wondering where the std::list dependency comes from in the
>>>> matrix_function unit test. Any idea?
>>>
>>> I put it there. Just search through the MatrixFunction.h file. It uses a
>>> std::list of scalars, not of vectors / matrices / other eigen objects. I
>>> need to have a collection to which I can add or remove numbers.
>>>
>>> Jitse
>>
>>
>>
>



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/