SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Scirun 3.0 Build error


Chronological Thread 
  • From: Gregory Sharp <gregsharp.geo@yahoo.com>
  • To: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Scirun 3.0 Build error
  • Date: Mon, 8 Jan 2007 11:39:34 -0800 (PST)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding:Message-ID; b=rtw7Isite/owbdRpsHZUKKc9d/0SsoNfBfR439rSIOS8x735t2RHrOPPBOISJ6bhTqlkQAygOaZ2SUbUYAAKx0z3G1tMiXyM9rWvIY18So+WIo2b1FnW9HX4WKL9dQKuofYbtU0e+52IhZYxpxSFz+fJqfw7A2WgwoK9toPwLH4=;

Hi,

I'm trying to build SCIRUN_CORE, tags/3.0.0 version, 
on msvc8.  Configuration details are "static build, 
dataflow off, seg3d on".

Error details are below.  If you look at the code in 
TetMC.h, it's clear that when HAVE_HASH_MAP is not defined 
(apparently it's not defined for me), two struct 
edgepairless's will be defined.

2nd question: Are there any archives of the mailing list?
I wanted to check if this is a known problem.

Thanks,
Greg

2>------ Build started: Project: Core_Algorithms_Visualization,
Configuration: RelWithDebInfo Win32 ------
2>Compiling...
2>TetMC.cc
2>C:\gsharp\pkg\scirun3\src\Core/Algorithms/Visualization/TetMC.h(147)
: error C2535: 'bool
SCIRun::TetMC<Field>::edgepairless::operator ()(const
SCIRun::TetMC<Field>::edgepair_t &,const
SCIRun::TetMC<Field>::edgepair_t &) const' : member function
already defined or declared
2>       
C:\gsharp\pkg\scirun3\src\Core/Algorithms/Visualization/TetMC.h(91)
: see declaration of
'SCIRun::TetMC<Field>::edgepairless::operator ()'
2>       
C:\gsharp\pkg\scirun3\src\Core/Algorithms/Visualization/TetMC.h(145)
: see reference to class template instantiation
'SCIRun::TetMC<Field>::edgepairless' being compiled
2>       
C:\gsharp\pkg\scirun3\src\Core/Algorithms/Visualization/TetMC.h(178)
: see reference to class template instantiation
'SCIRun::TetMC<Field>' being compiled
2>Noise.cc
1>C:\gsharp\pkg\scirun3\src\Core/Datatypes/PrismVolMesh.h(1204)
: error C2512: 'SCIRun::PrismVolMesh<Basis>::Edge::lessEdge' :
no appropriate default constructor available
1>        with
1>        [
1>            Basis=SCIRun::PrismLinearLgn<SCIRun::Point>
1>        ]
1>       
C:\gsharp\pkg\scirun3\src\Core/Datatypes/PrismVolMesh.h(1148) :
while compiling class template member function
'SCIRun::PrismVolMesh<Basis>::PrismVolMesh(const
SCIRun::PrismVolMesh<Basis> &)'
1>        with
1>        [
1>            Basis=SCIRun::PrismLinearLgn<SCIRun::Point>
1>        ]
1>       
..\..\..\..\pkg\scirun3\src\Core\Datatypes\cd_templates_fields_3.cc(83)
: see reference to class template instantiation
'SCIRun::PrismVolMesh<Basis>' being compiled
1>        with
1>        [
1>            Basis=SCIRun::PrismLinearLgn<SCIRun::Point>
1>        ]
1>C:\gsharp\pkg\scirun3\src\Core/Datatypes/PrismVolMesh.h(1143)
: error C2512: 'SCIRun::PrismVolMesh<Basis>::Edge::lessEdge' :
no appropriate default constructor available
1>        with
1>        [
1>            Basis=SCIRun::PrismLinearLgn<SCIRun::Point>
1>        ]
1>       
C:\gsharp\pkg\scirun3\src\Core/Datatypes/PrismVolMesh.h(1084) :
while compiling class template member function
'SCIRun::PrismVolMesh<Basis>::PrismVolMesh(void)'
1>        with
1>        [
1>            Basis=SCIRun::PrismLinearLgn<SCIRun::Point>
1>        ]

Greg Sharp
gregsharp@geocities.com

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ;
===========================================================================
== 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