Could not compile VTK example

Submitted by Venkataraman on Wed, 10/24/2018 - 16:14

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 in Makefile.user correctly

My Makefile.user VTK details,

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

What should I do. Please help me.