SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] trouble compiling SCIRUN


Chronological Thread 
  • From: "Joshi, Mukta C \(GE Healthcare\)" <Mukta.Joshi@med.ge.com>
  • To: <scirun-users@sci.utah.edu>
  • Subject: [SCIRUN-USERS] trouble compiling SCIRUN
  • Date: Mon, 22 Nov 2004 15:10:30 -0600



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 () (...)'

.
.
.etc

===========================================================================
== 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