Re: [eigen] 3.0.2 next week? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] 3.0.2 next week?
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Fri, 26 Aug 2011 13:26:22 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=yDEsCsAEvD3sr2HM5Rt/6XS/47d3cZ5wQG81qm1/eF4=; b=IrUYwJmu1quzMXYwmIl7leaRTgmbhWHo+qJLC8Pj2fE08c5cAQ5lM4D+FOoHynyLot cpmYOM9Aa9JivBvlUmhjVXNIRMYdKWJ7lhaWyumgz7otsZRPaa2IIrx05XLi4i9y27fO SDLmRGfEuOZwbL+BIDzGKupwBJMn58UiWKwYk=
ok I've just fixed the problem with cwiseop. The one with stddeque is
well known. So everything sounds good now.
gael
On Fri, Aug 26, 2011 at 11:45 AM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> hm, with msvc2008 I got a linking error:
>
> $ nmake cwiseop_1
>
> cwiseop.cpp.obj : error LNK2019: unresolved external symbol "public:
> class Eigen::CwiseBinaryOp<struct
> Eigen::internal::scalar_max_op<float>,class
> Eigen::Matrix<float,1,1,0,1,1>,class Eigen::CwiseBinaryOp<struct
> Eigen::internal::scalar_sum_op<float>,class
> Eigen::Matrix<float,1,1,0,1,1> const ,class
> Eigen::Matrix<float,1,1,0,1,1> const > > const __thiscall
> Eigen::Cwise<class Eigen::Matrix<float,1,1,0,1,1> >::max<class
> Eigen::CwiseBinaryOp<struct
> Eigen::internal::scalar_sum_op<float>,class
> Eigen::Matrix<float,1,1,0,1,1> const ,class
> Eigen::Matrix<float,1,1,0,1,1> const > >(class Eigen::MatrixBase<class
> Eigen::CwiseBinaryOp<struct
> Eigen::internal::scalar_sum_op<float>,class
> Eigen::Matrix<float,1,1,0,1,1> const ,class
> Eigen::Matrix<float,1,1,0,1,1> const > > const &)const "
> (??$max@V?$CwiseBinaryOp@U?$scalar_sum_op@M@internal@Eigen@@$$CBV?$Matrix@M$00$00$0A@$00$00@3@$$CBV43@@Eigen@@@?$Cwise@V?$Matrix@M$00$00$0A@$00$00@Eigen@@@Eigen@@QBE?BV?$CwiseBinaryOp@U?$scalar_max_op@M@internal@Eigen@@V?$Matrix@M$00$00$0A@$00$00@3@V?$CwiseBinaryOp@U?$scalar_sum_op@M@internal@Eigen@@$$CBV?$Matrix@M$00$00$0A@$00$00@3@$$CBV43@@3@@1@ABV?$MatrixBase@V?$CwiseBinaryOp@U?$scalar_sum_op@M@internal@Eigen@@$$CBV?$Matrix@M$00$00$0A@$00$00@3@$$CBV43@@Eigen@@@1@@Z)
> referenced in function "void __cdecl cwiseops<class
> Eigen::Matrix<float,1,1,0,1,1> >(class Eigen::Matrix<float,1,1,0,1,1>
> const &)" (??$cwiseops@V?$Matrix@M$00$00$0A@$00$00@Eigen@@@@YAXABV?$Matrix@M$00$00$0A@$00$00@Eigen@@@Z)
>
>
> I'll investigate.
>
> On Fri, Aug 26, 2011 at 11:03 AM, JIA Pei <jp4work@xxxxxxxxx> wrote:
>>
>>
>> Did anybody try MingW+Win 7 ?
>> I mean, for
>> mingw32-make doc
>> mingw32-make check
>> Rgds
>> Pei
>>
>>
>> On Fri, Aug 26, 2011 at 1:40 AM, Pavel Holoborodko <pavel@xxxxxxxxxxxxxxx>
>> wrote:
>>>
>>> e.g.:
>>> msbuild.exe /t:Rebuild /p:Configuration=Release test\cwiseop_1.vcxproj
>>>
>>> On Fri, Aug 26, 2011 at 5:36 PM, FMDSPAM <fmdspam@xxxxxxxxx> wrote:
>>>>
>>>> Am 26.08.2011 10:20, schrieb Gael Guennebaud:
>>>>>
>>>>> Could you try to compile one
>>>>> of each, e.g., cwiseop_1 and stddeque_1 and report the compiler
>>>>> errors.
>>>>>
>>>> OK. But I have the inverse question to Pavel:
>>>> How to do a single test? :-)
>>>> Hauke ? Pavel ? can you please send me a batch for this? (I will then
>>>> adapt this Batch to my setup)
>>>> --Frank
>>>>
>>>>
>>>>
>>>
>>
>>
>>
>> --
>>
>> Pei JIA
>> Email: jp4work@xxxxxxxxx
>> cell: +1 604-362-5816
>> Welcome to Vision Open
>> http://www.visionopen.com
>>
>