Re: [eigen] make check: compilation failure of test/product_symm.cpp |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] make check: compilation failure of test/product_symm.cpp
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Tue, 22 Jun 2010 23:45:05 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type :content-transfer-encoding; bh=g3NXZnFKPaux+YZqjeE2iDAC5D0HqSc6ix6e6bE1ic0=; b=I2tB8frMP4YWplu8O1GwNPgb3q3VkLndzAtM+IDNL8PQ5Yqgo0nOWRaNDH/QAELj6w HERnPsS36fkJDNJ4t9xrUJWbdHK9DkWEF9F5I4I9wPF2YsITuPSgkCnPvciOpRrxoUJX CsnJayzzEI6LPYFkDNkfoja/jeioe42DZJb9Y=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; b=PTBqaVUUW3vqAyVTlooWl0Mkm4aO9q5X3NRqCoskk+n8kS13LRbhb0mmpcbB2vqL0b wDoe1zV6ZhXFeNx2eS4YqwVLJxPulr1xs7JFHq4ZnFcWYF7dPCYyVaX8PxYPIjWJD1WD QE5q7y5/hRCzaTsMGuNzHsRlpf3+jfDnO/XlA=
indeed, a typename was missing, thank you for the report.
gael
On Tue, Jun 22, 2010 at 10:08 PM, Manoj Rajagopalan <rmanoj@xxxxxxxxx> wrote:
> Hi,
>
> I just updated my hg working copy and attempted a make check on my new x86_64 machine (gcc 4.4.1). I get the following error
> message which seems to be due to a failure to resolve the symbol "Index". Maybe we need to introduce a 'typedef' or a 'using'
> statement?
>
> Thanks,
> Manoj
>
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp: In function ‘void symm(int, int)’:
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:53: error: too few template-parameter-lists
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:55: error: ‘Index’ was not declared in this scope
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:55: error: expected ‘;’ before ‘rows’
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:56: error: expected ‘;’ before ‘cols’
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:58: error: ‘rows’ was not declared in this scope
> /home/rmanoj/Software/Libraries/eigen-hg/test/product_symm.cpp:58: error: ‘cols’ was not declared in this scope
>
>
>