Re: [eigen] compilation error |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] compilation error
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 5 Jan 2010 19:59:35 +0100
- 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:message-id:subject:from:to:content-type :content-transfer-encoding; bh=6B1rToCWPwni8ts1K5TtgwCgDf4VHFpPDdSvPFEAL0w=; b=TfOjktuKpeBSRcEKvgaP3vhT4fE5S1xE/DhY/gijJTm4eJ9MCqk+TDPOsIwLzrlryZ SSFxfX1VH2aCJv+iCDXeed+ivRlo2Ld6AyBw+pVVl79yY7uHqIL3dqRWI8LonNx+lg+G HAaZu587ECzAMRqXK6SJDW3xB2PnAlfRPXUCk=
- 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:content-transfer-encoding; b=lppMZCa4cX2o+LRjblo//TJH5Q/BOnf8mOtOA3LXVqekYkb18AXV9v91vRo1bZz4eh cTJ3sWeSkC3lOcT9yjSQatkSdIREh3iIWPDah1Bb4XLNSQo7r9A+J/TpP9tEqyPm4+VT p+cYH3HgS8ly81GGNUqAIDg2vQPk5BRg+btaQ=
thanks,
actually this was fixed in my local branch but I forgot to push this fix. sorry.
gael.
On Tue, Jan 5, 2010 at 7:34 PM, Trevor Irons <trevorirons@xxxxxxxxx> wrote:
> With the latest source I get the following compilation error (gcc)
>
> eigen/Eigen/src/Sparse/SparseProduct.h: In function ‘void
> Eigen::ei_sparse_product_impl2(const Lhs&, const Rhs&, ResultType&)’:
> /home/tirons/src/eigen/Eigen/src/Sparse/SparseProduct.h:176: error: ‘values’
> was not declared in this scope
> /home/tirons/src/eigen/Eigen/src/Sparse/SparseProduct.h:193: error: ‘values’
> was not declared in this scope
>
> I was able to compile by adding
>
> Scalar values[lhs.size()];
>
> to this file.
>
> But I'm not sure if this is a good fix.
>
> Thanks,
>
> Trevor
>
>
>