[OMPI devel] Build is breaking

2006-04-06 Thread Sushant Sharma

Just checked out fresh trunk and got this error.

In file included from ../../ompi-trunk/opal/runtime/opal_finalize.c:33:
../../ompi-trunk/opal/mca/memcpy/base/base.h:72:44: 
opal/mca/memcpy/base/base_impl.h: No such file or directory

make[2]: *** [runtime/opal_finalize.lo] Error 1

-Sushant


Re: [OMPI devel] Build is breaking

2006-04-06 Thread Brian Barrett

On Apr 6, 2006, at 11:21 AM, Sushant Sharma wrote:


Just checked out fresh trunk and got this error.

In file included from ../../ompi-trunk/opal/runtime/opal_finalize.c: 
33:

../../ompi-trunk/opal/mca/memcpy/base/base.h:72:44:
opal/mca/memcpy/base/base_impl.h: No such file or directory
make[2]: *** [runtime/opal_finalize.lo] Error 1


Try running autogen.sh and configure again.  Not sure why the build  
system didn't do it automatically, but that should cure the problem...


Brian