I created a branch+PR for this. We have another PR pending auxFilesys testing, so I¹ll make sure both get attention when that comes online.
https://github.com/chapel-lang/chapel/pull/222 Thanks! On 8/20/14, 7:56 AM, "Michael Ferguson" <[email protected]> wrote: >Hi - > >I was getting build problems that 'make clobber' solved for me. I believe >the patch below addresses the issue, since the HDFS support files are now >C. >Tim, is this right? Could somebody adopt, test, merge etc this patch? >Tim would be the natural person... > >Thanks, > >-michael > >diff --git a/runtime/src/qio/auxFilesys/hdfs/Makefile.include >b/runtime/src/qio >index ed72665..a44e089 100644 >--- a/runtime/src/qio/auxFilesys/hdfs/Makefile.include >+++ b/runtime/src/qio/auxFilesys/hdfs/Makefile.include >@@ -1,6 +1,6 @@ > AUXFS_HDFS_SUBDIR = src/qio/auxFilesys/hdfs > >-ALL_SRCS += $(CURDIR)/$(AUXFS_HDFS_SUBDIR)/*.cc >+ALL_SRCS += $(CURDIR)/$(AUXFS_HDFS_SUBDIR)/*.c > > AUXFS_HDFS_OBJDIR = >$(RUNTIME_ROOT)/$(AUXFS_HDFS_SUBDIR)/$(RUNTIME_OBJDIR) > > >-------------------------------------------------------------------------- >---- >Slashdot TV. >Video for Nerds. Stuff that matters. >http://tv.slashdot.org/ >_______________________________________________ >Chapel-developers mailing list >[email protected] >https://lists.sourceforge.net/lists/listinfo/chapel-developers ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Chapel-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/chapel-developers
