Hi Kent,

I noticed that the change 966fcb62c859229f9b421403c4faf3e6ef5e2b81 included the 
line:

metaDict->Clear();
to the function ReadImageInformation from itkPhilipsRECImageIO.cxx.

This gives a compile error:

/usr/local/toolkits/ITK/latest_release/src/Modules/IO/PhilipsREC/src/itkPhilipsRECImageIO.cxx:
 In member function âvirtual void 
itk::PhilipsRECImageIO::ReadImageInformation()â:
/usr/local/toolkits/ITK/latest_release/src/Modules/IO/PhilipsREC/src/itkPhilipsRECImageIO.cxx:744:3:
 error: âmetaDictâ was not declared in this scope

Did you not mean:
thisDic->Clear();
?

If this was not discovered at the dashboard, then probably the option 
Module_ITKIOPhilipsREC was not enabled. By default it is OFF.

Regards, Marius


Marius Staring, PhD
Division of Image Processing (LKEB)
Department of Radiology
Leiden University Medical Center
PO Box 9600, 2300 RC Leiden, The Netherlands
phone: +31 (0)71 526 2137, fax: +31 (0)71 524 8256
m.star...@lumc.nl

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html

Kitware offers ITK Training Courses, for more information visit:
http://kitware.com/products/protraining.php

Please keep messages on-topic and check the ITK FAQ at:
http://www.itk.org/Wiki/ITK_FAQ

Follow this link to subscribe/unsubscribe:
http://www.itk.org/mailman/listinfo/insight-developers

Reply via email to