[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] STL fixes
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 28 Apr 2010 18:33:12 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=YW9MfkF+NAUG2LLenu4lNt8CcGD25/g4wZiYMqd/Qt8=; b=jdaouAjPSlvWoBqGZ3rgg7UyvZxgUnpKIKyPmfl5rf+BxbkBPx6Zi/bvhtGX3TnlCb lSAhPuR0fqLoJMKYVQ/ReeeQ5LUKyyEjsapjwsrxoAC4fC5P4nINRHIahOgtfu7R5/5v Xpfj3ZZeEc6lLFzCi9QPU9EP4tRFlDqL81l18=
- 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=r8MBYvzc3rZp9RKmK8ZQZmBFdI0JK9s5Lns1d6hmEu81te3CSlc3uGUeLTdk9vMcCD V5yGL+ZBOZ3mzsFOqaNCw73VOa3wt0uHg+ZkfsbXM7Lt9GJN5ukhr6dtYR2IwwiVdaeJ 2gpDVwWpxZe53Z6IQVigCDNPzg1+kq3kQBx2A=
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
>>
>>
>>
>