diff --git a/Geo/Geo.cpp b/Geo/Geo.cpp
index 225853278dda0e07c38b41b1d69a84e730fe282f..97b0b8cc223c8c575b0eba149ea30c1c2320ebe2 100644
--- a/Geo/Geo.cpp
+++ b/Geo/Geo.cpp
@@ -4079,7 +4079,7 @@ void setSurfaceGeneratrices(Surface *s, List_T *loops)
   if(s->Typ == MSH_SURF_COMPOUND){
     s->Generatrices = GetOrderedUniqueEdges(s);
     if(!List_Nbr(s->Generatrices)){
-      Msg::Error("Could not make generatrices list for compound surface %d.",s->Num);
+      Msg::Warning("Could not make generatrices list for compound surface %d", s->Num);
       return;
     }
   }
diff --git a/utils/misc/package_gmsh_getdp.sh b/utils/misc/package_gmsh_getdp.sh
index 9d11114064c97738526f4f50a22f18df9d2a2980..90d6344df7ba09adb97341f4ba40028e4c08ba9a 100755
--- a/utils/misc/package_gmsh_getdp.sh
+++ b/utils/misc/package_gmsh_getdp.sh
@@ -14,8 +14,8 @@ up-to-date versions, documentation and examples." > /tmp/README.txt
 GMSH=svn
 GETDP=svn
 
-GMSH=2.8.3
-GETDP=2.4.2
+#GMSH=2.8.3
+#GETDP=2.4.2
 
 rm -rf gmsh-getdp-Windows64
 mkdir gmsh-getdp-Windows64