lammps compilation

dear all,
I’m trying to compile lammps with “openmpi” makefile. I can easily do that by “make openmpi” in src folder while just 3 packages are patched by default.
but when I patch all the standard packages by “make yes-standard” and then “make openmpi” it ends in this error:

pair_kim.cpp:34:21: fatal error: KIM_API.h: No such file or directory
compilation terminated.
mpic++: No such file or directory
make[1]: *** [pair_kim.o] Error 1
make[1]: Leaving directory `/home/adminstrator/softwares/simulation/lammps-20Apr12/src/Obj_openmpi’
make: *** [openmpi] Error 2

please help me with this issue,
thanks

dear all,
I'm trying to compile lammps with "openmpi" makefile. I can easily do that
by "make openmpi" in src folder while just 3 packages are patched by
default.
but when I patch all the standard packages by "make yes-standard" and then
"make openmpi" it ends in this error:

pair_kim.cpp:34:21: fatal error: KIM_API.h: No such file or directory
compilation terminated.
mpic++: No such file or directory
make[1]: *** [pair_kim.o] Error 1
make[1]: Leaving directory
`/home/adminstrator/softwares/simulation/lammps-20Apr12/src/Obj_openmpi'
make: *** [openmpi] Error 2

please help me with this issue,

please read the documentation.
you don't have the KIM software installed.

just uninstall the offending KIM package.
it is pretty much useless at this stage
in any case.

any i personally doubt that it will ever go
beyond that. the idea behind it is nice, but
it is only easy to implement where it doesn't
matter much, and there are not enough
developers around to make it work beyond
that before the implementation will be
obsoleted by the hardware developments
and necessary needs to rewrite software.

axel.

The problem is solved.
Thanks again