[Paraview] error when compiling Paraview 5.4 macOS 10.13

2018-01-08 Thread Sergio Emanuel Galembeck
Hello, I am trying to compile Paraview 5.4 in MacOS 10.13.2 (High Sierra), using software from MacPorts 2.4.2. After a successful configuration, the make -j 4 command give the following error:

Re: [Paraview] error when compiling Paraview 5.4 macOS 10.13

2018-01-19 Thread Sergio Emanuel Galembeck
can apply > the patch in my previous email to the VTK subdirectory in the ParaView > source code. As you can see, just two lines need to be modified, so > you could easily do this manually. > > Hope that helps, > Cory > > On Fri, Jan 12, 2018 at 1:15 PM, Sergio Emanuel

Re: [Paraview] error when compiling Paraview 5.4 macOS 10.13

2018-01-12 Thread Sergio Emanuel Galembeck
> -if(Msg->Data <= 0 ){ > +if(Msg->Data == NULL) { > XdmfErrorMessage("Cannot Send Message from Data Buffer = " << > Msg->Length); > return(XDMF_FAIL); > } > > Make sure you have run `git submodule update` to ensure