[vtkusers] CVS ia64 dicom_stl syntax error

Mathieu Malaterre mathieu.malaterre at kitware.com
Fri Oct 28 10:28:57 EDT 2005


Luke,

	Do you habe two different compilers on your ia64 machine ?
	If so make sure to:
- Delete your entire vtk-build tree
- run cmake like this:
     $ CC=/path/to/cc CXX=/path/to/c++ cmake /path/to/VTK

this will make sure you are using the right combination of C/C++ compiler.

HTH,
Mathieu

Luke J West wrote:
> I'm compiling the CVS release on ia64 but am getting this error..
> 
> yaddayadda/DICOMFile.h:50: syntax 
>    error before `&' token
> 
> The line it's complaining about is this...
> 
>   bool Open(const dicom_stl::string& filename);
> 
> Maybe it doesn't like dicom_stl. I'm sure this is simple, can anyone see what
> I've missed.
> 
> Thanks,
> 
> 
> 
> Luke J West, Research Assistant : Ocean Circulation and Climate, 256/05 
> ----------------------------------------------------------------------- 
> Tel   : +44 23 8059 6175
> IM    : sqrt5 at hotmail.com 
> Skype : ljwest 
> 
> -----------------------------------------------------------------------
> National Oceanography Centre, Southampton :: http://www.noc.soton.ac.uk
> _______________________________________________
> This is the private VTK discussion list. 
> Please keep messages on-topic. Check the FAQ at: http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
> 




More information about the vtkusers mailing list