Hi,<br><br>I'm looking for some help in compiling VTK+. I'm hoping to use it with the java wrapping for a medical data visualisation project. <br><br>I'm finding just compiling VTK on my linux box (ubuntu) to be much more difficult than i expect. <br>
So far i have install cmake and set various option and generated the make file. <br><br>When I run the make file however i get:<br><br>zoizoi@mangoNupheus:/usr/local/VTK$ make<br>[ 0%] Built target vtkParseJava<br>[ 0%] Built target vtkWrapJava<br>
[ 0%] Built target vtksys<br>[ 0%] Building CXX object Common/CMakeFiles/vtkCommon.dir/vtkDataArraySelection.o<br>/usr/local/VTK/Common/vtkDataArraySelection.cxx:27: error: ISO C++ forbids declaration of 'vector' with no type<br>
/usr/local/VTK/Common/vtkDataArraySelection.cxx:27: error: invalid use of '::'<br>/usr/local/VTK/Common/vtkDataArraySelection.cxx:27: error: expected ';' before '<' token<br><br>...and then a long long list of errors which it's probably not worth posting. This is VTK 5.0.4 <br>
<br>i have no idea what's causing this as my knowledge of C++ is pretty limited. Is there some configure option i need to set to get the compiler to be less stringent or something? <br><br>hope someone can help as i need to get working on this project asap.<br>
<br>Liam<br><br>