voronoi problem

Dear all

I installed Voronoi package recently and made changes as mentioned below,but when i try to make makemyfile it gives error make: *** [mymake] Error 1

can anyone tell whats wrong with this

Settings that the LAMMPS build will import when this package is installed

in
src/VORONOI

makefile.lammps

voronoi_SYSINC = -I//home/metal/Documents/lammps-17Dec13/examples/voronoi/install/include/voro++
voronoi_SYSLIB = -lvoro++
voronoi_SYSPATH = -L/home/metal/Documents/lammps-17Dec13/examples/voronoi/install/lib

config.mk
# Installation directory
PREFIX=/home/metal/Documents/lammps-17Dec13/examples/voronoi/install

Thanks in advance

Anik shrivastava
Senior Research Fellow
Naval Materials Research Lab,DRDO
Mumbai-400085
India

Dear all
I installed Voronoi package recently and made changes as mentioned below,but when i try to make makemyfile it gives error make: *** [mymake] Error 1
can anyone tell whats wrong with this

No. There is not enough information. The real error message is somewhere in the lines before the one you quoted. Most likely you mistyped some path or flag.

Axel