compiling Paraview5.2 in Mac OS

I trying to install Paraview 5.2 in a Mac OS 10.13.6. But, when compiling the files, by the command make, I
obtain the following error:

/Users/sergio/ParaView-v5.2.0/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.cxx:55:18: error: ordered comparison

*between pointer and zero ('void ’ and ‘int’)

if(Msg->Data <= 0 ){

**~~~~~~~~~ ^ ~**

/Users/sergio/ParaView-v5.2.0/VTK/ThirdParty/xdmf2/vtkxdmf2/libsrc/XdmfDsmComm.cxx:69:18: error: ordered comparison

*between pointer and zero ('void ’ and ‘int’)

if(Msg->Data <= 0 ){

I am using gcc 4.9.2 from MacPorts.

Thanks