Hi,<br><br>I'm trying to build ITK 3.20.0 using CodeBlocks with gcc345. While building process, there are errors related with DICOMFile.h and DICOMFile.cpp:<br><br>C:\users\itk\InsightToolkit-3.20.0\InsightToolkit-3.20.0\Utilities\DICOMParser\DICOMFile.h line: 51 error: expected unqualified-id before '&' token<br>
<br>Line 51 is:<br> bool Open(const dicom_stl::string& filename);<br><br>C:\users\itk\InsightToolkit-3.20.0\InsightToolkit-3.20.0\Utilities\DICOMParser\DICOMFile.cxx line: 61 error: expected unqualified-id before '&' token<br>
<br>Line 61 is:<br> bool DICOMFile::Open(const dicom_stl::string& filename)<br><br>Anybody knows how to fix these errors?<br><br>Thank you in advance,<br><br>Laura Lara.<br>