On Tue, 17 Dec 2013 12:14:06 -0500, Vladimir S. FONOV said: >I made some changes to the tests, and also fixed error in Windows build here: >http://review.source.kitware.com/#/c/13652/
I've fetched this change and built it here. I still repro the link error with ITK_USE_SYSTEM_ZLIB is ON. Are you able to repro that one? Also I get a new warning that I don't think was there before, probably from a change it MINC itself: /Users/sean/external/ITK-bin-test/Modules/ThirdParty/MINC/ITKMINC2_ExternalProject/testdir/minc2-large-attribute.c:89:3: warning: implicitly declaring library function 'memset' with type 'void *(void *, int, unsigned long)' memset(attribute,'Z',attribute_size-1); ^ /Users/sean/external/ITK-bin-test/Modules/ThirdParty/MINC/ITKMINC2_ExternalProject/testdir/minc2-large-attribute.c:89:3: note: please include the header <string.h> or explicitly provide a declaration for 'memset' I have not yet found the build setting that makes the tests fail on my buildbot... still looking... Cheers, -- ____________________________________________________________ Sean McBride, B. Eng [email protected] Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ 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
