SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] Error on build of SCIRun-1.22.0.tar.gz


Chronological Thread 
  • From: Michael Callahan <callahan@sci.utah.edu>
  • To: don fisher <dfisher@as.arizona.edu>
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] Error on build of SCIRun-1.22.0.tar.gz
  • Date: Wed, 19 Jan 2005 16:02:45 -0700

This is an issue with GCC 3.4 and up.  They changed the way templates
are processed to be more strictly conforming with the C++
specification.  This should be fixed in our upcoming 1.24 release (due
at the end of the week) or you can try to find a 3.3 compiler package
for your OS.

  Michael

On Wed, 2005-01-19 at 14:51, don fisher wrote:
> Hello,
> 
> I have tried to build SCIrun on a Mandrake-10.1 distribution. I 
> receive errors such as the following. The complete config and compile 
> are included as attachments. Any advice would be appreciated. I am a 
> C, but not a C++ programmer. Please excuse if a dumb error. I am 
> trying to build in a directory named /swl rather that /usr/local. But 
> the compile also failed when I tried /usr/local.
> 
> In file included from ../src/Core/Datatypes/PropertyManager.h:48,
>                   from ../src/Core/Datatypes/Field.h:34,
>                   from ../src/Core/Algorithms/Geometry/CoregPts.h:50,
>                   from ../src/Core/Algorithms/Geometry/CoregPts.cc:33:
> ../src/Core/Datatypes/TypeName.h: At global scope:
> ../src/Core/Datatypes/TypeName.h:60: error: `const char SCIRun::FTNS' 
> used prior to declaration
> ../src/Core/Datatypes/TypeName.h:62: error: `const char SCIRun::FTNE' 
> used prior to declaration
> ../src/Core/Datatypes/TypeName.h:93: error: non-template used as template
> make: *** [Core/Algorithms/Geometry/CoregPts.o] Error 1
> 

===========================================================================
== The SCIRun Users mailing list: send email to majordomo@sci.utah.edu   ==
== for more details.                                                     ==
== Please acknowledge use of SCIRun in your papers and reports:          ==
==   see http://software.sci.utah.edu/scirun-biopse_citation.bib         ==
===========================================================================





Archive powered by MHonArc 2.6.16.

Top of page