Re: [OMPI devel] problem compiling trunk after r31810

2014-05-19 Thread Ralph Castain
Yeah, that patch isn't correct either - I'll fix it


On May 18, 2014, at 7:44 PM, Gilles Gouaillardet 
 wrote:

> Folks,
> 
> i was unable to compile trunk after svn update.
> 
> i use different directories (aka VPATH) for source and build
> error message is related to the missing shmem/java directory
> from the oshmem directory.
> 
> The attached patch fixed this.
> 
> /* that being said, i did not try to build java for oshmem,
> so the i did not commit this patch since it might not work when needed */
> 
> Cheers,
> 
> Gilles
> ___
> devel mailing list
> de...@open-mpi.org
> Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
> Link to this post: 
> http://www.open-mpi.org/community/lists/devel/2014/05/14823.php



[OMPI devel] problem compiling trunk after r31810

2014-05-18 Thread Gilles Gouaillardet
Folks,

i was unable to compile trunk after svn update.

i use different directories (aka VPATH) for source and build
error message is related to the missing shmem/java directory
from the oshmem directory.

The attached patch fixed this.

/* that being said, i did not try to build java for oshmem,
so the i did not commit this patch since it might not work when needed */

Cheers,

Gilles
Index: oshmem/Makefile.am
===
--- oshmem/Makefile.am	(revision 31810)
+++ oshmem/Makefile.am	(working copy)
@@ -34,6 +34,7 @@
 	include \
 	shmem/c \
 	shmem/fortran
+	shmem/java
 
 if PROJECT_OSHMEM
 # Only traverse these dirs if we're building oshmem
@@ -41,8 +42,7 @@
 	$(MCA_oshmem_FRAMEWORKS_SUBDIRS) \
 	$(MCA_oshmem_FRAMEWORK_COMPONENT_STATIC_SUBDIRS) \
 	. \
-	$(MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS) \
-	shmem/java
+	$(MCA_oshmem_FRAMEWORK_COMPONENT_DSO_SUBDIRS)
 endif
 
 DIST_SUBDIRS = \