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

Reply via email to