Index: /branches/eam_branches/ipp-20120601/Ohana/configure.tcsh
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/configure.tcsh	(revision 34077)
@@ -62,4 +62,7 @@
   case --enable-debug-build
    set debug_build = 1
+   set pedantic = 0
+   echo "disabling pedantic build"
+   endif    
    breaksw;
   # options used by Ohana, but not gpcsw
@@ -87,4 +90,8 @@
   case --pedantic
    set pedantic = 1
+   if ($debug_build) then
+    echo "--pedantic and --enable-debug-build are mutually exclusive"
+    exit 2;
+   endif    
    breaksw;
   case --no-pedantic
Index: /branches/eam_branches/ipp-20120601/Ohana/src/addstar/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/addstar/Makefile	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/addstar/Makefile	(revision 34077)
@@ -13,5 +13,5 @@
 
 # programs may add their own internal requirements here
-FULL_CFLAGS   = $(BASE_CFLAGS) -Wall -Werror
+FULL_CFLAGS   = $(BASE_CFLAGS)
 FULL_CPPFLAGS = $(BASE_CPPFLAGS)
 FULL_LDFLAGS  = -lkapa -ldvo -lFITS -lohana $(BASE_LDFLAGS)
Index: /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/LoadData.c
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/LoadData.c	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/LoadData.c	(revision 34077)
@@ -1,4 +1,3 @@
 # include "addstar.h"
-# define DVO_IMAGE_NAME_LEN 128
 
 // XXX this function is somewhat specific to the elixir format output files 
Index: /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/ReadStarsSDSS.c
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/ReadStarsSDSS.c	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/ReadStarsSDSS.c	(revision 34077)
@@ -1,4 +1,4 @@
 # include "addstar.h"
-# define DVO_IMAGE_NAME_LEN 128
+
 int SetSDSSFlags (Stars *star, unsigned int flags1, unsigned int flags2);
 
Index: /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/sky_tessalation.c
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/sky_tessalation.c	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/addstar/src/sky_tessalation.c	(revision 34077)
@@ -2,5 +2,4 @@
 # include "assert.h"
 # define iSWAP(X,Y) {int tmp=(X); (X) = (Y); (Y) = tmp;}
-# define DVO_IMAGE_NAME_LEN 128
 
 // we use a static refcoords structure to avoid multiple alloc / init steps
Index: /branches/eam_branches/ipp-20120601/Ohana/src/getstar/src/ReadImageFiles.c
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/getstar/src/ReadImageFiles.c	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/getstar/src/ReadImageFiles.c	(revision 34077)
@@ -1,4 +1,3 @@
 # include "dvoImageOverlaps.h"
-# define DVO_IMAGE_NAME_LEN 128
 
 Image *ReadImageFiles (char *filename, off_t *Nimages) {
Index: /branches/eam_branches/ipp-20120601/Ohana/src/libautocode/def/common.h
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/libautocode/def/common.h	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/libautocode/def/common.h	(revision 34077)
@@ -32,4 +32,6 @@
 # define rawshort short
 
+# define DVO_IMAGE_NAME_LEN 128
+
 /*** rawshort is used to handle the broken pre-autocode photreg tables
      fix the tables and remove this
Index: /branches/eam_branches/ipp-20120601/Ohana/src/libfits/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/libfits/Makefile	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/libfits/Makefile	(revision 34077)
@@ -16,5 +16,5 @@
 
 # programs may add their own internal requirements here
-FULL_CFLAGS   = $(BASE_CFLAGS) -fPIC -Wall -Werror
+FULL_CFLAGS   = $(BASE_CFLAGS) -fPIC
 FULL_CPPFLAGS = $(BASE_CPPFLAGS) -I$(EXT)
 FULL_LDFLAGS  = $(BASE_LDFLAGS) -lohana
Index: /branches/eam_branches/ipp-20120601/Ohana/src/opihi/pcontrol/Makefile
===================================================================
--- /branches/eam_branches/ipp-20120601/Ohana/src/opihi/pcontrol/Makefile	(revision 34076)
+++ /branches/eam_branches/ipp-20120601/Ohana/src/opihi/pcontrol/Makefile	(revision 34077)
@@ -13,5 +13,5 @@
 LIBS1         = -lkapa -lFITS -lohana
 LIBS2         = -lbasiccmd -lshell -ldata 
-FULL_CFLAGS   = $(BASE_CFLAGS) -Wall -Werror
+FULL_CFLAGS   = $(BASE_CFLAGS)
 FULL_CPPFLAGS = $(BASE_CPPFLAGS)
 FULL_LDFLAGS  = $(LIBS1) $(LIBS2) $(BASE_LDFLAGS)
