Index: trunk/Mars/Makefile
===================================================================
--- trunk/Mars/Makefile	(revision 17956)
+++ trunk/Mars/Makefile	(revision 17976)
@@ -81,4 +81,5 @@
 
 LIBNOVA_PATH := `which libnovaconfig`
+#LIBNOVA_PATH := `/usr/lib64`
 
 ifeq ($(shell basename "$(LIBNOVA_PATH)X"), libnovaconfigX)
Index: trunk/Mars/fact/processing/numevents.C
===================================================================
--- trunk/Mars/fact/processing/numevents.C	(revision 17956)
+++ trunk/Mars/fact/processing/numevents.C	(revision 17976)
@@ -269,9 +269,9 @@
         cout << "where: " << where << endl;
 
-        if (!serv.InsertUpdate(table, vars, where))
-        {
-            cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
-            return 2;
-	}
+        //if (!serv.InsertUpdate(table, vars, where))
+        //{
+        //    cout << "ERROR - insert/update to DB failed  (vars:" << vars << " where: " << where << ")." << endl;
+        //    return 2;
+        //}
 
     }
Index: trunk/Mars/mcore/PixelMap.h
===================================================================
--- trunk/Mars/mcore/PixelMap.h	(revision 17956)
+++ trunk/Mars/mcore/PixelMap.h	(revision 17976)
@@ -271,5 +271,5 @@
 #ifdef __EXCEPTIONS
         if (l!=416)
-            throw std::runtime_error("Number of lines ("+std::to_string(l)+") read from "+fname+" does not match 416.");
+	  throw std::runtime_error("Number of lines ("+std::to_string(static_cast<long long>(l))+") read from "+fname+" does not match 416.");
 
         if (size()!=416)
