SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] scirun compilation error


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: gregoire.walckiers@epfl.ch
  • Cc: scirun-users@sci.utah.edu, sebastien.halouze-lamy@epfl.ch
  • Subject: Re: [SCIRUN-USERS] scirun compilation error
  • Date: Fri, 28 Apr 2006 11:10:30 -0600 (MDT)


Hi,

  On line 135 of SCIRun/src/Core/Persistent/Persistent.h you will find
this:

> friend Piostream* auto_istream(const string& filename);
> };

please change it to this:

> friend Piostream* auto_istream(const string& filename);
> };
> Piostream* auto_istream(const string& filename);

(Ie, add in the 3rd line.)  This should fix the problem.  This problem
shows up with newer/stricter versions of compilers and has been fixed
on the SCIRun trunk.  If this doesn't fix your problem, please feel
free to contact me with whatever error you receive.

    Sincerely,
            J. Davison de St. Germain

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@sci.utah.edu   (801) 581-4078 -
- Chief Software Engineer           http://www.cs.utah.edu/~dav       -
- SCI Institute, SE C-SAFE          University of Utah                -
-----------------------------------------------------------------------
===========================================================================
== 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