Skip to content

Instantly share code, notes, and snippets.

@iMichka
Created March 27, 2020 10:00
Show Gist options
  • Select an option

  • Save iMichka/0112bb23d2e1b38f7d7fd586ef778d68 to your computer and use it in GitHub Desktop.

Select an option

Save iMichka/0112bb23d2e1b38f7d7fd586ef778d68 to your computer and use it in GitHub Desktop.
gdcm
FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -ISource/Common -I../Source/Common -I../Source/DataStructureAndEncodingDefinition -I../Source/MediaStorageAndFileFormat -I../Source/DataDictionary -I../Utilities/VTK -I/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/include/python3.8 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -MD -MT Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o -MF Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o.d -o Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader.cxx.o -c ../Utilities/VTK/vtkGDCMImageReader.cxx
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:108:16: warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void PrintSelf(ostream& os, vtkIndent indent);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMedicalImageReader2.h:39:8: note: overridden virtual function is here
void PrintSelf(ostream& os, vtkIndent indent) override;
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:111:15: warning: 'CanReadFile' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual int CanReadFile(const char* fname);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:279:15: note: overridden virtual function is here
virtual int CanReadFile(const char* vtkNotUsed(fname))
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:115:23: warning: 'GetFileExtensions' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual const char* GetFileExtensions()
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:289:23: note: overridden virtual function is here
virtual const char* GetFileExtensions()
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:123:23: warning: 'GetDescriptiveName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual const char* GetDescriptiveName()
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:298:23: note: overridden virtual function is here
virtual const char* GetDescriptiveName()
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:251:7: warning: 'ProcessRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int ProcessRequest(vtkInformation* request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:57:7: note: overridden virtual function is here
int ProcessRequest(vtkInformation*,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:254:7: warning: 'RequestInformation' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestInformation(vtkInformation *request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:335:7: note: overridden virtual function is here
int RequestInformation(vtkInformation* request,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:257:7: warning: 'RequestData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestData(vtkInformation *request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:133:15: note: overridden virtual function is here
virtual int RequestData(vtkInformation *request,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:308:8: warning: 'SetFilePrefix' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void SetFilePrefix(const char *) {}
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:88:16: note: overridden virtual function is here
virtual void SetFilePrefix(const char *);
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:309:3: warning: 'GetFilePrefix' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
vtkGetStringMacro(FilePrefix);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:125:1: note: expanded from here
GetFilePrefix
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:89:3: note: overridden virtual function is here
vtkGetStringMacro(FilePrefix);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:115:1: note: expanded from here
GetFilePrefix
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:310:8: warning: 'SetFilePattern' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void SetFilePattern(const char *) {}
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:97:16: note: overridden virtual function is here
virtual void SetFilePattern(const char *);
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:14:
../Utilities/VTK/vtkGDCMImageReader.h:311:3: warning: 'GetFilePattern' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
vtkGetStringMacro(FilePattern);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:127:1: note: expanded from here
GetFilePattern
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:98:3: note: overridden virtual function is here
vtkGetStringMacro(FilePattern);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:117:1: note: expanded from here
GetFilePattern
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'signbit' in the global namespace
using ::signbit;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'fpclassify' in the global namespace
using ::fpclassify;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
using ::isfinite;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:749:12: note: 'finite' declared here
extern int finite(double)
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isinf' in the global namespace
using ::isinf;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnan' in the global namespace
using ::isnan;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:9: error: no member named 'isnormal' in the global namespace
using ::isnormal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
using ::isgreater;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:728:29: note: '::std::greater' declared here
struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
using ::isgreaterequal;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:757:29: note: '::std::greater_equal' declared here
struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'isless' in the global namespace
using ::isless;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessequal' in the global namespace
using ::islessequal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'islessgreater' in the global namespace
using ::islessgreater;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:330:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1632:15: error: expected unqualified-id
return std::isinf(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:160:5: note: expanded from macro 'isinf'
( sizeof(x) == sizeof(float) ? __inline_isinff((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1645:15: error: expected unqualified-id
return std::isnan(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1658:15: error: expected unqualified-id
return std::isfinite(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:155:5: note: expanded from macro 'isfinite'
( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected member name or ';' after declaration specifiers
static bool isnan(T x)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected ')'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: note: to match this '('
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:49:15: error: expected member name or ';' after declaration specifiers
static bool isnan(T)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
11 warnings and 20 errors generated.
[346/607] Building CXX object Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMTesting.cxx.o
In file included from ../Utilities/VTK/vtkGDCMTesting.cxx:14:
../Utilities/VTK/vtkGDCMTesting.h:31:8: warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void PrintSelf(ostream& os, vtkIndent indent);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkObject.h:115:8: note: overridden virtual function is here
void PrintSelf(ostream& os, vtkIndent indent) override;
^
1 warning generated.
[347/607] Building CXX object Source/MessageExchangeDefinition/CMakeFiles/gdcmMEXD.dir/gdcmWLMFindQuery.cxx.o
[348/607] Building CXX object Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader2.cxx.o
FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader2.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -ISource/Common -I../Source/Common -I../Source/DataStructureAndEncodingDefinition -I../Source/MediaStorageAndFileFormat -I../Source/DataDictionary -I../Utilities/VTK -I/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/include/python3.8 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -MD -MT Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader2.cxx.o -MF Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader2.cxx.o.d -o Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageReader2.cxx.o -c ../Utilities/VTK/vtkGDCMImageReader2.cxx
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:99:16: warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void PrintSelf(ostream& os, vtkIndent indent);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMedicalImageReader2.h:39:8: note: overridden virtual function is here
void PrintSelf(ostream& os, vtkIndent indent) override;
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:102:15: warning: 'CanReadFile' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual int CanReadFile(const char* fname);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:279:15: note: overridden virtual function is here
virtual int CanReadFile(const char* vtkNotUsed(fname))
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:106:23: warning: 'GetFileExtensions' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual const char* GetFileExtensions()
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:289:23: note: overridden virtual function is here
virtual const char* GetFileExtensions()
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:114:23: warning: 'GetDescriptiveName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual const char* GetDescriptiveName()
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:298:23: note: overridden virtual function is here
virtual const char* GetDescriptiveName()
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:224:7: warning: 'ProcessRequest' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int ProcessRequest(vtkInformation* request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:57:7: note: overridden virtual function is here
int ProcessRequest(vtkInformation*,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:227:7: warning: 'RequestInformation' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestInformation(vtkInformation *request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:335:7: note: overridden virtual function is here
int RequestInformation(vtkInformation* request,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:230:7: warning: 'RequestData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestData(vtkInformation *request,
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:133:15: note: overridden virtual function is here
virtual int RequestData(vtkInformation *request,
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:266:8: warning: 'SetFilePrefix' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void SetFilePrefix(const char *) {}
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:88:16: note: overridden virtual function is here
virtual void SetFilePrefix(const char *);
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:267:3: warning: 'GetFilePrefix' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
vtkGetStringMacro(FilePrefix);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:124:1: note: expanded from here
GetFilePrefix
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:89:3: note: overridden virtual function is here
vtkGetStringMacro(FilePrefix);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:115:1: note: expanded from here
GetFilePrefix
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:268:8: warning: 'SetFilePattern' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void SetFilePattern(const char *) {}
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:97:16: note: overridden virtual function is here
virtual void SetFilePattern(const char *);
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:14:
../Utilities/VTK/vtkGDCMImageReader2.h:269:3: warning: 'GetFilePattern' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
vtkGetStringMacro(FilePattern);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:126:1: note: expanded from here
GetFilePattern
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageReader2.h:98:3: note: overridden virtual function is here
vtkGetStringMacro(FilePattern);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:117:1: note: expanded from here
GetFilePattern
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'signbit' in the global namespace
using ::signbit;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'fpclassify' in the global namespace
using ::fpclassify;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
using ::isfinite;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:749:12: note: 'finite' declared here
extern int finite(double)
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isinf' in the global namespace
using ::isinf;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnan' in the global namespace
using ::isnan;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:9: error: no member named 'isnormal' in the global namespace
using ::isnormal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
using ::isgreater;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:728:29: note: '::std::greater' declared here
struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
using ::isgreaterequal;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:757:29: note: '::std::greater_equal' declared here
struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:47:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMathConfigure.h:24:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'isless' in the global namespace
using ::isless;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessequal' in the global namespace
using ::islessequal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'islessgreater' in the global namespace
using ::islessgreater;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:330:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1632:15: error: expected unqualified-id
return std::isinf(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:160:5: note: expanded from macro 'isinf'
( sizeof(x) == sizeof(float) ? __inline_isinff((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1645:15: error: expected unqualified-id
return std::isnan(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:19:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMath.h:1658:15: error: expected unqualified-id
return std::isfinite(x);
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:155:5: note: expanded from macro 'isfinite'
( sizeof(x) == sizeof(float) ? __inline_isfinitef((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected member name or ';' after declaration specifiers
static bool isnan(T x)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected ')'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: note: to match this '('
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageReader2.cxx:20:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkPolyData.h:64:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkCellTypes.h:42:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkIntArray.h:33:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:49:15: error: expected member name or ';' after declaration specifiers
static bool isnan(T)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
11 warnings and 20 errors generated.
[349/607] Building CXX object Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMMedicalImageProperties.cxx.o
FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMMedicalImageProperties.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -ISource/Common -I../Source/Common -I../Source/DataStructureAndEncodingDefinition -I../Source/MediaStorageAndFileFormat -I../Source/DataDictionary -I../Utilities/VTK -I/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/include/python3.8 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -MD -MT Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMMedicalImageProperties.cxx.o -MF Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMMedicalImageProperties.cxx.o.d -o Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMMedicalImageProperties.cxx.o -c ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:14:
../Utilities/VTK/vtkGDCMMedicalImageProperties.h:38:8: warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
void PrintSelf(ostream& os, vtkIndent indent);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMedicalImageProperties.h:40:8: note: overridden virtual function is here
void PrintSelf(ostream& os, vtkIndent indent) override;
^
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:14:
../Utilities/VTK/vtkGDCMMedicalImageProperties.h:42:16: warning: 'Clear' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void Clear();
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkMedicalImageProperties.h:45:16: note: overridden virtual function is here
virtual void Clear();
^
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:17:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmFile.h:18:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmDataSet.h:20:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmElement.h:29:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'signbit' in the global namespace
using ::signbit;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'fpclassify' in the global namespace
using ::fpclassify;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
using ::isfinite;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:749:12: note: 'finite' declared here
extern int finite(double)
^
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:17:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmFile.h:18:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmDataSet.h:20:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmElement.h:29:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isinf' in the global namespace
using ::isinf;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnan' in the global namespace
using ::isnan;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:9: error: no member named 'isnormal' in the global namespace
using ::isnormal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
using ::isgreater;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:728:29: note: '::std::greater' declared here
struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:17:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmFile.h:18:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmDataSet.h:20:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmElement.h:29:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
using ::isgreaterequal;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:757:29: note: '::std::greater_equal' declared here
struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMMedicalImageProperties.cxx:17:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmFile.h:18:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmDataSet.h:20:
In file included from ../Source/DataStructureAndEncodingDefinition/gdcmElement.h:29:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'isless' in the global namespace
using ::isless;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessequal' in the global namespace
using ::islessequal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'islessgreater' in the global namespace
using ::islessgreater;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:330:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
2 warnings and 13 errors generated.
[350/607] Building CXX object Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageWriter.cxx.o
FAILED: Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageWriter.cxx.o
/usr/local/Homebrew/Library/Homebrew/shims/mac/super/clang++ -DvtkDomainsChemistry_AUTOINIT="1(vtkDomainsChemistryOpenGL2)" -DvtkIOExport_AUTOINIT="2(vtkIOExportOpenGL2,vtkIOExportPDF)" -DvtkRenderingContext2D_AUTOINIT="1(vtkRenderingContextOpenGL2)" -DvtkRenderingCore_AUTOINIT="3(vtkInteractionStyle,vtkRenderingFreeType,vtkRenderingOpenGL2)" -DvtkRenderingFreeType_AUTOINIT="1(vtkRenderingFreeTypeFontConfig)" -DvtkRenderingOpenGL2_AUTOINIT="1(vtkRenderingGL2PSOpenGL2)" -DvtkRenderingVolume_AUTOINIT="1(vtkRenderingVolumeOpenGL2)" -Dvtkgdcm_EXPORTS -I/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2 -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include -I/usr/local/opt/python/Frameworks/Python.framework/Versions/3.7/include/python3.7m -I/usr/local/opt/hdf5/include -I/usr/local/opt/szip/include -I/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/libxml2 -ISource/Common -I../Source/Common -I../Source/DataStructureAndEncodingDefinition -I../Source/MediaStorageAndFileFormat -I../Source/DataDictionary -I../Utilities/VTK -I/usr/local/Cellar/python@3.8/3.8.2/Frameworks/Python.framework/Versions/3.8/include/python3.8 -DNDEBUG -isysroot /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk -fPIC -MD -MT Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageWriter.cxx.o -MF Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageWriter.cxx.o.d -o Utilities/VTK/CMakeFiles/vtkgdcm.dir/vtkGDCMImageWriter.cxx.o -c ../Utilities/VTK/vtkGDCMImageWriter.cxx
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:53:16: warning: 'PrintSelf' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void PrintSelf(ostream& os, vtkIndent indent);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageWriter.h:37:8: note: overridden virtual function is here
void PrintSelf(ostream& os, vtkIndent indent) override;
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:73:16: warning: 'Write' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual void Write();
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageWriter.h:85:16: note: overridden virtual function is here
virtual void Write();
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:144:7: warning: 'FillInputPortInformation' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int FillInputPortInformation(int port, vtkInformation *info);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:179:7: note: overridden virtual function is here
int FillInputPortInformation(int port, vtkInformation* info) override;
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:145:7: warning: 'RequestInformation' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestInformation(
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:100:15: note: overridden virtual function is here
virtual int RequestInformation(vtkInformation* request,
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:149:7: warning: 'RequestUpdateExtent' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestUpdateExtent(
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageAlgorithm.h:110:15: note: overridden virtual function is here
virtual int RequestUpdateExtent(vtkInformation*,
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:153:7: warning: 'RequestData' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
int RequestData(
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageWriter.h:131:7: note: overridden virtual function is here
int RequestData(vtkInformation *request,
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:14:
../Utilities/VTK/vtkGDCMImageWriter.h:163:27: warning: 'GetFileName' overrides a member function but is not marked 'override' [-Winconsistent-missing-override]
virtual /*const*/ char *GetFileName();
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkImageWriter.h:46:3: note: overridden virtual function is here
vtkGetStringMacro(FileName);
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkSetGet.h:133:15: note: expanded from macro 'vtkGetStringMacro'
virtual char* Get##name () { \
^
<scratch space>:113:1: note: expanded from here
GetFileName
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:26:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:318:9: error: no member named 'signbit' in the global namespace
using ::signbit;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:319:9: error: no member named 'fpclassify' in the global namespace
using ::fpclassify;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:320:9: error: no member named 'isfinite' in the global namespace; did you mean 'finite'?
using ::isfinite;
~~^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:749:12: note: 'finite' declared here
extern int finite(double)
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:26:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:321:9: error: no member named 'isinf' in the global namespace
using ::isinf;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:322:9: error: no member named 'isnan' in the global namespace
using ::isnan;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:323:9: error: no member named 'isnormal' in the global namespace
using ::isnormal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:324:7: error: no member named 'isgreater' in the global namespace; did you mean '::std::greater'?
using ::isgreater;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:728:29: note: '::std::greater' declared here
struct _LIBCPP_TEMPLATE_VIS greater : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:26:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:325:7: error: no member named 'isgreaterequal' in the global namespace; did you mean '::std::greater_equal'?
using ::isgreaterequal;
^~
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/functional:757:29: note: '::std::greater_equal' declared here
struct _LIBCPP_TEMPLATE_VIS greater_equal : binary_function<_Tp, _Tp, bool>
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:26:
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:326:9: error: no member named 'isless' in the global namespace
using ::isless;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:327:9: error: no member named 'islessequal' in the global namespace
using ::islessequal;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:328:9: error: no member named 'islessgreater' in the global namespace
using ::islessgreater;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:329:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/../include/c++/v1/cmath:330:9: error: no member named 'isunordered' in the global namespace
using ::isunordered;
~~^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected member name or ';' after declaration specifiers
static bool isnan(T x)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: error: expected ')'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:40:13: note: to match this '('
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:49:15: error: expected member name or ';' after declaration specifiers
static bool isnan(T)
~~~~~~~~~~~ ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:49:15: error: expected ')'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:49:15: note: to match this '('
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:56:6: error: expected unqualified-id
bool isnan(T x)
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
In file included from ../Utilities/VTK/vtkGDCMImageWriter.cxx:19:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkLookupTable.h:60:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkUnsignedCharArray.h:29:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkAOSDataArrayTemplate.h:35:
In file included from /usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArray.h:72:
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:56:6: error: expected ')'
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:7: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
/usr/local/Cellar/vtk/8.2.0_8/include/vtk-8.2/vtkGenericDataArrayLookupHelper.h:56:6: note: to match this '('
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk/usr/include/math.h:165:5: note: expanded from macro 'isnan'
( sizeof(x) == sizeof(float) ? __inline_isnanf((float)(x)) \
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
7 warnings and 20 errors generated.
ninja: build stopped: subcommand failed.
/usr/bin/curl --version
/usr/libexec/java_home --xml --failfast
/usr/libexec/java_home --xml --failfast
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment