[Gmsh] Version of MINGW GCC used in CYGWIN to compile?

Artur Palha artur.palha at gmail.com
Thu May 3 09:30:54 CEST 2018


Dear John,

I see you are using mingw. I used gcc, therefore if you wish to use mingw
my "solution" will not suit you. I tried to look for what Win32 error 6
means but it just says it is a handle error, so I have no idea what the
reason may be.

-artur palha

On Thu, May 3, 2018 at 6:32 AM John Staples <john.f.staples at gmail.com>
wrote:

> Greetings,
>
> I reinstalled Cygwin and this is the result of my current compilation
> attempt.  Any hints will be appreciated. Also, I will try some of Artur's
> suggestions as well.   However, this seems like it may be more related to
> my hardware than to GMSH
> Thank you
>
>
>
> John at INSPI13 /usr/gmsh-3.0.6/build
> $CMAKE -DCMAKE_CXX_COMPILER=/usr/bin/x86_64-w64-mingw32-g++.exe
> -DCMAKE_FORTRAN_COMPILER=/usr/bin/x86_64-w64-mingw32-gfortran.exe
> -DCMAKE_C_COMPILER=/usr/bin/x86_64-w64-mingw32-gcc.exe
> -DCMAKE_PREFIX_PATH=/usr/lib -DDEFAULT=0 -DENABLE_BUILD_LIB=1
> -DENABLE_POST=1 -DENABLE_PARSER=1 ..
> -- The CXX compiler identification is GNU 6.4.0
> -- The C compiler identification is GNU 6.4.0
> -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++.exe
> -- Check for working CXX compiler: /usr/bin/x86_64-w64-mingw32-g++.exe --
> works
> -- Detecting CXX compiler ABI info
> -- Detecting CXX compiler ABI info - done
> -- Detecting CXX compile features
> -- Detecting CXX compile features - done
> -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc.exe
> -- Check for working C compiler: /usr/bin/x86_64-w64-mingw32-gcc.exe --
> works
> -- Detecting C compiler ABI info
> -- Detecting C compiler ABI info - done
> -- Detecting C compile features
> -- Detecting C compile features - done
> -- Looking for sys/types.h
> -- Looking for sys/types.h - found
> -- Looking for stdint.h
> -- Looking for stdint.h - found
> -- Looking for stddef.h
> -- Looking for stddef.h - found
> -- Check size of void*
> -- Check size of void* - done
> -- Found 64Bit
> -- The Fortran compiler identification is GNU 6.4.0
> -- Check for working Fortran compiler: /usr/bin/gfortran.exe
> -- Check for working Fortran compiler: /usr/bin/gfortran.exe  -- works
> -- Detecting Fortran compiler ABI info
> -- Detecting Fortran compiler ABI info - done
> -- Checking whether /usr/bin/gfortran.exe supports Fortran 90
> -- Checking whether /usr/bin/gfortran.exe supports Fortran 90 -- yes
> -- Looking for Fortran sgemm
> -- Looking for Fortran sgemm - found
> -- Looking for pthread.h
> -- Looking for pthread.h - found
> -- Looking for pthread_create
> -- Looking for pthread_create - found
> -- Found Threads: TRUE
> -- A library with BLAS API found.
> -- Found Blas
> -- A library with BLAS API found.
> -- Looking for Fortran cheev
> -- Looking for Fortran cheev - found
> -- A library with LAPACK API found.
> -- Found Lapack
> -- Found Post
> -- Found Parser
> -- Looking for vsnprintf
> -- Looking for vsnprintf - found
> -- Looking for sys/socket.h
> -- Looking for sys/socket.h - not found
> -- Check size of socklen_t
> -- Check size of socklen_t - failed
> -- Found NoSocklenT
> -- Check size of intptr_t
> -- Check size of intptr_t - done
> -- Looking for dlfcn.h
> -- Looking for dlfcn.h - found
> -- Found Dlopen
> -- Looking for linux/joystick.h
> -- Looking for linux/joystick.h - not found
> -- Performing Test WALL
> -- Performing Test WALL - Success
> -- Performing Test WCAST
> -- Performing Test WCAST - Failed
> -- Performing Test WDEPREC
> -- Performing Test WDEPREC - Success
> -- Performing Test WIND
> -- Performing Test WIND - Success
> -- Performing Test NOWARN
> -- Performing Test NOWARN - Success
> -- Performing Test NOOPT
> -- Performing Test NOOPT - Success
> --
> -- Gmsh 3.0.6 has been configured for Windows64
> --
> --  * Build options: 64Bit Blas Dlopen Lapack NoSocklenT Parser Post
> --  * Build type: RelWithDebInfo
> --  * C compiler: /usr/bin/x86_64-w64-mingw32-gcc.exe
> --  * C++ compiler: /usr/bin/x86_64-w64-mingw32-g++.exe
> --  * Install prefix: /usr/local
> --
> -- Configuring done
> -- Generating done
> CMake Warning:
>   Manually-specified variables were not used by the project:
>     CMAKE_FORTRAN_COMPILER
>
> -- Build files have been written to: /usr/gmsh-3.0.6/build
> John at INSPI13 /usr/gmsh-3.0.6/build
> $ make && make install
> Scanning dependencies of target gmsh
> [  0%] Building CXX object CMakeFiles/gmsh.dir/Common/Main.cpp.o
> [  0%] Building CXX object CMakeFiles/gmsh.dir/Common/Gmsh.cpp.o
> [  0%] Building CXX object CMakeFiles/gmsh.dir/Common/GmshMessage.cpp.o
> [  1%] Building CXX object
> CMakeFiles/gmsh.dir/Common/gmshPopplerWrapper.cpp.o
> [  1%] Building CXX object CMakeFiles/gmsh.dir/Common/Context.cpp.o
> [  1%] Building CXX object CMakeFiles/gmsh.dir/Common/Options.cpp.o
> [  1%] Building CXX object CMakeFiles/gmsh.dir/Common/CommandLine.cpp.o
> [  2%] Building CXX object CMakeFiles/gmsh.dir/Common/OS.cpp.o
> [  2%] Building CXX object CMakeFiles/gmsh.dir/Common/OpenFile.cpp.o
> [  2%] Building CXX object CMakeFiles/gmsh.dir/Common/CreateFile.cpp.o
> [  3%] Building CXX object CMakeFiles/gmsh.dir/Common/VertexArray.cpp.o
> [  3%] Building CXX object CMakeFiles/gmsh.dir/Common/SmoothData.cpp.o
> [  3%] Building CXX object CMakeFiles/gmsh.dir/Common/Octree.cpp.o
> [  3%] Building CXX object CMakeFiles/gmsh.dir/Common/OctreeInternals.cpp.o
> [  4%] Building CXX object CMakeFiles/gmsh.dir/Common/StringUtils.cpp.o
> [  4%] Building CXX object CMakeFiles/gmsh.dir/Common/ListUtils.cpp.o
> [  4%] Building CXX object CMakeFiles/gmsh.dir/Common/TreeUtils.cpp.o
> [  5%] Building CXX object CMakeFiles/gmsh.dir/Common/avl.cpp.o
> [  5%] Building CXX object CMakeFiles/gmsh.dir/Common/MallocUtils.cpp.o
> [  5%] Building CXX object CMakeFiles/gmsh.dir/Common/onelabUtils.cpp.o
> [  5%] Building CXX object CMakeFiles/gmsh.dir/Common/GamePad.cpp.o
> [  6%] Building CXX object CMakeFiles/gmsh.dir/Common/GmshRemote.cpp.o
> [  6%] Building CXX object CMakeFiles/gmsh.dir/Common/GmshAPI.cpp.o
> [  6%] Building CXX object CMakeFiles/gmsh.dir/Numeric/Numeric.cpp.o
> [  7%] Building CXX object CMakeFiles/gmsh.dir/Numeric/fullMatrix.cpp.o
> [  7%] Building CXX object CMakeFiles/gmsh.dir/Numeric/BasisFactory.cpp.o
> [  7%] Building CXX object CMakeFiles/gmsh.dir/Numeric/FuncSpaceData.cpp.o
> [  7%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/discreteFrechetDistance.c
> pp.o
> [  8%] Building CXX object CMakeFiles/gmsh.dir/Numeric/miniBasis.cpp.o
> [  8%] Building CXX object CMakeFiles/gmsh.dir/Numeric/nodalBasis.cpp.o
> [  8%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/polynomialBasis.cpp.o
> [  8%] Building CXX object CMakeFiles/gmsh.dir/Numeric/pyramidalBasis.cpp.o
> [  9%] Building CXX object CMakeFiles/gmsh.dir/Numeric/BergotBasis.cpp.o
> [  9%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/jacobiPolynomials.cpp.o
> [  9%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/legendrePolynomials.cpp.o
> [ 10%] Building CXX object CMakeFiles/gmsh.dir/Numeric/bezierBasis.cpp.o
> [ 10%] Building CXX object CMakeFiles/gmsh.dir/Numeric/JacobianBasis.cpp.o
> [ 10%] Building CXX object CMakeFiles/gmsh.dir/Numeric/CondNumBasis.cpp.o
> [ 10%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/pointsGenerators.cpp.o
> [ 11%] Building CXX object CMakeFiles/gmsh.dir/Numeric/ElementType.cpp.o
> [ 11%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussIntegration.cpp.o
> [ 11%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadratureLin.cpp.o
> [ 12%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadratureTri.cpp.o
> [ 12%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadratureQuad.cpp.o
> [ 12%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadratureTet.cpp.o
> [ 12%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadratureHex.cpp.o
> [ 13%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadraturePri.cpp.o
> [ 13%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussQuadraturePyr.cpp.o
> [ 13%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/GaussLegendreSimplex.cpp.
> o
> [ 14%] Building CXX object CMakeFiles/gmsh.dir/Numeric/GaussJacobi1D.cpp.o
> [ 14%] Building CXX object CMakeFiles/gmsh.dir/Numeric/HilbertCurve.cpp.o
> [ 14%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/robustPredicates.cpp.o
> [ 14%] Building CXX object CMakeFiles/gmsh.dir/Numeric/decasteljau.cpp.o
> [ 15%] Building CXX object CMakeFiles/gmsh.dir/Numeric/mathEvaluator.cpp.o
> [ 15%] Building CXX object CMakeFiles/gmsh.dir/Numeric/Iso.cpp.o
> [ 15%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/approximationError.cpp.o
> [ 15%] Building CXX object
> CMakeFiles/gmsh.dir/Numeric/ConjugateGradients.cpp.o
> [ 16%] Building CXX object CMakeFiles/gmsh.dir/Geo/boundaryLayersData.cpp.o
> [ 16%] Building CXX object CMakeFiles/gmsh.dir/Geo/closestPoint.cpp.o
> /usr/gmsh-3.0.6/Geo/closestPoint.cpp:12:13: warning: ‘void
> oversample(std::vecto
> r<SPoint3>&, double)’ defined but not used [-Wunused-function]
>  static void oversample (std::vector<SPoint3> &s, double tol){
>              ^~~~~~~~~~
> [ 16%] Building CXX object
> CMakeFiles/gmsh.dir/Geo/intersectCurveSurface.cpp.o
> [ 17%] Building CXX object CMakeFiles/gmsh.dir/Geo/GEntity.cpp.o
> [ 17%] Building CXX object CMakeFiles/gmsh.dir/Geo/STensor3.cpp.o
> [ 17%] Building CXX object CMakeFiles/gmsh.dir/Geo/GVertex.cpp.o
> [ 17%] Building CXX object CMakeFiles/gmsh.dir/Geo/GEdge.cpp.o
> /usr/gmsh-3.0.6/Geo/GEdge.cpp:54:2: warning: #warning missing:computation
> of
> aff
> ine transformation during setMeshMaster [-Wcpp]
>  #warning missing:computation of affine transformation during setMeshMaster
>   ^~~~~~~
> [ 18%] Building CXX object CMakeFiles/gmsh.dir/Geo/GFace.cpp.o
> [ 18%] Building CXX object CMakeFiles/gmsh.dir/Geo/GRegion.cpp.o
> [ 18%] Building CXX object CMakeFiles/gmsh.dir/Geo/GEdgeLoop.cpp.o
> [ 19%] Building CXX object CMakeFiles/gmsh.dir/Geo/GEdgeCompound.cpp.o
> [ 19%] Building CXX object CMakeFiles/gmsh.dir/Geo/GFaceCompound.cpp.o
> [ 19%] Building CXX object CMakeFiles/gmsh.dir/Geo/GRegionCompound.cpp.o
> [ 19%] Building CXX object CMakeFiles/gmsh.dir/Geo/GRbf.cpp.o
> [ 20%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshVertex.cpp.o
> [ 20%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshEdge.cpp.o
> [ 20%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshFace.cpp.o
> [ 21%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshRegion.cpp.o
> [ 21%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshSurface.cpp.o
> [ 21%] Building CXX object CMakeFiles/gmsh.dir/Geo/OCCVertex.cpp.o
> [ 21%] Building CXX object CMakeFiles/gmsh.dir/Geo/OCCEdge.cpp.o
> [ 22%] Building CXX object CMakeFiles/gmsh.dir/Geo/OCCFace.cpp.o
> [ 22%] Building CXX object CMakeFiles/gmsh.dir/Geo/OCCRegion.cpp.o
> [ 22%] Building CXX object CMakeFiles/gmsh.dir/Geo/GenericVertex.cpp.o
> [ 22%] Building CXX object CMakeFiles/gmsh.dir/Geo/GenericEdge.cpp.o
> [ 23%] Building CXX object CMakeFiles/gmsh.dir/Geo/GenericFace.cpp.o
> [ 23%] Building CXX object CMakeFiles/gmsh.dir/Geo/GenericRegion.cpp.o
> [ 23%] Building CXX object CMakeFiles/gmsh.dir/Geo/discreteEdge.cpp.o
> [ 24%] Building CXX object CMakeFiles/gmsh.dir/Geo/discreteFace.cpp.o
> [ 24%] Building CXX object CMakeFiles/gmsh.dir/Geo/discreteDiskFace.cpp.o
> [ 24%] Building CXX object CMakeFiles/gmsh.dir/Geo/discreteRegion.cpp.o
> [ 24%] Building CXX object CMakeFiles/gmsh.dir/Geo/fourierEdge.cpp.o
> [ 25%] Building CXX object CMakeFiles/gmsh.dir/Geo/fourierFace.cpp.o
> [ 25%] Building CXX object
> CMakeFiles/gmsh.dir/Geo/fourierProjectionFace.cpp.o
> [ 25%] Building CXX object CMakeFiles/gmsh.dir/Geo/ACISVertex.cpp.o
> [ 26%] Building CXX object CMakeFiles/gmsh.dir/Geo/ACISEdge.cpp.o
> [ 26%] Building CXX object CMakeFiles/gmsh.dir/Geo/ACISFace.cpp.o
> [ 26%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModel.cpp.o
> [ 26%] Building CXX object
> CMakeFiles/gmsh.dir/Geo/GModelCreateTopologyFromMesh.
> cpp.o
> [ 27%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelVertexArrays.cpp.o
> [ 27%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelFactory.cpp.o
> [ 27%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_GEO.cpp.o
> [ 28%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_ACIS.cpp.o
> [ 28%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_OCC.cpp.o
> [ 28%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_TOCHNOG.cpp.o
> [ 28%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_Fourier.cpp.o
> [ 29%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_MSH.cpp.o
> [ 29%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_MSH2.cpp.o
> [ 29%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_VTK.cpp.o
> [ 29%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_POS.cpp.o
> [ 30%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_CGNS.cpp.o
> [ 30%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_MED.cpp.o
> [ 30%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_MESH.cpp.o
> [ 31%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_STL.cpp.o
> [ 31%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_PLY.cpp.o
> [ 31%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_VRML.cpp.o
> [ 31%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_UNV.cpp.o
> [ 32%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_BDF.cpp.o
> [ 32%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_IR3.cpp.o
> [ 32%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_DIFF.cpp.o
> [ 33%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_GEOM.cpp.o
> [ 33%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_INP.cpp.o
> [ 33%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_MAIL.cpp.o
> [ 33%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_P3D.cpp.o
> [ 34%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_CELUM.cpp.o
> [ 34%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_NEU.cpp.o
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp: In member function ‘int
> GModel::writeNEU(c
> onst string&, bool, double)’:
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:220:19: warning: format ‘%lu’ expects
> argum
> ent of type ‘long unsigned int’, but argument 5 has type
> ‘std::unordered_map<uns
> igned int, std::vector<unsigned int>, std::hash<unsigned int>,
> std::equal_to<uns
> igned int>, std::allocator<std::pair<const unsigned int,
> std::vector<unsigned
> in
> t> > > >::size_type {aka long long unsigned int}’ [-Wformat=]
>            getDim());
>                    ^
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:220:19: warning: format ‘%lu’ expects
> argum
> ent of type ‘long unsigned int’, but argument 6 has type
> ‘std::unordered_map<uns
> igned int, std::vector<std::pair<unsigned int, unsigned int> >,
> std::hash<unsign
> ed int>, std::equal_to<unsigned int>, std::allocator<std::pair<const
> unsigned
> in
> t, std::vector<std::pair<unsigned int, unsigned int> > > > >::size_type
> {aka
> lon
> g long unsigned int}’ [-Wformat=]
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:253:44: warning: format ‘%lu’ expects
> argum
> ent of type ‘long unsigned int’, but argument 4 has type
> ‘std::vector<unsigned
> i
> nt>::size_type {aka long long unsigned int}’ [-Wformat=]
>              it->first, it->second.size(), 1);
>                                             ^
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:274:43: warning: format ‘%lu’ expects
> argum
> ent of type ‘long unsigned int’, but argument 5 has type
> ‘std::vector<std::pair<
> unsigned int, unsigned int> >::size_type {aka long long unsigned int}’
> [-Wformat
> =]
>              gambitBoundaryCode(regionName));
>                                            ^
> [ 34%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_ACTRAN.cpp.o
> [ 35%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_SU2.cpp.o
> [ 35%] Building CXX object CMakeFiles/gmsh.dir/Geo/GModelIO_SAMCEF.cpp.o
> [ 35%] Building CXX object CMakeFiles/gmsh.dir/Geo/ExtrudeParams.cpp.o
> [ 35%] Building CXX object CMakeFiles/gmsh.dir/Geo/Geo.cpp.o
> [ 36%] Building CXX object CMakeFiles/gmsh.dir/Geo/GeoStringInterface.cpp.o
> [ 36%] Building CXX object CMakeFiles/gmsh.dir/Geo/GeoInterpolation.cpp.o
> [ 36%] Building CXX object CMakeFiles/gmsh.dir/Geo/gmshLevelset.cpp.o
> [ 36%] Building CXX object CMakeFiles/gmsh.dir/Geo/findLinks.cpp.o
> [ 37%] Building CXX object
> CMakeFiles/gmsh.dir/Geo/SOrientedBoundingBox.cpp.o
> [ 37%] Building CXX object CMakeFiles/gmsh.dir/Geo/GeomMeshMatcher.cpp.o
> [ 37%] Building CXX object CMakeFiles/gmsh.dir/Geo/MVertex.cpp.o
> [ 38%] Building CXX object CMakeFiles/gmsh.dir/Geo/MEdge.cpp.o
> [ 38%] Building CXX object CMakeFiles/gmsh.dir/Geo/MFace.cpp.o
> [ 38%] Building CXX object CMakeFiles/gmsh.dir/Geo/MElement.cpp.o
> [ 38%] Building CXX object CMakeFiles/gmsh.dir/Geo/MElementOctree.cpp.o
> [ 39%] Building CXX object CMakeFiles/gmsh.dir/Geo/MLine.cpp.o
> [ 39%] Building CXX object CMakeFiles/gmsh.dir/Geo/MTriangle.cpp.o
> [ 39%] Building CXX object CMakeFiles/gmsh.dir/Geo/MQuadrangle.cpp.o
> [ 40%] Building CXX object CMakeFiles/gmsh.dir/Geo/MTetrahedron.cpp.o
> [ 40%] Building CXX object CMakeFiles/gmsh.dir/Geo/MHexahedron.cpp.o
> [ 40%] Building CXX object CMakeFiles/gmsh.dir/Geo/MPrism.cpp.o
> [ 40%] Building CXX object CMakeFiles/gmsh.dir/Geo/MPyramid.cpp.o
> [ 41%] Building CXX object CMakeFiles/gmsh.dir/Geo/MTrihedron.cpp.o
> [ 41%] Building CXX object CMakeFiles/gmsh.dir/Geo/MElementCut.cpp.o
> [ 41%] Building CXX object CMakeFiles/gmsh.dir/Geo/MSubElement.cpp.o
> [ 42%] Building CXX object CMakeFiles/gmsh.dir/Geo/MZone.cpp.o
> [ 42%] Building CXX object CMakeFiles/gmsh.dir/Geo/MZoneBoundary.cpp.o
> [ 42%] Building CXX object CMakeFiles/gmsh.dir/Geo/Cell.cpp.o
> [ 42%] Building CXX object CMakeFiles/gmsh.dir/Geo/CellComplex.cpp.o
> [ 43%] Building CXX object CMakeFiles/gmsh.dir/Geo/ChainComplex.cpp.o
> [ 43%] Building CXX object CMakeFiles/gmsh.dir/Geo/Homology.cpp.o
> [ 43%] Building CXX object CMakeFiles/gmsh.dir/Geo/Chain.cpp.o
> [ 43%] Building CXX object CMakeFiles/gmsh.dir/Geo/Curvature.cpp.o
> [ 44%] Building CXX object
> CMakeFiles/gmsh.dir/Geo/MVertexBoundaryLayerData.cpp.
> o
> [ 44%] Building CXX object CMakeFiles/gmsh.dir/Post/PView.cpp.o
> [ 44%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewIO.cpp.o
> [ 45%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewVertexArrays.cpp.o
> [ 45%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewData.cpp.o
> [ 45%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewDataIO.cpp.o
> [ 45%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewX3D.cpp.o
> [ 46%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewDataList.cpp.o
> [ 46%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewDataListIO.cpp.o
> [ 46%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewDataGModel.cpp.o
> [ 47%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewDataGModelIO.cpp.o
> [ 47%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewOptions.cpp.o
> [ 47%] Building CXX object CMakeFiles/gmsh.dir/Post/PViewFactory.cpp.o
> [ 47%] Building CXX object
> CMakeFiles/gmsh.dir/Post/PViewAsSimpleFunction.cpp.o
> [ 48%] Building CXX object CMakeFiles/gmsh.dir/Post/adaptiveData.cpp.o
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp: In member function ‘void
> VTKData::finaliz
> eVTKFile()’:
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1935:182: warning: format ‘%u’
> expects
> arg
> ument of type ‘unsigned int’, but argument 5 has type ‘uint64_t {aka long
> long
> u
> nsigned int}’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Float64\" Name=\"%s\"
> NumberOfComponen
> ts=\"%d\" format=\"appended\" offset=\"%" PRIu64 "\"/>\n",
> vtkFieldName.c_str(),
> vtkNumComp,byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1945:151: warning: format ‘%u’
> expects
> arg
> ument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long
> long
> u
> nsigned int}’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Float64\" Name=\"Points\"
> NumberOfComp
> onents=\"3\" format=\"appended\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1951:130: warning: format ‘%u’
> expects
> arg
> ument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long
> long
> u
> nsigned int}’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Int64\" Name=\"connectivity\"
> format=\
> "appended\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1953:125: warning: format ‘%u’
> expects
> arg
> ument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long
> long
> u
> nsigned int}’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Int64\" Name=\"offsets\"
> format=\"appe
> nded\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1955:123: warning: format ‘%u’
> expects
> arg
> ument of type ‘unsigned int’, but argument 3 has type ‘uint64_t {aka long
> long
> u
> nsigned int}’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"UInt8\" Name=\"types\"
> format=\"append
> ed\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> [ 48%] Building CXX object CMakeFiles/gmsh.dir/Post/shapeFunctions.cpp.o
> [ 48%] Building CXX object CMakeFiles/gmsh.dir/Post/OctreePost.cpp.o
> [ 49%] Building CXX object CMakeFiles/gmsh.dir/Post/ColorTable.cpp.o
> [ 49%] Building CXX object CMakeFiles/gmsh.dir/Parser/Gmsh.tab.cpp.o
> [ 49%] Building CXX object CMakeFiles/gmsh.dir/Parser/Gmsh.yy.cpp.o
> [ 49%] Building CXX object CMakeFiles/gmsh.dir/Parser/FunctionManager.cpp.o
> [ 50%] Linking CXX executable gmsh.exe
> [ 50%] Built target gmsh
> Scanning dependencies of target lib
> [ 50%] Building CXX object CMakeFiles/lib.dir/Common/Gmsh.cpp.o
> [ 50%] Building CXX object CMakeFiles/lib.dir/Common/GmshMessage.cpp.o
> [ 50%] Building CXX object
> CMakeFiles/lib.dir/Common/gmshPopplerWrapper.cpp.o
> [ 51%] Building CXX object CMakeFiles/lib.dir/Common/Context.cpp.o
> [ 51%] Building CXX object CMakeFiles/lib.dir/Common/Options.cpp.o
> [ 51%] Building CXX object CMakeFiles/lib.dir/Common/CommandLine.cpp.o
> [ 52%] Building CXX object CMakeFiles/lib.dir/Common/OS.cpp.o
> [ 52%] Building CXX object CMakeFiles/lib.dir/Common/OpenFile.cpp.o
> [ 52%] Building CXX object CMakeFiles/lib.dir/Common/CreateFile.cpp.o
> [ 52%] Building CXX object CMakeFiles/lib.dir/Common/VertexArray.cpp.o
> [ 53%] Building CXX object CMakeFiles/lib.dir/Common/SmoothData.cpp.o
> [ 53%] Building CXX object CMakeFiles/lib.dir/Common/Octree.cpp.o
> [ 53%] Building CXX object CMakeFiles/lib.dir/Common/OctreeInternals.cpp.o
> [ 54%] Building CXX object CMakeFiles/lib.dir/Common/StringUtils.cpp.o
> [ 54%] Building CXX object CMakeFiles/lib.dir/Common/ListUtils.cpp.o
> [ 54%] Building CXX object CMakeFiles/lib.dir/Common/TreeUtils.cpp.o
> [ 54%] Building CXX object CMakeFiles/lib.dir/Common/avl.cpp.o
> [ 55%] Building CXX object CMakeFiles/lib.dir/Common/MallocUtils.cpp.o
> [ 55%] Building CXX object CMakeFiles/lib.dir/Common/onelabUtils.cpp.o
> [ 55%] Building CXX object CMakeFiles/lib.dir/Common/GamePad.cpp.o
> [ 56%] Building CXX object CMakeFiles/lib.dir/Common/GmshRemote.cpp.o
> [ 56%] Building CXX object CMakeFiles/lib.dir/Common/GmshAPI.cpp.o
> [ 56%] Building CXX object CMakeFiles/lib.dir/Numeric/Numeric.cpp.o
> [ 56%] Building CXX object CMakeFiles/lib.dir/Numeric/fullMatrix.cpp.o
> [ 57%] Building CXX object CMakeFiles/lib.dir/Numeric/BasisFactory.cpp.o
> [ 57%] Building CXX object CMakeFiles/lib.dir/Numeric/FuncSpaceData.cpp.o
> [ 57%] Building CXX object
> CMakeFiles/lib.dir/Numeric/discreteFrechetDistance.cp
> p.o
> [ 57%] Building CXX object CMakeFiles/lib.dir/Numeric/miniBasis.cpp.o
> [ 58%] Building CXX object CMakeFiles/lib.dir/Numeric/nodalBasis.cpp.o
> [ 58%] Building CXX object CMakeFiles/lib.dir/Numeric/polynomialBasis.cpp.o
> [ 58%] Building CXX object CMakeFiles/lib.dir/Numeric/pyramidalBasis.cpp.o
> [ 59%] Building CXX object CMakeFiles/lib.dir/Numeric/BergotBasis.cpp.o
> [ 59%] Building CXX object
> CMakeFiles/lib.dir/Numeric/jacobiPolynomials.cpp.o
> [ 59%] Building CXX object
> CMakeFiles/lib.dir/Numeric/legendrePolynomials.cpp.o
> [ 59%] Building CXX object CMakeFiles/lib.dir/Numeric/bezierBasis.cpp.o
> [ 60%] Building CXX object CMakeFiles/lib.dir/Numeric/JacobianBasis.cpp.o
> [ 60%] Building CXX object CMakeFiles/lib.dir/Numeric/CondNumBasis.cpp.o
> [ 60%] Building CXX object
> CMakeFiles/lib.dir/Numeric/pointsGenerators.cpp.o
> [ 61%] Building CXX object CMakeFiles/lib.dir/Numeric/ElementType.cpp.o
> [ 61%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussIntegration.cpp.o
> [ 61%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadratureLin.cpp.o
> [ 61%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadratureTri.cpp.o
> [ 62%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadratureQuad.cpp.o
> [ 62%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadratureTet.cpp.o
> [ 62%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadratureHex.cpp.o
> [ 63%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadraturePri.cpp.o
> [ 63%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussQuadraturePyr.cpp.o
> [ 63%] Building CXX object
> CMakeFiles/lib.dir/Numeric/GaussLegendreSimplex.cpp.o
> [ 63%] Building CXX object CMakeFiles/lib.dir/Numeric/GaussJacobi1D.cpp.o
> [ 64%] Building CXX object CMakeFiles/lib.dir/Numeric/HilbertCurve.cpp.o
> [ 64%] Building CXX object
> CMakeFiles/lib.dir/Numeric/robustPredicates.cpp.o
> [ 64%] Building CXX object CMakeFiles/lib.dir/Numeric/decasteljau.cpp.o
> [ 64%] Building CXX object CMakeFiles/lib.dir/Numeric/mathEvaluator.cpp.o
> [ 65%] Building CXX object CMakeFiles/lib.dir/Numeric/Iso.cpp.o
> [ 65%] Building CXX object
> CMakeFiles/lib.dir/Numeric/approximationError.cpp.o
> [ 65%] Building CXX object
> CMakeFiles/lib.dir/Numeric/ConjugateGradients.cpp.o
> [ 66%] Building CXX object CMakeFiles/lib.dir/Geo/boundaryLayersData.cpp.o
> [ 66%] Building CXX object CMakeFiles/lib.dir/Geo/closestPoint.cpp.o
> /usr/gmsh-3.0.6/Geo/closestPoint.cpp:12:13: warning: ‘void
> oversample(std::vector<SPoint3>&, double)’ defined but not used
> [-Wunused-function]
>  static void oversample (std::vector<SPoint3> &s, double tol){
>              ^~~~~~~~~~
> [ 66%] Building CXX object
> CMakeFiles/lib.dir/Geo/intersectCurveSurface.cpp.o
> [ 66%] Building CXX object CMakeFiles/lib.dir/Geo/GEntity.cpp.o
> [ 67%] Building CXX object CMakeFiles/lib.dir/Geo/STensor3.cpp.o
> [ 67%] Building CXX object CMakeFiles/lib.dir/Geo/GVertex.cpp.o
> [ 67%] Building CXX object CMakeFiles/lib.dir/Geo/GEdge.cpp.o
> /usr/gmsh-3.0.6/Geo/GEdge.cpp:54:2: warning: #warning missing:computation
> of affine transformation during setMeshMaster [-Wcpp]
>  #warning missing:computation of affine transformation during setMeshMaster
>   ^~~~~~~
> [ 68%] Building CXX object CMakeFiles/lib.dir/Geo/GFace.cpp.o
> [ 68%] Building CXX object CMakeFiles/lib.dir/Geo/GRegion.cpp.o
> [ 68%] Building CXX object CMakeFiles/lib.dir/Geo/GEdgeLoop.cpp.o
> [ 68%] Building CXX object CMakeFiles/lib.dir/Geo/GEdgeCompound.cpp.o
> [ 69%] Building CXX object CMakeFiles/lib.dir/Geo/GFaceCompound.cpp.o
> [ 69%] Building CXX object CMakeFiles/lib.dir/Geo/GRegionCompound.cpp.o
> [ 69%] Building CXX object CMakeFiles/lib.dir/Geo/GRbf.cpp.o
> [ 70%] Building CXX object CMakeFiles/lib.dir/Geo/gmshVertex.cpp.o
> [ 70%] Building CXX object CMakeFiles/lib.dir/Geo/gmshEdge.cpp.o
> [ 70%] Building CXX object CMakeFiles/lib.dir/Geo/gmshFace.cpp.o
> [ 70%] Building CXX object CMakeFiles/lib.dir/Geo/gmshRegion.cpp.o
> [ 71%] Building CXX object CMakeFiles/lib.dir/Geo/gmshSurface.cpp.o
> [ 71%] Building CXX object CMakeFiles/lib.dir/Geo/OCCVertex.cpp.o
> [ 71%] Building CXX object CMakeFiles/lib.dir/Geo/OCCEdge.cpp.o
> [ 71%] Building CXX object CMakeFiles/lib.dir/Geo/OCCFace.cpp.o
> [ 72%] Building CXX object CMakeFiles/lib.dir/Geo/OCCRegion.cpp.o
> [ 72%] Building CXX object CMakeFiles/lib.dir/Geo/GenericVertex.cpp.o
> [ 72%] Building CXX object CMakeFiles/lib.dir/Geo/GenericEdge.cpp.o
> [ 73%] Building CXX object CMakeFiles/lib.dir/Geo/GenericFace.cpp.o
> [ 73%] Building CXX object CMakeFiles/lib.dir/Geo/GenericRegion.cpp.o
> [ 73%] Building CXX object CMakeFiles/lib.dir/Geo/discreteEdge.cpp.o
> [ 73%] Building CXX object CMakeFiles/lib.dir/Geo/discreteFace.cpp.o
> [ 74%] Building CXX object CMakeFiles/lib.dir/Geo/discreteDiskFace.cpp.o
> [ 74%] Building CXX object CMakeFiles/lib.dir/Geo/discreteRegion.cpp.o
> [ 74%] Building CXX object CMakeFiles/lib.dir/Geo/fourierEdge.cpp.o
> [ 75%] Building CXX object CMakeFiles/lib.dir/Geo/fourierFace.cpp.o
> [ 75%] Building CXX object
> CMakeFiles/lib.dir/Geo/fourierProjectionFace.cpp.o
> [ 75%] Building CXX object CMakeFiles/lib.dir/Geo/ACISVertex.cpp.o
> [ 75%] Building CXX object CMakeFiles/lib.dir/Geo/ACISEdge.cpp.o
> [ 76%] Building CXX object CMakeFiles/lib.dir/Geo/ACISFace.cpp.o
> [ 76%] Building CXX object CMakeFiles/lib.dir/Geo/GModel.cpp.o
> [ 76%] Building CXX object
> CMakeFiles/lib.dir/Geo/GModelCreateTopologyFromMesh.cpp.o
> [ 77%] Building CXX object CMakeFiles/lib.dir/Geo/GModelVertexArrays.cpp.o
> [ 77%] Building CXX object CMakeFiles/lib.dir/Geo/GModelFactory.cpp.o
> [ 77%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_GEO.cpp.o
> [ 77%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_ACIS.cpp.o
> [ 78%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_OCC.cpp.o
> [ 78%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_TOCHNOG.cpp.o
> [ 78%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_Fourier.cpp.o
> [ 78%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_MSH.cpp.o
> [ 79%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_MSH2.cpp.o
> [ 79%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_VTK.cpp.o
> [ 79%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_POS.cpp.o
> [ 80%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_CGNS.cpp.o
> [ 80%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_MED.cpp.o
> [ 80%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_MESH.cpp.o
> [ 80%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_STL.cpp.o
> [ 81%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_PLY.cpp.o
> [ 81%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_VRML.cpp.o
> [ 81%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_UNV.cpp.o
> [ 82%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_BDF.cpp.o
> [ 82%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_IR3.cpp.o
> [ 82%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_DIFF.cpp.o
> [ 82%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_GEOM.cpp.o
> [ 83%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_INP.cpp.o
> [ 83%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_MAIL.cpp.o
> [ 83%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_P3D.cpp.o
> [ 84%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_CELUM.cpp.o
> [ 84%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_NEU.cpp.o
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp: In member function ‘int
> GModel::writeNEU(const string&, bool, double)’:
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:220:19: warning: format ‘%lu’ expects
> argument of type ‘long unsigned int’, but argument 5 has type
> ‘std::unordered_map<unsigned int, std::vector<unsigned int>,
> std::hash<unsigned int>, std::equal_to<unsigned int>,
> std::allocator<std::pair<const unsigned int, std::vector<unsigned int> > >
> >::size_type {aka long long unsigned int}’ [-Wformat=]
>            getDim());
>                    ^
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:220:19: warning: format ‘%lu’ expects
> argument of type ‘long unsigned int’, but argument 6 has type
> ‘std::unordered_map<unsigned int, std::vector<std::pair<unsigned int,
> unsigned int> >, std::hash<unsigned int>, std::equal_to<unsigned int>,
> std::allocator<std::pair<const unsigned int, std::vector<std::pair<unsigned
> int, unsigned int> > > > >::size_type {aka long long unsigned int}’
> [-Wformat=]
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:253:44: warning: format ‘%lu’ expects
> argument of type ‘long unsigned int’, but argument 4 has type
> ‘std::vector<unsigned int>::size_type {aka long long unsigned int}’
> [-Wformat=]
>              it->first, it->second.size(), 1);
>                                             ^
> /usr/gmsh-3.0.6/Geo/GModelIO_NEU.cpp:274:43: warning: format ‘%lu’ expects
> argument of type ‘long unsigned int’, but argument 5 has type
> ‘std::vector<std::pair<unsigned int, unsigned int> >::size_type {aka long
> long unsigned int}’ [-Wformat=]
>              gambitBoundaryCode(regionName));
>                                            ^
> [ 84%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_ACTRAN.cpp.o
> [ 84%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_SU2.cpp.o
> [ 85%] Building CXX object CMakeFiles/lib.dir/Geo/GModelIO_SAMCEF.cpp.o
> [ 85%] Building CXX object CMakeFiles/lib.dir/Geo/ExtrudeParams.cpp.o
> [ 85%] Building CXX object CMakeFiles/lib.dir/Geo/Geo.cpp.o
> [ 85%] Building CXX object CMakeFiles/lib.dir/Geo/GeoStringInterface.cpp.o
> [ 86%] Building CXX object CMakeFiles/lib.dir/Geo/GeoInterpolation.cpp.o
> [ 86%] Building CXX object CMakeFiles/lib.dir/Geo/gmshLevelset.cpp.o
> [ 86%] Building CXX object CMakeFiles/lib.dir/Geo/findLinks.cpp.o
> [ 87%] Building CXX object
> CMakeFiles/lib.dir/Geo/SOrientedBoundingBox.cpp.o
> [ 87%] Building CXX object CMakeFiles/lib.dir/Geo/GeomMeshMatcher.cpp.o
> [ 87%] Building CXX object CMakeFiles/lib.dir/Geo/MVertex.cpp.o
> [ 87%] Building CXX object CMakeFiles/lib.dir/Geo/MEdge.cpp.o
> [ 88%] Building CXX object CMakeFiles/lib.dir/Geo/MFace.cpp.o
> [ 88%] Building CXX object CMakeFiles/lib.dir/Geo/MElement.cpp.o
> [ 88%] Building CXX object CMakeFiles/lib.dir/Geo/MElementOctree.cpp.o
> [ 89%] Building CXX object CMakeFiles/lib.dir/Geo/MLine.cpp.o
> [ 89%] Building CXX object CMakeFiles/lib.dir/Geo/MTriangle.cpp.o
> [ 89%] Building CXX object CMakeFiles/lib.dir/Geo/MQuadrangle.cpp.o
> [ 89%] Building CXX object CMakeFiles/lib.dir/Geo/MTetrahedron.cpp.o
> [ 90%] Building CXX object CMakeFiles/lib.dir/Geo/MHexahedron.cpp.o
> [ 90%] Building CXX object CMakeFiles/lib.dir/Geo/MPrism.cpp.o
> [ 90%] Building CXX object CMakeFiles/lib.dir/Geo/MPyramid.cpp.o
> [ 91%] Building CXX object CMakeFiles/lib.dir/Geo/MTrihedron.cpp.o
> [ 91%] Building CXX object CMakeFiles/lib.dir/Geo/MElementCut.cpp.o
> [ 91%] Building CXX object CMakeFiles/lib.dir/Geo/MSubElement.cpp.o
> [ 91%] Building CXX object CMakeFiles/lib.dir/Geo/MZone.cpp.o
> [ 92%] Building CXX object CMakeFiles/lib.dir/Geo/MZoneBoundary.cpp.o
> [ 92%] Building CXX object CMakeFiles/lib.dir/Geo/Cell.cpp.o
> [ 92%] Building CXX object CMakeFiles/lib.dir/Geo/CellComplex.cpp.o
> [ 92%] Building CXX object CMakeFiles/lib.dir/Geo/ChainComplex.cpp.o
> [ 93%] Building CXX object CMakeFiles/lib.dir/Geo/Homology.cpp.o
> [ 93%] Building CXX object CMakeFiles/lib.dir/Geo/Chain.cpp.o
> [ 93%] Building CXX object CMakeFiles/lib.dir/Geo/Curvature.cpp.o
> [ 94%] Building CXX object
> CMakeFiles/lib.dir/Geo/MVertexBoundaryLayerData.cpp.o
> [ 94%] Building CXX object CMakeFiles/lib.dir/Post/PView.cpp.o
> [ 94%] Building CXX object CMakeFiles/lib.dir/Post/PViewIO.cpp.o
> [ 94%] Building CXX object CMakeFiles/lib.dir/Post/PViewVertexArrays.cpp.o
> [ 95%] Building CXX object CMakeFiles/lib.dir/Post/PViewData.cpp.o
> [ 95%] Building CXX object CMakeFiles/lib.dir/Post/PViewDataIO.cpp.o
> [ 95%] Building CXX object CMakeFiles/lib.dir/Post/PViewX3D.cpp.o
> [ 96%] Building CXX object CMakeFiles/lib.dir/Post/PViewDataList.cpp.o
> [ 96%] Building CXX object CMakeFiles/lib.dir/Post/PViewDataListIO.cpp.o
> [ 96%] Building CXX object CMakeFiles/lib.dir/Post/PViewDataGModel.cpp.o
> [ 96%] Building CXX object CMakeFiles/lib.dir/Post/PViewDataGModelIO.cpp.o
> [ 97%] Building CXX object CMakeFiles/lib.dir/Post/PViewOptions.cpp.o
> [ 97%] Building CXX object CMakeFiles/lib.dir/Post/PViewFactory.cpp.o
> [ 97%] Building CXX object
> CMakeFiles/lib.dir/Post/PViewAsSimpleFunction.cpp.o
> [ 98%] Building CXX object CMakeFiles/lib.dir/Post/adaptiveData.cpp.o
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp: In member function ‘void
> VTKData::finalizeVTKFile()’:
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1935:182: warning: format ‘%u’
> expects argument of type ‘unsigned int’, but argument 5 has type ‘uint64_t
> {aka long long unsigned int ’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Float64\" Name=\"%s\"
> NumberOfComponents=\"%d\" format=\"appended\" offset=\"%" PRIu64 "\"/>\n",
> vtkFieldName.c_str(), vtkNumComp,byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1945:151: warning: format ‘%u’
> expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t
> {aka long long unsigned int ’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Float64\" Name=\"Points\"
> NumberOfComponents=\"3\" format=\"appended\" offset=\"%" PRIu64
> "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1951:130: warning: format ‘%u’
> expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t
> {aka long long unsigned int ’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Int64\" Name=\"connectivity\"
> format=\"appended\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1953:125: warning: format ‘%u’
> expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t
> {aka long long unsigned int ’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"Int64\" Name=\"offsets\"
> format=\"appended\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> /usr/gmsh-3.0.6/Post/adaptiveData.cpp:1955:123: warning: format ‘%u’
> expects argument of type ‘unsigned int’, but argument 3 has type ‘uint64_t
> {aka long long unsigned int ’ [-Wformat=]
>        fprintf(vtkFile,"<DataArray type=\"UInt8\" Name=\"types\"
> format=\"appended\" offset=\"%" PRIu64 "\"/>\n",byteoffset);
>
> ^
> [ 98%] Building CXX object CMakeFiles/lib.dir/Post/shapeFunctions.cpp.o
> [ 98%] Building CXX object CMakeFiles/lib.dir/Post/OctreePost.cpp.o
> [ 98%] Building CXX object CMakeFiles/lib.dir/Post/ColorTable.cpp.o
> [ 99%] Building CXX object CMakeFiles/lib.dir/Parser/Gmsh.tab.cpp.o
> [ 99%] Building CXX object CMakeFiles/lib.dir/Parser/Gmsh.yy.cpp.o
> [ 99%] Building CXX object CMakeFiles/lib.dir/Parser/FunctionManager.cpp.o
> [100%] Linking CXX static library libGmsh.a
> [100%] Built target lib
> [ 50%] Built target gmsh
> [100%] Built target lib
> Install the project...
> -- Install configuration: "RelWithDebInfo"
> -- Installing: /usr/local/bin/gmsh.exe
> -- Installing: /usr/local/lib/libGmsh.a
> -- Installing: /usr/local/include/gmsh/GmshConfig.h
> -- Installing: /usr/local/include/gmsh/GmshVersion.h
> -- Installing: /usr/local/include/gmsh/Gmsh.h
> -- Installing: /usr/local/include/gmsh/Context.h
> -- Installing: /usr/local/include/gmsh/GmshDefines.h
> -- Installing: /usr/local/include/gmsh/GmshMessage.h
> -- Installing: /usr/local/include/gmsh/VertexArray.h
> -- Installing: /usr/local/include/gmsh/Octree.h
> -- Installing: /usr/local/include/gmsh/OctreeInternals.h
> -- Installing: /usr/local/include/gmsh/OS.h
> -- Installing: /usr/local/include/gmsh/StringUtils.h
> -- Installing: /usr/local/include/gmsh/OpenFile.h
> -- Installing: /usr/local/include/gmsh/Hash.h
> -- Installing: /usr/local/include/gmsh/onelab.h
> -- Installing: /usr/local/include/gmsh/GmshSocket.h
> -- Installing: /usr/local/include/gmsh/onelabUtils.h
> -- Installing: /usr/local/include/gmsh/Options.h
> -- Installing: /usr/local/include/gmsh/picojson.h
> -- Installing: /usr/local/include/gmsh/Numeric.h
> -- Installing: /usr/local/include/gmsh/GaussIntegration.h
> -- Installing: /usr/local/include/gmsh/polynomialBasis.h
> -- Installing: /usr/local/include/gmsh/JacobianBasis.h
> -- Installing: /usr/local/include/gmsh/bezierBasis.h
> -- Installing: /usr/local/include/gmsh/fullMatrix.h
> -- Installing: /usr/local/include/gmsh/FuncSpaceData.h
> -- Installing: /usr/local/include/gmsh/pointsGenerators.h
> -- Installing: /usr/local/include/gmsh/simpleFunction.h
> -- Installing: /usr/local/include/gmsh/cartesian.h
> -- Installing: /usr/local/include/gmsh/ElementType.h
> -- Installing: /usr/local/include/gmsh/BasisFactory.h
> -- Installing: /usr/local/include/gmsh/CondNumBasis.h
> -- Installing: /usr/local/include/gmsh/GModel.h
> -- Installing: /usr/local/include/gmsh/GEntity.h
> -- Installing: /usr/local/include/gmsh/GPoint.h
> -- Installing: /usr/local/include/gmsh/GVertex.h
> -- Installing: /usr/local/include/gmsh/GEdge.h
> -- Installing: /usr/local/include/gmsh/GFace.h
> -- Installing: /usr/local/include/gmsh/GRegion.h
> -- Installing: /usr/local/include/gmsh/GEdgeLoop.h
> -- Installing: /usr/local/include/gmsh/GEdgeCompound.h
> -- Installing: /usr/local/include/gmsh/GFaceCompound.h
> -- Installing: /usr/local/include/gmsh/GRegionCompound.h
> -- Installing: /usr/local/include/gmsh/GRbf.h
> -- Installing: /usr/local/include/gmsh/MVertex.h
> -- Installing: /usr/local/include/gmsh/MVertexBoundaryLayerData.h
> -- Installing: /usr/local/include/gmsh/MEdge.h
> -- Installing: /usr/local/include/gmsh/MFace.h
> -- Installing: /usr/local/include/gmsh/MEdgeHash.h
> -- Installing: /usr/local/include/gmsh/MFaceHash.h
> -- Installing: /usr/local/include/gmsh/MElement.h
> -- Installing: /usr/local/include/gmsh/MElementOctree.h
> -- Installing: /usr/local/include/gmsh/MPoint.h
> -- Installing: /usr/local/include/gmsh/MLine.h
> -- Installing: /usr/local/include/gmsh/MTriangle.h
> -- Installing: /usr/local/include/gmsh/MQuadrangle.h
> -- Installing: /usr/local/include/gmsh/MTetrahedron.h
> -- Installing: /usr/local/include/gmsh/MHexahedron.h
> -- Installing: /usr/local/include/gmsh/MPrism.h
> -- Installing: /usr/local/include/gmsh/MPyramid.h
> -- Installing: /usr/local/include/gmsh/MTrihedron.h
> -- Installing: /usr/local/include/gmsh/MElementCut.h
> -- Up-to-date: /usr/local/include/gmsh/MElementOctree.h
> -- Installing: /usr/local/include/gmsh/discreteVertex.h
> -- Installing: /usr/local/include/gmsh/discreteEdge.h
> -- Installing: /usr/local/include/gmsh/discreteFace.h
> -- Installing: /usr/local/include/gmsh/discreteRegion.h
> -- Installing: /usr/local/include/gmsh/SPoint2.h
> -- Installing: /usr/local/include/gmsh/SPoint3.h
> -- Installing: /usr/local/include/gmsh/SVector3.h
> -- Installing: /usr/local/include/gmsh/STensor3.h
> -- Installing: /usr/local/include/gmsh/SBoundingBox3d.h
> -- Installing: /usr/local/include/gmsh/Pair.h
> -- Installing: /usr/local/include/gmsh/Range.h
> -- Installing: /usr/local/include/gmsh/SOrientedBoundingBox.h
> -- Installing: /usr/local/include/gmsh/CellComplex.h
> -- Installing: /usr/local/include/gmsh/ChainComplex.h
> -- Installing: /usr/local/include/gmsh/Cell.h
> -- Installing: /usr/local/include/gmsh/Homology.h
> -- Installing: /usr/local/include/gmsh/Chain.h
> -- Installing: /usr/local/include/gmsh/GenericVertex.h
> -- Installing: /usr/local/include/gmsh/GenericEdge.h
> -- Installing: /usr/local/include/gmsh/GenericFace.h
> -- Installing: /usr/local/include/gmsh/GenericRegion.h
> -- Installing: /usr/local/include/gmsh/partitionVertex.h
> -- Installing: /usr/local/include/gmsh/partitionEdge.h
> -- Installing: /usr/local/include/gmsh/partitionFace.h
> -- Installing: /usr/local/include/gmsh/CGNSOptions.h
> -- Installing: /usr/local/include/gmsh/gmshLevelset.h
> -- Installing: /usr/local/include/gmsh/boundaryLayersData.h
> -- Installing: /usr/local/include/gmsh/meshGEdge.h
> -- Installing: /usr/local/include/gmsh/meshGFace.h
> -- Installing: /usr/local/include/gmsh/meshGFaceOptimize.h
> -- Installing: /usr/local/include/gmsh/meshPartition.h
> -- Installing: /usr/local/include/gmsh/meshGFaceDelaunayInsertion.h
> -- Installing: /usr/local/include/gmsh/simple3D.h
> -- Installing: /usr/local/include/gmsh/meshPartitionOptions.h
> -- Installing: /usr/local/include/gmsh/directions3D.h
> -- Installing: /usr/local/include/gmsh/yamakawa.h
> -- Installing: /usr/local/include/gmsh/Voronoi3D.h
> -- Installing: /usr/local/include/gmsh/Levy3D.h
> -- Installing: /usr/local/include/gmsh/meshMetric.h
> -- Installing: /usr/local/include/gmsh/ThinLayer.h
> -- Installing: /usr/local/include/gmsh/mathEvaluator.h
> -- Installing: /usr/local/include/gmsh/dofManager.h
> -- Installing: /usr/local/include/gmsh/femTerm.h
> -- Installing: /usr/local/include/gmsh/laplaceTerm.h
> -- Installing: /usr/local/include/gmsh/elasticityTerm.h
> -- Installing: /usr/local/include/gmsh/crossConfTerm.h
> -- Installing: /usr/local/include/gmsh/orthogonalTerm.h
> -- Installing: /usr/local/include/gmsh/linearSystem.h
> -- Installing: /usr/local/include/gmsh/linearSystemGMM.h
> -- Installing: /usr/local/include/gmsh/linearSystemCSR.h
> -- Installing: /usr/local/include/gmsh/linearSystemFull.h
> -- Installing: /usr/local/include/gmsh/elasticitySolver.h
> -- Installing: /usr/local/include/gmsh/sparsityPattern.h
> -- Installing: /usr/local/include/gmsh/groupOfElements.h
> -- Installing: /usr/local/include/gmsh/linearSystemPETSc.h
> -- Installing: /usr/local/include/gmsh/linearSystemMUMPS.h
> -- Installing: /usr/local/include/gmsh/thermicSolver.h
> -- Installing: /usr/local/include/gmsh/PView.h
> -- Installing: /usr/local/include/gmsh/PViewData.h
> -- Installing: /usr/local/include/gmsh/PluginManager.h
> -- Installing: /usr/local/include/gmsh/OctreePost.h
> -- Installing: /usr/local/include/gmsh/PViewDataList.h
> -- Installing: /usr/local/include/gmsh/PViewDataGModel.h
> -- Installing: /usr/local/include/gmsh/PViewOptions.h
> -- Installing: /usr/local/include/gmsh/ColorTable.h
> -- Installing: /usr/local/include/gmsh/nodalBasis.h
> -- Installing: /usr/local/include/gmsh/adaptiveData.h
> -- Installing: /usr/local/include/gmsh/drawContext.h
> -- Installing: /usr/local/include/gmsh/gmp_normal_form.h
> -- Installing: /usr/local/include/gmsh/gmp_matrix.h
> -- Installing: /usr/local/include/gmsh/gmp_blas.h
> -- Installing: /usr/local/include/gmsh/mpz.h
> -- Installing: /usr/local/include/gmsh/Integration3D.h
> -- Installing: /usr/local/include/gmsh/OptHOM.h
> -- Installing: /usr/local/include/gmsh/OptHomMesh.h
> -- Installing: /usr/local/include/gmsh/OptHomRun.h
> -- Installing: /usr/local/include/gmsh/ParamCoord.h
> -- Installing: /usr/local/include/gmsh/OptHomFastCurving.h
> -- Installing: /usr/local/include/gmsh/OptHomIntegralBoundaryDist.h
> -- Installing: /usr/local/include/gmsh/CADDistances.h
> -- Installing: /usr/local/include/gmsh/OptHomObjContribScaledJac.h
> -- Installing: /usr/local/include/gmsh/OptHomObjContribMetricMin.h
> -- Installing: /usr/local/include/gmsh/OptHomObjContribCADDist.h
> -- Installing: /usr/local/include/gmsh/MeshOptPatch.h
> -- Installing: /usr/local/include/gmsh/MeshOpt.h
> -- Installing: /usr/local/include/gmsh/MeshOptCommon.h
> -- Installing: /usr/local/include/gmsh/MeshOptimizer.h
> -- Installing: /usr/local/include/gmsh/MeshOptObjContribFunc.h
> -- Installing: /usr/local/include/gmsh/MeshOptObjContrib.h
> -- Installing: /usr/local/include/gmsh/MeshOptObjContribScaledNodeDispSq.h
> -- Installing: /usr/local/include/gmsh/MeshOptObjectiveFunction.h
> -- Installing: /usr/local/include/gmsh/MeshOptVertexCoord.h
> -- Installing: /usr/local/include/gmsh/MeshQualityObjContribIdealJac.h
> -- Installing: /usr/local/include/gmsh/MeshQualityObjContribInvCond.h
> -- Installing: /usr/local/include/gmsh/MeshQualityOptimizer.h
> -- Installing: /usr/local/include/gmsh/mathex.h
> -- Installing: /usr/local/share/doc/gmsh/README.txt
> -- Installing: /usr/local/share/doc/gmsh/LICENSE.txt
> -- Installing: /usr/local/share/doc/gmsh/CREDITS.txt
> -- Installing: /usr/local/share/doc/gmsh/CHANGELOG.txt
> -- Installing: /usr/local/share/doc/gmsh/tutorial/bgmesh.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/image.png
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t1.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t10.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t11.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t12.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t13.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t13_data.msh
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t14.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t15.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t16.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t17.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t17.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t2.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t3.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t4.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t5.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t6.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t7.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t8.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/t9.geo
> -- Installing: /usr/local/share/doc/gmsh/tutorial/view1.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/view2.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/view3.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/view4.pos
> -- Installing: /usr/local/share/doc/gmsh/tutorial/view5.msh
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/baffles.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/boolean.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/coherence.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/component8.step
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/compsolid.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/compsolid2.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/extrude.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/extrude2.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/fillet.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/fillet2.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/fillet3.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/boolean/fragment_numbering.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/boolean/hybrid_occ_builtin.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/import.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/import2.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/boolean/intersect_line_volume.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/neuron.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/periodic.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/pipe.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/primitives.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/revolve.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/revolve2.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple2.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple3.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple4.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple5.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple6.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/simple7.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/spline.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/thicksolid.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/thrusections.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/transfinite.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/transform.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/boolean/twist.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/post_processing/anim.script
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/encode.script
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/isosurf.script
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/lowmem-anim.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/multislice.script
> -- Installing: /usr/local/share/doc/gmsh/demos/post_processing/plot2d.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/primitives.pos
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/rotate.script
> -- Installing: /usr/local/share/doc/gmsh/demos/post_processing/title.script
> -- Installing:
> /usr/local/share/doc/gmsh/demos/post_processing/view_groups.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/antenna.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/antenna.i1
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/cone.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/cube.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/fields.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/filter.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/hex.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/homology.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/indheat.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/machine.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/machine.i1
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/machine.i2
> -- Installing:
> /usr/local/share/doc/gmsh/demos/simple_geo/piece-extr-rec.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/piece-extr.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/piece.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/pripyrtet.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/simple_geo/sphere-discrete.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/sphere-surf.stl
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/sphere.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/splines.geo
> -- Installing:
> /usr/local/share/doc/gmsh/demos/simple_geo/square_regular.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.i1
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.i2
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.i3
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.i4
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/tower.i5
> -- Installing: /usr/local/share/doc/gmsh/demos/simple_geo/transfinite.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/struct/Exists_GetForced.geo
> -- Installing: /usr/local/share/doc/gmsh/demos/struct/struct.geo
> John at INSPI13 /usr/gmsh-3.0.6/build
> $ gmsh
>       3 [main] gmsh 9772 child_copy: cygheap read copy failed,
> 0x1802FD410..0x18030AAE0, done 0, windows pid 9772, Win32 error 6
>      78 [main] gmsh 9772 C:\cygwin64\usr\local\bin\gmsh.exe: *** fatal
> error - ccalloc would have returned NULL
> John at INSPI13 /usr/gmsh-3.0.6/build
>
>
> On Mon, Apr 30, 2018 at 2:38 AM, Christophe Geuzaine <geuzaine at gmail.com>
> wrote:
>
>>
>> Hi John,
>>
>> We currently use Mingw GCC 5.4.0. What kind of errors do you get?
>>
>> Christophe
>>
>> > On 30 Apr 2018, at 05:21, John Staples <john.f.staples at gmail.com>
>> wrote:
>> >
>> > Greetings,
>> > I remember seeing that the MINGW GCC-4.5.3 compiler in CYGWIN shell
>> was used to compile GMSH for windows.  I'm experiencing  numerous warnings
>> and now errors trying to compile with the latest version of GCC avail with
>> the CYGWIN installation.  Just was wondering if I'm using too recent a
>> version?
>> >
>> > Regards,
>> > John
>> > _______________________________________________
>> > gmsh mailing list
>> > gmsh at onelab.info
>> > http://onelab.info/mailman/listinfo/gmsh
>>
>>
> _______________________________________________
> gmsh mailing list
> gmsh at onelab.info
> http://onelab.info/mailman/listinfo/gmsh
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://onelab.info/pipermail/gmsh/attachments/20180503/e58fe883/attachment-0001.html>


More information about the gmsh mailing list