freepooma-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Freepooma-devel] make pooma doesn't work


From: Richard Guenther
Subject: Re: [Freepooma-devel] make pooma doesn't work
Date: Tue, 5 Apr 2005 14:35:07 +0200 (CEST)

On Tue, 5 Apr 2005, Gera Weiss wrote:

> Hello Pooma Users,
>
> I am trying to install POOMA on a lynux Red Hat machine under gcc. I
> ran the ./configure command sucessfully, but the make doesn't seem to
> work.
>
> The compilation of the file DataBrowser fails with the following error 
> message:
>
> ----------------------|
>
> /home/gera/Pooma/freePooma/freepooma-2.4.1/src/Domain/IteratorPairDomain.h:49:
> error: redefinition of `struct std::iterator_traits<_Tp*>'

This part of the code is encapsulated in

#if POOMA_NONSTANDARD_ITERATOR

so, the question is, why did configure think that gcc 3.4.1 does not
have standard iterators?  Please look inside the
lib/$POOMASUITE/config.log file and check that and/or post the
relevant section.  It should be around the line saying
"checking for standard conforming iterators", the next "result:"
line should definitely say yes.  Note that the configure check
must be able to link with g++ correctly, so maybe this is an
g++ installation error, too.

Also, are you sure you have the right $POOMASUITE variable set?

Hope this helps,
Richard.

--
Richard Guenther <richard dot guenther at uni-tuebingen dot de>
WWW: http://www.tat.physik.uni-tuebingen.de/~rguenth/






reply via email to

[Prev in Thread] Current Thread [Next in Thread]