← Back to team overview

yade-users team mailing list archive

[Question #681091]: installation problem

 

New question #681091 on Yade:
https://answers.launchpad.net/yade/+question/681091

Hi
I am using Ubuntu 16.04.2 LTS xenial.
how to resolve this error below?

/home/ubuntu/yade_instal/trunk-master/py/_libVersions.cpp: In function ‘boost::python::l                                            ist mpiVer()’:
/home/ubuntu/yade_instal/trunk-master/py/_libVersions.cpp:222:31: error: ‘OMPI_MAJOR_VER                                            SION’ was not declared in this scope
   ret.append( py::make_tuple                  (OMPI_MAJOR_VERSION   ,
                               ^
/home/ubuntu/yade_instal/trunk-master/py/_libVersions.cpp:222:52: error: ‘OMPI_MINOR_VER                                            SION’ was not declared in this scope
   ret.append( py::make_tuple                  (OMPI_MAJOR_VERSION   ,
                                                    ^
/home/ubuntu/yade_instal/trunk-master/py/_libVersions.cpp:222:73: error: ‘OMPI_RELEASE_V                                            ERSION’ was not declared in this scope
   ret.append( py::make_tuple                  (OMPI_MAJOR_VERSION   ,
                                                                         ^
py/CMakeFiles/_libVersions.dir/build.make:62: recipe for target 'py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o' failed
make[2]: *** [py/CMakeFiles/_libVersions.dir/_libVersions.cpp.o] Error 1
CMakeFiles/Makefile2:514: recipe for target 'py/CMakeFiles/_libVersions.dir/all' failed
make[1]: *** [py/CMakeFiles/_libVersions.dir/all] Error 2
Makefile:127: recipe for target 'all' failed
make: *** [all] Error 2


-- 
You received this question notification because your team yade-users is
an answer contact for Yade.