Open MPI logo

PLPA Users' Mailing List Archives

  |   Home   |   Support   |   FAQ   |   all PLPA Users mailing list

Subject: [PLPA users] plpa in included mode
From: Bert Wesarg (bert.wesarg_at_[hidden])
Date: 2008-03-15 17:06:24


Hi Jeff,

I currently test to integrate the plpa into an project, the final goal
is it to use it with the svn:externals feature. I have attached a
tarball with two test projects: test1 is a simple hello world, which
works as expected. test2 includes the plpa by a svn checkout, which is
not working. I get at least this warning:

autoheader: warning: missing template: PLPA_DEBUG
autoheader: Use AC_DEFINE([PLPA_DEBUG], [], [Description])

and I suspect, that this warning leads to the following error of automake:

configure.ac:8: required file `config.h.in' not found
configure.ac:14: required file `./src/libplpa/plpa_config.h.in' not found
configure.ac:14: required file `./src/libplpa/plpa.h.in' not found
configure.ac:14: required file `./config/Makefile.in' not found
configure.ac:14: required file `./src/Makefile.in' not found
configure.ac:14: required file `./src/libplpa/Makefile.in' not found
configure.ac:14: required file `./src/plpa-info/Makefile.in' not found
configure.ac:14: required file `./src/plpa-taskset/Makefile.in' not found

so, hopefully its only the warning from autoheader that must be fixed.

Or am I doing something other wrong?

Thanks
Bert