Could not compile VTK .......

Submitted by Venkataraman on Sat, 10/27/2018 - 12:49

Hi,

I am new to LIGGGHTS . I tried to create lmp_auto executable, when I run the command make auto the terminal gives me the error "Could not compile VTK example with ...... " Kindly someone help me solve the problem. I downloaded VTK via homebrew on my macOS and gave the path for include and lib files in Makefile.user correctly

My Makefile.user VTK details,

VTK_INC_USR=-I/usr/local//include/vtk-8.1
# Path that contains the VTK libraries
VTK_LIB_USR=-L/usr/local/lib

What should I do. Please help me.