SCIRun User Mailing List

Text archives Help


Re: [SCIRUN-USERS] trouble compiling SCIRUN


Chronological Thread 
  • From: "J. Davison de St. Germain" <dav@cs.utah.edu>
  • To: Mukta.Joshi@med.ge.com
  • Cc: scirun-users@sci.utah.edu
  • Subject: Re: [SCIRUN-USERS] trouble compiling SCIRUN
  • Date: Mon, 22 Nov 2004 14:52:23 -0700 (MST)


Hi,

   Please try chaning "std::ioS_base::" to "ios::".  I believe this
will fix your problem.  This has been changed in the upcoming 1.24
SCIRun release.  Please feel free to contact me directly if you have
other problems or if this does not work for you.

      Sincerely,
                J. Davison de St. Germain

> I have linux 7.x. Since you dont have rpms for that I downloaded the code 
> and am trying to compile it.
> I got quite a few errors along the way.
> I had to change some code to make it compile.
> But I am now at an error I dont know how to fix.
> Here is the error:, its concerning the ios_base being undeclared.
> I tried a few things to see if they would work.. but no luck.
> 
> Any help is appreciated.
> 
> Thank you,
> Mukta.
> 
> rm -f StandAlone/convert/VTKtoTriSurfField.o
> g++ -Wall -O2    
> -I/usr/local/SCIRUN/Thirdparty/1.22/Linux/gcc-2.96-32bit/include 
> -I/usr/local/SCIRUN/Thirdparty/1.22/Linux/gcc-2.96-32bit/src/tcl8.3.2/generic
>  
> -I/usr/local/SCIRUN/Thirdparty/1.22/Linux/gcc-2.96-32bit/src/tk8.3.2/generic
>  -I/export/mukta/SCI_UTAH/SCIRun/src/include 
> -I/export/mukta/SCI_UTAH/SCIRun/src -I. -I./include 
> -I/export/mukta/SCI_UTAH/SCIRun/src/Packages -I/usr/X11R6/include       
> -I/usr/include/freetype2     -I./Packages    -MD  -c 
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc 
> -o StandAlone/convert/VTKtoTriSurfField.o
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc: 
> In function `int main (int, 
> char **)':
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc:210:
>  `::ios_base' undeclared 
> (first use here)
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc:210:
>  parse error before `::'
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc:211:
>  request for member 
> `fail' in `vtk', which is of non-aggregate type `ifstream () (...)'
> /export/mukta/SCI_UTAH/SCIRun/src/StandAlone/convert/VTKtoTriSurfField.cc:218:
>  request for member 
> `getline' in `vtk', which is of non-aggregate type `ifstream () (...)'

-----------------------------------------------------------------------
- J. Davison de St. Germain         dav@cs.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