Re: [eigen] VS2008, f2c, lapack and svn version 922018 |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] VS2008, f2c, lapack and svn version 922018
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Sun, 8 Feb 2009 09:25:02 +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=6CcvU/7zQWH5KgKCjMFztfzDvXIdG2HEpgGtCR59nBA=; b=LBvMnkr+qGdfWsGsGZ8mQ/imvrMaobZpBbGWbg/hDdm2XpEOp1ucrJtkcdzniqcbXr qCBR3bAksIwbeS/FxygfH7SAUCcZUHVRmzCzMWgKu0HpJo+m2vDF/p/hmIYl+gcYELVu EyVj8y+99+fGBd+DUNc6HziEQRAMsZuGGGpdc=
- 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=OKOqUpU8W1+RggFhX9bx30/435cTi3S3KE8gyiFKYM267Nn/Vx0Nm5VokCPcETFrq6 AcEEGTH8SLhoV0EInYr5b27ENvo2e81M74k549n9hd8gHOirekva45+zYxOimIDtPqwl GXq49Ek8WzvDaoYnIlMIDP6xvX43FJ/X7fSyw=
Hi,
can you be more specific:
- Do you use cmake ?
- If so do you use some of the Eigen's cmake modules ? (or do you
include eigen2/cmake in the cmake module path) ? this is because I
added custom version of FindLAPACK and FindBLAS)
- Which Eigen modules do you include before the errors ? Eigen/Sparse ?
- Is you included Eigen/Sparse which backends did you enabled ?
(Taucs, Cholmod, UmfPack, SuperLU ?)
- Does the compiler tell you where is the other definition of "real"
and "complex" ?
You can also try to include f2c.h and other relevant headers before
Eigen's headers.
Gael
On Sun, Feb 8, 2009 at 12:27 AM, Tim Winkler <Winkler.Tim@xxxxxxxxx> wrote:
> Hi Guys,
>
> first of all, thank you very much for all the effort you put into this
> library !
>
> Since friday morning, (SVN Version 922018) the lib breaks my current
> project, where I use lapack and the fortran to C header file (f2c.h)
>
> The error is :
> Error 1 error C2872: 'real' : ambiguous symbol \lapack\f2c.h 15
> Error 3 error C2872: 'complex' : ambiguous symbol \lapack\f2c.h
> 128
> and after a lot of those messages:
>
> Error 204 fatal error C1003: error count exceeds 100; stopping
> compilation \blas\BLAS.h 27
>
> if this is already known , sorry for any inconvenience, keep up the great
> work !
>
> with kind regards,
> Tim
>
>
>
>
>