Skip to content

Instantly share code, notes, and snippets.

@rowanG077
Created June 19, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rowanG077/57577dd27b1b0ddf4423f8ad19a86d7f to your computer and use it in GitHub Desktop.
Save rowanG077/57577dd27b1b0ddf4423f8ad19a86d7f to your computer and use it in GitHub Desktop.
pythonocc nix
[nix-shell:~/cadquery]$ git clone https://github.com/tpaviot/pythonocc-core.git
Cloning into 'pythonocc-core'...
remote: Enumerating objects: 14342, done.
remote: Total 14342 (delta 0), reused 0 (delta 0), pack-reused 14342
Receiving objects: 100% (14342/14342), 59.13 MiB | 9.49 MiB/s, done.
Resolving deltas: 100% (11509/11509), done.
[nix-shell:~/cadquery]$ cd pythonocc-core
[nix-shell:~/cadquery/pythonocc-core]$ git checkout -t 0.18.1
Switched to a new branch '0.18.1'
[nix-shell:~/cadquery/pythonocc-core]$ mkdir cmake-build && cd cmake-build
[nix-shell:~/cadquery/pythonocc-core/cmake-build]$ cmake ../ -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core/include -DCMAKE_INSTALL_LIBDIR=/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core/lib -DCMAKE_INSTALL_NAME_DIR=/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_DEPLOYMENT_TARGET= -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/strip -DCMAKE_RANLIB=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ranlib -DCMAKE_AR=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core -Wno-dev -DPYTHONOCC_INSTALL_DIRECTORY=/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core/lib/python3.7/site-packages/OCC -DSMESH_INCLUDE_PATH=/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh -DSMESH_LIB_PATH=/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/lib -DPYTHONOCC_WRAP_SMESH=TRUE
-- The C compiler identification is GNU 7.4.0
-- The CXX compiler identification is GNU 7.4.0
-- Check for working C compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/gcc
-- Check for working C compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/g++
-- Check for working CXX compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
--
-- Found PythonInterp: /nix/store/dwi186iqm6p3kfncfsl62fbfwfry1yci-python3-3.7.3/bin/python (found version "3.7.3")
-- Found PythonLibs: /nix/store/dwi186iqm6p3kfncfsl62fbfwfry1yci-python3-3.7.3/lib/libpython3.7m.so (found version "3.7.3")
-- Build 64bit
-- Found SWIG: /nix/store/zpg7d6j82rfldbbgrpqfy23w4g33dc7y-swig-3.0.9/bin/swig (found suitable version "3.0.12", minimum required is "3.0.9")
-- Found Freetype: /nix/store/gra2886qg8lmlnrrph3wgqhkcs9likb4-freetype-2.6.3/lib/libfreetype.so (found version "2.9.1")
-- OpenCASCADE Community Edition (OCE) found.
-- Platform:Unix
-- output_path: Unix/x86_64-Release-64
-- Found OpenGL: /nix/store/q2dfxxsx6y6m4bgs919hi33gf6ck1yvm-libGL-1.0.0/lib/libOpenGL.so
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
CMAKE_INSTALL_INCLUDEDIR
CMAKE_INSTALL_LIBDIR
-- Build files have been written to: /home/rowan.goemans/cadquery/pythonocc-core/cmake-build
[nix-shell:~/cadquery/pythonocc-core/cmake-build]$ make -j4
Scanning dependencies of target SMESHDS_swig_compilation
Scanning dependencies of target IGESCAFControl_swig_compilation
Scanning dependencies of target StdMeshers_swig_compilation
Scanning dependencies of target SMESH_swig_compilation
[ 0%] Swig compile src/SWIG_files/wrapper/SMESHDS.i for python
[ 0%] Swig compile src/SWIG_files/wrapper/StdMeshers.i for python
[ 0%] Swig compile src/SWIG_files/wrapper/IGESCAFControl.i for python
[ 0%] Swig compile src/SWIG_files/wrapper/SMESH.i for python
[ 0%] Built target SMESHDS_swig_compilation
Scanning dependencies of target STEPCAFControl_swig_compilation
[ 0%] Swig compile src/SWIG_files/wrapper/STEPCAFControl.i for python
[ 0%] Built target IGESCAFControl_swig_compilation
Scanning dependencies of target XCAFPrs_swig_compilation
[ 0%] Swig compile src/SWIG_files/wrapper/XCAFPrs.i for python
[ 0%] Built target SMESH_swig_compilation
Scanning dependencies of target XCAFDoc_swig_compilation
[ 0%] Swig compile src/SWIG_files/wrapper/XCAFDoc.i for python
[ 0%] Built target StdMeshers_swig_compilation
Scanning dependencies of target PCDM_swig_compilation
[ 0%] Swig compile src/SWIG_files/wrapper/PCDM.i for python
[ 0%] Built target XCAFDoc_swig_compilation
Scanning dependencies of target CDM_swig_compilation
[ 1%] Swig compile src/SWIG_files/wrapper/CDM.i for python
[ 1%] Built target PCDM_swig_compilation
Scanning dependencies of target CDF_swig_compilation
[ 1%] Swig compile src/SWIG_files/wrapper/CDF.i for python
[ 1%] Built target CDM_swig_compilation
Scanning dependencies of target TDataStd_swig_compilation
[ 1%] Swig compile src/SWIG_files/wrapper/TDataStd.i for python
[ 1%] Built target CDF_swig_compilation
Scanning dependencies of target TDF_swig_compilation
[ 1%] Swig compile src/SWIG_files/wrapper/TDF.i for python
[ 1%] Built target TDataStd_swig_compilation
Scanning dependencies of target TPrsStd_swig_compilation
[ 1%] Swig compile src/SWIG_files/wrapper/TPrsStd.i for python
[ 1%] Built target XCAFPrs_swig_compilation
Scanning dependencies of target TNaming_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/TNaming.i for python
[ 2%] Built target TDF_swig_compilation
Scanning dependencies of target TDataXtd_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/TDataXtd.i for python
[ 2%] Built target TNaming_swig_compilation
Scanning dependencies of target TransferBRep_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/TransferBRep.i for python
[ 2%] Built target TDataXtd_swig_compilation
Scanning dependencies of target IFSelect_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/IFSelect.i for python
[ 2%] Built target STEPCAFControl_swig_compilation
Scanning dependencies of target Interface_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/Interface.i for python
[ 2%] Built target TransferBRep_swig_compilation
Scanning dependencies of target RWStepShape_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/RWStepShape.i for python
[ 2%] Built target Interface_swig_compilation
Scanning dependencies of target StepShape_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/StepShape.i for python
[ 2%] Built target IFSelect_swig_compilation
Scanning dependencies of target RWStepGeom_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/RWStepGeom.i for python
[ 2%] Built target RWStepGeom_swig_compilation
Scanning dependencies of target RWStepRepr_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/RWStepRepr.i for python
[ 2%] Built target RWStepShape_swig_compilation
Scanning dependencies of target RWStepBasic_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/RWStepBasic.i for python
[ 2%] Built target TPrsStd_swig_compilation
Scanning dependencies of target StepBasic_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/StepBasic.i for python
[ 2%] Built target StepShape_swig_compilation
Scanning dependencies of target TDocStd_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/TDocStd.i for python
[ 2%] Built target RWStepRepr_swig_compilation
Scanning dependencies of target StlTransfer_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/StlTransfer.i for python
[ 2%] Built target TDocStd_swig_compilation
Scanning dependencies of target StepElement_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/StepElement.i for python
[ 2%] Built target RWStepBasic_swig_compilation
Scanning dependencies of target StepAP209_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/StepAP209.i for python
[ 2%] Built target StlTransfer_swig_compilation
Scanning dependencies of target STEPControl_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/STEPControl.i for python
[ 2%] Built target StepBasic_swig_compilation
Scanning dependencies of target TopoDSToStep_swig_compilation
[ 2%] Swig compile src/SWIG_files/wrapper/TopoDSToStep.i for python
[ 2%] Built target StepElement_swig_compilation
Scanning dependencies of target STEPEdit_swig_compilation
[ 3%] Swig compile src/SWIG_files/wrapper/STEPEdit.i for python
[ 3%] Built target STEPEdit_swig_compilation
Scanning dependencies of target STEPConstruct_swig_compilation
[ 3%] Swig compile src/SWIG_files/wrapper/STEPConstruct.i for python
[ 3%] Built target TopoDSToStep_swig_compilation
Scanning dependencies of target RWStepAP203_swig_compilation
[ 3%] Swig compile src/SWIG_files/wrapper/RWStepAP203.i for python
[ 3%] Built target STEPControl_swig_compilation
Scanning dependencies of target StepAP214_swig_compilation
[ 3%] Swig compile src/SWIG_files/wrapper/StepAP214.i for python
[ 3%] Built target RWStepAP203_swig_compilation
Scanning dependencies of target StepDimTol_swig_compilation
[ 4%] Swig compile src/SWIG_files/wrapper/StepDimTol.i for python
[ 4%] Built target StepAP209_swig_compilation
Scanning dependencies of target RWStepVisual_swig_compilation
[ 4%] Swig compile src/SWIG_files/wrapper/RWStepVisual.i for python
[ 4%] Built target StepDimTol_swig_compilation
Scanning dependencies of target RWStepDimTol_swig_compilation
[ 5%] Swig compile src/SWIG_files/wrapper/RWStepDimTol.i for python
[ 5%] Built target StepAP214_swig_compilation
Scanning dependencies of target IGESControl_swig_compilation
[ 5%] Swig compile src/SWIG_files/wrapper/IGESControl.i for python
[ 5%] Built target STEPConstruct_swig_compilation
Scanning dependencies of target GEOMAlgo_swig_compilation
[ 5%] Swig compile /home/rowan.goemans/cadquery/pythonocc-core/src/Splitter/GEOMAlgo.i for python
[ 5%] Built target RWStepVisual_swig_compilation
Scanning dependencies of target Visualization_swig_compilation
[ 5%] Swig compile /home/rowan.goemans/cadquery/pythonocc-core/src/Visualization/Visualization.i for python
[ 5%] Built target IGESControl_swig_compilation
Scanning dependencies of target RWStepFEA_swig_compilation
[ 5%] Swig compile src/SWIG_files/wrapper/RWStepFEA.i for python
[ 5%] Built target Visualization_swig_compilation
Scanning dependencies of target StepVisual_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/StepVisual.i for python
[ 6%] Built target RWStepDimTol_swig_compilation
Scanning dependencies of target StdSelect_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/StdSelect.i for python
[ 6%] Built target StdSelect_swig_compilation
Scanning dependencies of target DsgPrs_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/DsgPrs.i for python
[ 6%] Built target DsgPrs_swig_compilation
Scanning dependencies of target XCAFApp_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/XCAFApp.i for python
[ 6%] Built target XCAFApp_swig_compilation
Scanning dependencies of target AIS_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/AIS.i for python
[ 6%] Built target GEOMAlgo_swig_compilation
Scanning dependencies of target PrsMgr_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/PrsMgr.i for python
[ 6%] Built target StepVisual_swig_compilation
Scanning dependencies of target StdPrs_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/StdPrs.i for python
[ 6%] Built target RWStepFEA_swig_compilation
Scanning dependencies of target Prs3d_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/Prs3d.i for python
[ 6%] Built target PrsMgr_swig_compilation
Scanning dependencies of target Select3D_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/Select3D.i for python
[ 6%] Built target Prs3d_swig_compilation
Scanning dependencies of target Visual3d_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/Visual3d.i for python
[ 6%] Built target AIS_swig_compilation
Scanning dependencies of target TColQuantity_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/TColQuantity.i for python
[ 6%] Built target Select3D_swig_compilation
Scanning dependencies of target Aspect_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/Aspect.i for python
[ 6%] Built target TColQuantity_swig_compilation
Scanning dependencies of target MeshVS_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/MeshVS.i for python
[ 6%] Built target StdPrs_swig_compilation
Scanning dependencies of target RWStl_swig_compilation
[ 6%] Swig compile src/SWIG_files/wrapper/RWStl.i for python
[ 6%] Built target Visual3d_swig_compilation
Scanning dependencies of target Voxel_swig_compilation
[ 7%] Swig compile src/SWIG_files/wrapper/Voxel.i for python
[ 7%] Built target Aspect_swig_compilation
Scanning dependencies of target BiTgte_swig_compilation
[ 7%] Swig compile src/SWIG_files/wrapper/BiTgte.i for python
[ 7%] Built target RWStl_swig_compilation
Scanning dependencies of target BRepFeat_swig_compilation
[ 7%] Swig compile src/SWIG_files/wrapper/BRepFeat.i for python
[ 7%] Built target BiTgte_swig_compilation
Scanning dependencies of target LocOpe_swig_compilation
[ 7%] Swig compile src/SWIG_files/wrapper/LocOpe.i for python
[ 7%] Built target Voxel_swig_compilation
Scanning dependencies of target FilletSurf_swig_compilation
[ 7%] Swig compile src/SWIG_files/wrapper/FilletSurf.i for python
[ 7%] Built target MeshVS_swig_compilation
Scanning dependencies of target BRepFilletAPI_swig_compilation
[ 8%] Swig compile src/SWIG_files/wrapper/BRepFilletAPI.i for python
[ 8%] Built target LocOpe_swig_compilation
Scanning dependencies of target StepRepr_swig_compilation
[ 8%] Swig compile src/SWIG_files/wrapper/StepRepr.i for python
[ 8%] Built target BRepFeat_swig_compilation
Scanning dependencies of target BRepBlend_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/BRepBlend.i for python
[ 9%] Built target StepRepr_swig_compilation
Scanning dependencies of target Blend_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/Blend.i for python
[ 9%] Built target Blend_swig_compilation
Scanning dependencies of target ChFiKPart_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/ChFiKPart.i for python
[ 9%] Built target FilletSurf_swig_compilation
Scanning dependencies of target BRepProj_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/BRepProj.i for python
[ 9%] Built target BRepProj_swig_compilation
Scanning dependencies of target BRepAlgo_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/BRepAlgo.i for python
[ 9%] Built target BRepBlend_swig_compilation
Scanning dependencies of target TopOpeBRepTool_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/TopOpeBRepTool.i for python
[ 9%] Built target BRepFilletAPI_swig_compilation
Scanning dependencies of target ChFi3d_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/ChFi3d.i for python
[ 9%] Built target ChFiKPart_swig_compilation
Scanning dependencies of target BRepAdaptor_swig_compilation
[ 9%] Swig compile src/SWIG_files/wrapper/BRepAdaptor.i for python
[ 9%] Built target TopOpeBRepTool_swig_compilation
Scanning dependencies of target TopoDS_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/TopoDS.i for python
[ 10%] Built target TopoDS_swig_compilation
Scanning dependencies of target gce_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/gce.i for python
[ 10%] Built target BRepAdaptor_swig_compilation
Scanning dependencies of target TColGeom2d_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/TColGeom2d.i for python
[ 10%] Built target gce_swig_compilation
Scanning dependencies of target BRepLProp_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/BRepLProp.i for python
[ 10%] Built target TColGeom2d_swig_compilation
Scanning dependencies of target TopBas_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/TopBas.i for python
[ 10%] Built target BRepAlgo_swig_compilation
Scanning dependencies of target TopTools_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/TopTools.i for python
[ 10%] Built target TopBas_swig_compilation
Scanning dependencies of target MAT2d_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/MAT2d.i for python
[ 10%] Built target BRepLProp_swig_compilation
Scanning dependencies of target BlendFunc_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/BlendFunc.i for python
[ 10%] Built target TopTools_swig_compilation
Scanning dependencies of target Geom2dConvert_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/Geom2dConvert.i for python
[ 10%] Built target MAT2d_swig_compilation
Scanning dependencies of target AdvApp2Var_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/AdvApp2Var.i for python
[ 10%] Built target Geom2dConvert_swig_compilation
Scanning dependencies of target Transfer_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/Transfer.i for python
[ 10%] Built target BlendFunc_swig_compilation
Scanning dependencies of target Hermit_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/Hermit.i for python
[ 10%] Built target AdvApp2Var_swig_compilation
Scanning dependencies of target STEPSelections_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/STEPSelections.i for python
[ 10%] Built target Transfer_swig_compilation
Scanning dependencies of target Units_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/Units.i for python
[ 10%] Built target ChFi3d_swig_compilation
Scanning dependencies of target GccGeo_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/GccGeo.i for python
[ 10%] Built target GccGeo_swig_compilation
Scanning dependencies of target GCPnts_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/GCPnts.i for python
[ 10%] Built target Units_swig_compilation
Scanning dependencies of target GccEnt_swig_compilation
[ 10%] Swig compile src/SWIG_files/wrapper/GccEnt.i for python
[ 10%] Built target GccEnt_swig_compilation
Scanning dependencies of target GeomProjLib_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/GeomProjLib.i for python
[ 11%] Built target Hermit_swig_compilation
Scanning dependencies of target TopAbs_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/TopAbs.i for python
[ 11%] Built target TopAbs_swig_compilation
Scanning dependencies of target GeomLProp_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/GeomLProp.i for python
[ 11%] Built target GCPnts_swig_compilation
Scanning dependencies of target BOPDS_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/BOPDS.i for python
[ 11%] Built target GeomProjLib_swig_compilation
Scanning dependencies of target Geom2dInt_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/Geom2dInt.i for python
[ 11%] Built target GeomLProp_swig_compilation
Scanning dependencies of target GeomTools_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/GeomTools.i for python
[ 11%] Built target GeomTools_swig_compilation
Scanning dependencies of target Intf_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/Intf.i for python
[ 11%] Built target Intf_swig_compilation
Scanning dependencies of target TopOpeBRepBuild_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/TopOpeBRepBuild.i for python
[ 11%] Built target Geom2dInt_swig_compilation
Scanning dependencies of target GeomLib_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/GeomLib.i for python
[ 11%] Built target BOPDS_swig_compilation
Scanning dependencies of target OSD_swig_compilation
[ 11%] Built target GeomLib_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/OSD.i for python
Scanning dependencies of target ShapeBuild_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/ShapeBuild.i for python
[ 11%] Built target OSD_swig_compilation
Scanning dependencies of target StepGeom_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/StepGeom.i for python
[ 11%] Built target STEPSelections_swig_compilation
Scanning dependencies of target BRepOffsetAPI_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/BRepOffsetAPI.i for python
[ 11%] Built target ShapeBuild_swig_compilation
Scanning dependencies of target Bnd_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/Bnd.i for python
[ 11%] Built target TopOpeBRepBuild_swig_compilation
Scanning dependencies of target GProp_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/GProp.i for python
[ 11%] Built target Bnd_swig_compilation
Scanning dependencies of target LProp3d_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/LProp3d.i for python
[ 11%] Built target StepGeom_swig_compilation
Scanning dependencies of target Adaptor3d_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/Adaptor3d.i for python
[ 11%] Built target GProp_swig_compilation
Scanning dependencies of target AppBlend_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/AppBlend.i for python
[ 11%] Built target AppBlend_swig_compilation
Scanning dependencies of target SelectBasics_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/SelectBasics.i for python
[ 11%] Built target LProp3d_swig_compilation
Scanning dependencies of target Draft_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/Draft.i for python
[ 11%] Built target Adaptor3d_swig_compilation
Scanning dependencies of target LProp_swig_compilation
[ 11%] Swig compile src/SWIG_files/wrapper/LProp.i for python
[ 11%] Built target LProp_swig_compilation
Scanning dependencies of target NIS_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/NIS.i for python
[ 12%] Built target SelectBasics_swig_compilation
Scanning dependencies of target Graphic3d_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Graphic3d.i for python
[ 12%] Built target Draft_swig_compilation
[ 12%] Built target NIS_swig_compilation
Scanning dependencies of target Geom2d_swig_compilation
Scanning dependencies of target TColgp_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Geom2d.i for python
[ 12%] Swig compile src/SWIG_files/wrapper/TColgp.i for python
[ 12%] Built target Graphic3d_swig_compilation
Scanning dependencies of target TopCnx_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/TopCnx.i for python
[ 12%] Built target TopCnx_swig_compilation
Scanning dependencies of target NCollection_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/NCollection.i for python
[ 12%] Built target TColgp_swig_compilation
Scanning dependencies of target ShapeAnalysis_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/ShapeAnalysis.i for python
[ 12%] Built target NCollection_swig_compilation
Scanning dependencies of target TFunction_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/TFunction.i for python
[ 12%] Built target Geom2d_swig_compilation
Scanning dependencies of target IncludeLibrary_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/IncludeLibrary.i for python
[ 12%] Built target IncludeLibrary_swig_compilation
Scanning dependencies of target BRepLib_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/BRepLib.i for python
[ 12%] Built target TFunction_swig_compilation
Scanning dependencies of target UnitsAPI_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/UnitsAPI.i for python
[ 12%] Built target UnitsAPI_swig_compilation
Scanning dependencies of target Message_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Message.i for python
[ 12%] Built target Message_swig_compilation
Scanning dependencies of target Bisector_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Bisector.i for python
[ 12%] Built target BRepLib_swig_compilation
Scanning dependencies of target StepToGeom_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/StepToGeom.i for python
[ 12%] Built target BRepOffsetAPI_swig_compilation
Scanning dependencies of target RWStepAP214_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/RWStepAP214.i for python
[ 12%] Built target Bisector_swig_compilation
Scanning dependencies of target Geom2dHatch_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Geom2dHatch.i for python
[ 12%] Built target ShapeAnalysis_swig_compilation
Scanning dependencies of target StlMesh_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/StlMesh.i for python
[ 12%] Built target StlMesh_swig_compilation
Scanning dependencies of target Materials_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Materials.i for python
[ 12%] Built target Materials_swig_compilation
Scanning dependencies of target BOPTools_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/BOPTools.i for python
[ 12%] Built target Geom2dHatch_swig_compilation
Scanning dependencies of target Dynamic_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/Dynamic.i for python
[ 12%] Built target Dynamic_swig_compilation
Scanning dependencies of target GeomAdaptor_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/GeomAdaptor.i for python
[ 12%] Built target StepToGeom_swig_compilation
Scanning dependencies of target FSD_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/FSD.i for python
[ 12%] Built target FSD_swig_compilation
Scanning dependencies of target ProjLib_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/ProjLib.i for python
[ 12%] Built target GeomAdaptor_swig_compilation
Scanning dependencies of target TopClass_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/TopClass.i for python
[ 12%] Built target RWStepAP214_swig_compilation
Scanning dependencies of target RWStepElement_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/RWStepElement.i for python
[ 12%] Built target BOPTools_swig_compilation
Scanning dependencies of target PLib_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/PLib.i for python
[ 12%] Built target ProjLib_swig_compilation
Scanning dependencies of target ShapeUpgrade_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/ShapeUpgrade.i for python
[ 12%] Built target TopClass_swig_compilation
Scanning dependencies of target CPnts_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/CPnts.i for python
[ 12%] Built target PLib_swig_compilation
Scanning dependencies of target TopOpeBRep_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/TopOpeBRep.i for python
[ 12%] Built target RWStepElement_swig_compilation
Scanning dependencies of target BOPInt_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/BOPInt.i for python
[ 12%] Built target BOPInt_swig_compilation
Scanning dependencies of target TColGeom_swig_compilation
[ 12%] Swig compile src/SWIG_files/wrapper/TColGeom.i for python
[ 12%] Built target CPnts_swig_compilation
Scanning dependencies of target TopLoc_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/TopLoc.i for python
[ 13%] Built target TColGeom_swig_compilation
Scanning dependencies of target Contap_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/Contap.i for python
[ 13%] Built target TopLoc_swig_compilation
Scanning dependencies of target TCollection_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/TCollection.i for python
[ 13%] Built target TCollection_swig_compilation
Scanning dependencies of target GeomConvert_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/GeomConvert.i for python
[ 13%] Built target ShapeUpgrade_swig_compilation
Scanning dependencies of target Hatch_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/Hatch.i for python
[ 13%] Built target Hatch_swig_compilation
Scanning dependencies of target SMDS_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/SMDS.i for python
[ 13%] Built target SMDS_swig_compilation
Scanning dependencies of target GeomToStep_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/GeomToStep.i for python
[ 13%] Built target Contap_swig_compilation
Scanning dependencies of target IntAna2d_swig_compilation
[ 13%] Swig compile src/SWIG_files/wrapper/IntAna2d.i for python
[ 13%] Built target GeomConvert_swig_compilation
Scanning dependencies of target TColStd_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/TColStd.i for python
[ 14%] Built target IntAna2d_swig_compilation
Scanning dependencies of target IntCurveSurface_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/IntCurveSurface.i for python
[ 14%] Built target TColStd_swig_compilation
Scanning dependencies of target TShort_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/TShort.i for python
[ 14%] Built target TShort_swig_compilation
Scanning dependencies of target StepAP203_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/StepAP203.i for python
[ 14%] Built target TopOpeBRep_swig_compilation
Scanning dependencies of target Geom2dGcc_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/Geom2dGcc.i for python
[ 14%] Built target IntCurveSurface_swig_compilation
Scanning dependencies of target Storage_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/Storage.i for python
[ 14%] Built target Storage_swig_compilation
Scanning dependencies of target CSLib_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/CSLib.i for python
[ 14%] Built target StepAP203_swig_compilation
Scanning dependencies of target StepFEA_swig_compilation
[ 14%] Swig compile src/SWIG_files/wrapper/StepFEA.i for python
[ 14%] Built target CSLib_swig_compilation
Scanning dependencies of target ShapeConstruct_swig_compilation
[ 15%] Swig compile src/SWIG_files/wrapper/ShapeConstruct.i for python
[ 15%] Built target Geom2dGcc_swig_compilation
Scanning dependencies of target AppCont_swig_compilation
[ 15%] Swig compile src/SWIG_files/wrapper/AppCont.i for python
[ 15%] Built target GeomToStep_swig_compilation
Scanning dependencies of target Expr_swig_compilation
[ 16%] Swig compile src/SWIG_files/wrapper/Expr.i for python
[ 16%] Built target AppCont_swig_compilation
Scanning dependencies of target Quantity_swig_compilation
[ 16%] Swig compile src/SWIG_files/wrapper/Quantity.i for python
[ 16%] Built target Quantity_swig_compilation
Scanning dependencies of target Resource_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/Resource.i for python
[ 17%] Built target Expr_swig_compilation
Scanning dependencies of target Plugin_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/Plugin.i for python
[ 17%] Built target Plugin_swig_compilation
Scanning dependencies of target IntSurf_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/IntSurf.i for python
[ 17%] Built target Resource_swig_compilation
Scanning dependencies of target AdvApprox_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/AdvApprox.i for python
[ 17%] Built target IntSurf_swig_compilation
Scanning dependencies of target BRepSweep_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/BRepSweep.i for python
[ 17%] Built target AdvApprox_swig_compilation
Scanning dependencies of target Approx_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/Approx.i for python
[ 17%] Built target ShapeConstruct_swig_compilation
Scanning dependencies of target BRepIntCurveSurface_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/BRepIntCurveSurface.i for python
[ 17%] Built target BRepSweep_swig_compilation
Scanning dependencies of target MMgt_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/MMgt.i for python
[ 17%] Built target MMgt_swig_compilation
Scanning dependencies of target HatchGen_swig_compilation
[ 17%] Swig compile src/SWIG_files/wrapper/HatchGen.i for python
[ 17%] Built target StepFEA_swig_compilation
Scanning dependencies of target BSplCLib_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/BSplCLib.i for python
[ 18%] Built target HatchGen_swig_compilation
Scanning dependencies of target XSControl_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/XSControl.i for python
[ 18%] Built target Approx_swig_compilation
Scanning dependencies of target GraphDS_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/GraphDS.i for python
[ 18%] Built target GraphDS_swig_compilation
Scanning dependencies of target ShapeAlgo_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/ShapeAlgo.i for python
[ 18%] Built target BSplCLib_swig_compilation
Scanning dependencies of target BRep_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/BRep.i for python
[ 18%] Built target BRepIntCurveSurface_swig_compilation
Scanning dependencies of target ShapeCustom_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/ShapeCustom.i for python
[ 18%] Built target XSControl_swig_compilation
Scanning dependencies of target Addons_swig_compilation
[ 18%] Swig compile /home/rowan.goemans/cadquery/pythonocc-core/src/Addons/Addons.i for python
[ 18%] Built target Addons_swig_compilation
Scanning dependencies of target ApproxInt_swig_compilation
[ 18%] Swig compile src/SWIG_files/wrapper/ApproxInt.i for python
[ 18%] Built target ApproxInt_swig_compilation
Scanning dependencies of target StdFail_swig_compilation
[ 19%] Swig compile src/SWIG_files/wrapper/StdFail.i for python
[ 19%] Built target StdFail_swig_compilation
Scanning dependencies of target AppDef_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/AppDef.i for python
[ 20%] Built target BRep_swig_compilation
Scanning dependencies of target Standard_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/Standard.i for python
[ 20%] Built target Standard_swig_compilation
Scanning dependencies of target SortTools_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/SortTools.i for python
[ 20%] Built target SortTools_swig_compilation
Scanning dependencies of target InterfaceGraphic_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/InterfaceGraphic.i for python
[ 20%] Built target InterfaceGraphic_swig_compilation
Scanning dependencies of target V3d_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/V3d.i for python
[ 20%] Built target ShapeCustom_swig_compilation
Scanning dependencies of target FairCurve_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/FairCurve.i for python
[ 20%] Built target ShapeAlgo_swig_compilation
Scanning dependencies of target ChFiDS_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/ChFiDS.i for python
[ 20%] Built target AppDef_swig_compilation
Scanning dependencies of target GCE2d_swig_compilation
[ 20%] Swig compile src/SWIG_files/wrapper/GCE2d.i for python
[ 20%] Built target FairCurve_swig_compilation
Scanning dependencies of target Convert_swig_compilation
[ 21%] Swig compile src/SWIG_files/wrapper/Convert.i for python
[ 21%] Built target V3d_swig_compilation
Scanning dependencies of target math_swig_compilation
[ 22%] Swig compile src/SWIG_files/wrapper/math.i for python
[ 22%] Built target Convert_swig_compilation
Scanning dependencies of target IntImp_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/IntImp.i for python
[ 23%] Built target GCE2d_swig_compilation
Scanning dependencies of target TopOpeBRepDS_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/TopOpeBRepDS.i for python
[ 23%] Built target math_swig_compilation
Scanning dependencies of target ElCLib_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/ElCLib.i for python
[ 23%] Built target IntImp_swig_compilation
Scanning dependencies of target TopExp_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/TopExp.i for python
[ 23%] Built target ElCLib_swig_compilation
Scanning dependencies of target IntPatch_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/IntPatch.i for python
[ 23%] Built target TopExp_swig_compilation
Scanning dependencies of target AppParCurves_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/AppParCurves.i for python
[ 23%] Built target ChFiDS_swig_compilation
Scanning dependencies of target UTL_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/UTL.i for python
[ 23%] Built target UTL_swig_compilation
Scanning dependencies of target ShapeFix_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/ShapeFix.i for python
[ 23%] Built target AppParCurves_swig_compilation
Scanning dependencies of target ChFi2d_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/ChFi2d.i for python
[ 23%] Built target IntPatch_swig_compilation
Scanning dependencies of target BSplSLib_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/BSplSLib.i for python
[ 23%] Built target ChFi2d_swig_compilation
Scanning dependencies of target Geom_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/Geom.i for python
[ 23%] Built target BSplSLib_swig_compilation
Scanning dependencies of target StlAPI_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/StlAPI.i for python
[ 23%] Built target StlAPI_swig_compilation
Scanning dependencies of target Plate_swig_compilation
[ 23%] Swig compile src/SWIG_files/wrapper/Plate.i for python
[ 23%] Built target Geom_swig_compilation
Scanning dependencies of target GeomAbs_swig_compilation
[ 24%] Swig compile src/SWIG_files/wrapper/GeomAbs.i for python
[ 24%] Built target GeomAbs_swig_compilation
Scanning dependencies of target Extrema_swig_compilation
[ 24%] Swig compile src/SWIG_files/wrapper/Extrema.i for python
[ 24%] Built target Plate_swig_compilation
Scanning dependencies of target Precision_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/Precision.i for python
[ 25%] Built target Precision_swig_compilation
Scanning dependencies of target Poly_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/Poly.i for python
[ 25%] Built target TopOpeBRepDS_swig_compilation
Scanning dependencies of target BndLib_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/BndLib.i for python
[ 25%] Built target ShapeFix_swig_compilation
Scanning dependencies of target GraphTools_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/GraphTools.i for python
[ 25%] Built target GraphTools_swig_compilation
Scanning dependencies of target Adaptor2d_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/Adaptor2d.i for python
[ 25%] Built target Poly_swig_compilation
Scanning dependencies of target FEmTool_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/FEmTool.i for python
[ 25%] Built target Adaptor2d_swig_compilation
Scanning dependencies of target AppStd_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/AppStd.i for python
[ 25%] Built target BndLib_swig_compilation
[ 25%] Built target FEmTool_swig_compilation
Scanning dependencies of target GeomInt_swig_compilation
Scanning dependencies of target IntStart_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/IntStart.i for python
[ 25%] Swig compile src/SWIG_files/wrapper/GeomInt.i for python
[ 25%] Built target IntStart_swig_compilation
Scanning dependencies of target BRepBuilderAPI_swig_compilation
[ 25%] Swig compile src/SWIG_files/wrapper/BRepBuilderAPI.i for python
[ 25%] Built target AppStd_swig_compilation
Scanning dependencies of target IntWalk_swig_compilation
[ 26%] Swig compile src/SWIG_files/wrapper/IntWalk.i for python
[ 26%] Built target Extrema_swig_compilation
Scanning dependencies of target BRepTopAdaptor_swig_compilation
[ 26%] Swig compile src/SWIG_files/wrapper/BRepTopAdaptor.i for python
[ 26%] Built target IntWalk_swig_compilation
Scanning dependencies of target Geom2dAdaptor_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/Geom2dAdaptor.i for python
[ 27%] Built target BRepTopAdaptor_swig_compilation
Scanning dependencies of target Law_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/Law.i for python
[ 27%] Built target GeomInt_swig_compilation
Scanning dependencies of target IntImpParGen_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/IntImpParGen.i for python
[ 27%] Built target Geom2dAdaptor_swig_compilation
Scanning dependencies of target StepToTopoDS_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/StepToTopoDS.i for python
[ 27%] Built target BRepBuilderAPI_swig_compilation
Scanning dependencies of target IntRes2d_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/IntRes2d.i for python
[ 27%] Built target IntImpParGen_swig_compilation
Scanning dependencies of target IntCurve_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/IntCurve.i for python
[ 27%] Built target IntRes2d_swig_compilation
Scanning dependencies of target GccAna_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/GccAna.i for python
[ 27%] Built target GccAna_swig_compilation
Scanning dependencies of target gp_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/gp.i for python
[ 27%] Built target IntCurve_swig_compilation
Scanning dependencies of target GccInt_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/GccInt.i for python
[ 27%] Built target GccInt_swig_compilation
Scanning dependencies of target GeomPlate_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/GeomPlate.i for python
[ 27%] Built target Law_swig_compilation
Scanning dependencies of target BRepCheck_swig_compilation
[ 27%] Swig compile src/SWIG_files/wrapper/BRepCheck.i for python
[ 27%] Built target gp_swig_compilation
Scanning dependencies of target LocalAnalysis_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/LocalAnalysis.i for python
[ 28%] Built target BRepCheck_swig_compilation
Scanning dependencies of target BRepFill_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/BRepFill.i for python
[ 28%] Built target LocalAnalysis_swig_compilation
Scanning dependencies of target GeomAPI_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/GeomAPI.i for python
[ 28%] Built target GeomPlate_swig_compilation
Scanning dependencies of target GeomFill_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/GeomFill.i for python
[ 28%] Built target GeomAPI_swig_compilation
Scanning dependencies of target Geom2dAPI_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/Geom2dAPI.i for python
[ 28%] Built target GeomFill_swig_compilation
Scanning dependencies of target IntAna_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/IntAna.i for python
[ 28%] Built target StepToTopoDS_swig_compilation
Scanning dependencies of target BOPAlgo_swig_compilation
[ 28%] Swig compile src/SWIG_files/wrapper/BOPAlgo.i for python
[ 28%] Built target IntAna_swig_compilation
Scanning dependencies of target BRepOffset_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepOffset.i for python
[ 29%] Built target BRepFill_swig_compilation
Scanning dependencies of target Geom2dLProp_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/Geom2dLProp.i for python
[ 29%] Built target Geom2dAPI_swig_compilation
Scanning dependencies of target NLPlate_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/NLPlate.i for python
[ 29%] Built target Geom2dLProp_swig_compilation
Scanning dependencies of target SelectMgr_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/SelectMgr.i for python
[ 29%] Built target NLPlate_swig_compilation
Scanning dependencies of target IntPolyh_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/IntPolyh.i for python
[ 29%] Built target IntPolyh_swig_compilation
Scanning dependencies of target IntCurvesFace_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/IntCurvesFace.i for python
[ 29%] Built target BOPAlgo_swig_compilation
Scanning dependencies of target MAT_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/MAT.i for python
[ 29%] Built target MAT_swig_compilation
Scanning dependencies of target TopTrans_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/TopTrans.i for python
[ 29%] Built target TopTrans_swig_compilation
Scanning dependencies of target BRepMAT2d_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepMAT2d.i for python
[ 29%] Built target BRepOffset_swig_compilation
Scanning dependencies of target BRepBndLib_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepBndLib.i for python
[ 29%] Built target SelectMgr_swig_compilation
Scanning dependencies of target BRepExtrema_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepExtrema.i for python
[ 29%] Built target IntCurvesFace_swig_compilation
Scanning dependencies of target BRepClass_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepClass.i for python
[ 29%] Built target BRepBndLib_swig_compilation
Scanning dependencies of target BRepGProp_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepGProp.i for python
[ 29%] Built target BRepMAT2d_swig_compilation
Scanning dependencies of target BRepPrimAPI_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/BRepPrimAPI.i for python
[ 29%] Built target BRepGProp_swig_compilation
Scanning dependencies of target AppStdL_swig_compilation
[ 29%] Built target BRepExtrema_swig_compilation
Scanning dependencies of target BRepClass3d_swig_compilation
[ 29%] Swig compile src/SWIG_files/wrapper/AppStdL.i for python
[ 29%] Swig compile src/SWIG_files/wrapper/BRepClass3d.i for python
[ 29%] Built target BRepClass_swig_compilation
Scanning dependencies of target Image_swig_compilation
[ 30%] Swig compile src/SWIG_files/wrapper/Image.i for python
[ 30%] Built target Image_swig_compilation
Scanning dependencies of target GC_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/GC.i for python
[ 31%] Built target AppStdL_swig_compilation
Scanning dependencies of target BRepApprox_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/BRepApprox.i for python
[ 31%] Built target BRepPrimAPI_swig_compilation
Scanning dependencies of target BRepPrim_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/BRepPrim.i for python
[ 31%] Built target GC_swig_compilation
Scanning dependencies of target Primitives_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/Primitives.i for python
[ 31%] Built target Primitives_swig_compilation
Scanning dependencies of target Sweep_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/Sweep.i for python
[ 31%] Built target Sweep_swig_compilation
Scanning dependencies of target Dico_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/Dico.i for python
[ 31%] Built target Dico_swig_compilation
Scanning dependencies of target IntTools_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/IntTools.i for python
[ 31%] Built target BRepClass3d_swig_compilation
Scanning dependencies of target BRepAlgoAPI_swig_compilation
[ 31%] Swig compile src/SWIG_files/wrapper/BRepAlgoAPI.i for python
[ 31%] Built target BRepPrim_swig_compilation
Scanning dependencies of target BOPCol_swig_compilation
[ 32%] Swig compile src/SWIG_files/wrapper/BOPCol.i for python
[ 32%] Built target BOPCol_swig_compilation
Scanning dependencies of target BRepTools_swig_compilation
[ 32%] Swig compile src/SWIG_files/wrapper/BRepTools.i for python
[ 32%] Built target BRepApprox_swig_compilation
Scanning dependencies of target HLRBRep_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/HLRBRep.i for python
[ 33%] Built target BRepTools_swig_compilation
Scanning dependencies of target XBRepMesh_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/XBRepMesh.i for python
[ 33%] Built target IntTools_swig_compilation
Scanning dependencies of target GccIter_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/GccIter.i for python
[ 33%] Built target GccIter_swig_compilation
Scanning dependencies of target HLRAlgo_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/HLRAlgo.i for python
[ 33%] Built target HLRAlgo_swig_compilation
Scanning dependencies of target HLRAppli_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/HLRAppli.i for python
[ 33%] Built target BRepAlgoAPI_swig_compilation
Scanning dependencies of target Intrv_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/Intrv.i for python
[ 33%] Built target HLRAppli_swig_compilation
Scanning dependencies of target ElSLib_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/ElSLib.i for python
[ 33%] Built target XBRepMesh_swig_compilation
Scanning dependencies of target BRepMesh_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/BRepMesh.i for python
[ 33%] Built target Intrv_swig_compilation
Scanning dependencies of target IntPoly_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/IntPoly.i for python
[ 33%] Built target IntPoly_swig_compilation
Scanning dependencies of target ExprIntrp_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/ExprIntrp.i for python
[ 33%] Built target ElSLib_swig_compilation
Scanning dependencies of target HLRTopoBRep_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/HLRTopoBRep.i for python
[ 33%] Built target HLRBRep_swig_compilation
Scanning dependencies of target ShapeExtend_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/ShapeExtend.i for python
[ 33%] Built target ExprIntrp_swig_compilation
Scanning dependencies of target SMDSAbs_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/SMDSAbs.i for python
[ 33%] Built target SMDSAbs_swig_compilation
Scanning dependencies of target ShapeProcess_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/ShapeProcess.i for python
[ 33%] Built target ShapeExtend_swig_compilation
Scanning dependencies of target ShapeProcessAPI_swig_compilation
[ 33%] Swig compile src/SWIG_files/wrapper/ShapeProcessAPI.i for python
[ 33%] Built target BRepMesh_swig_compilation
Scanning dependencies of target _StdMeshers
[ 33%] Building CXX object CMakeFiles/_StdMeshers.dir/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx.o
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:32:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_ComputeError.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Algo.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_1D_Algo.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_UseExisting_1D2D.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4411:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4376:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_ComputeError.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Algo.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_1D_Algo.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_UseExisting_1D2D.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4411:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:146:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4376:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_ComputeError.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Algo.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_1D_Algo.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_UseExisting_1D2D.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4411:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:285:30: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4376:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_ComputeError.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Algo.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_1D_Algo.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_UseExisting_1D2D.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4411:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:329:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4376:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 33%] Built target HLRTopoBRep_swig_compilation
Scanning dependencies of target _SMESHDS
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_subMesh.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_2D_Algo.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_UseExisting_1D2D.hxx:32,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4411:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_LayerDistribution2D.hxx:30:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4412:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_LayerDistribution.hxx:62:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4415:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_LocalLength.hxx:43:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_LocalLength.hxx:44:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetPrecision(double precision) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4419:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource2D.hxx:59:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource2D.hxx:91:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource2D.hxx:98:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
TopoDS_Vertex GetSourceVertex(int i) const throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource2D.hxx:105:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
TopoDS_Vertex GetTargetVertex(int i) const throw ( SALOME_Exception );
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4420:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:51:77: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::vector<double>& BuildDistributionExpr( const char*, int, int ) throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:52:91: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::vector<double>& BuildDistributionTab( const std::vector<double>&, int, int ) throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:59:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:81:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:96:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:104:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:116:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:124:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:134:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:142:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:154:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfSegments.hxx:162:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4421:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_SegmentLengthAroundVertex.hxx:45:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4423:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_MaxElementVolume.hxx:44:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4424:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_AutomaticLength.hxx:58:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_AutomaticLength.hxx:64:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_AutomaticLength.hxx:77:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4426:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_MaxElementArea.hxx:42:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMaxArea(double maxArea) throw(SALOME_Exception);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_Prism_3D.hxx:35:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4429:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MesherHelper.hxx:31:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_Prism_3D.hxx:38,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4429:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshEditor.hxx:264:16: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4376:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 33%] Building CXX object CMakeFiles/_SMESHDS.dir/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx.o
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4430:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource3D.hxx:59:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource3D.hxx:85:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource3D.hxx:91:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
TopoDS_Vertex GetSourceVertex(int i) const throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource3D.hxx:97:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
TopoDS_Vertex GetTargetVertex(int i) const throw ( SALOME_Exception );
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4432:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource1D.hxx:59:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_ProjectionSource1D.hxx:88:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4433:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_NumberOfLayers.hxx:56:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetNumberOfLayers(int numberOfLayers) throw ( SALOME_Exception );
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_Regular_1D.hxx:35:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4439:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_FixedPoints1D.hxx:47:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_FixedPoints1D.hxx:50:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4441:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_LengthFromEdges.hxx:45:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4445:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_MaxLength.hxx:39:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4446:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_Arithmetic1D.hxx:46:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length, bool isStartLength) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4450:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_StartEndLength.hxx:42:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length, bool isStartLength) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4451:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/StdMeshers_Deflection1D.hxx:41:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDeflection(double value) throw(SALOME_Exception);
^~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/StdMeshersPYTHON_wrap.cxx:4474:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:32:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_SubMesh.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3791:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3755:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_SubMesh.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3791:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:146:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3755:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_SubMesh.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3791:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:285:30: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3755:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_SubMesh.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3791:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:329:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3755:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_SubMesh.hxx:31:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHDSPYTHON_wrap.cxx:3791:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 33%] Built target ShapeProcess_swig_compilation
Scanning dependencies of target _SMESH
[ 34%] Building CXX object CMakeFiles/_SMESH.dir/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx.o
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:32:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4708:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:146:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4708:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:285:30: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4708:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshNode.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:329:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4708:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESHDS_Mesh.hxx:31:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:34,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshVSLink.hxx:67:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4752:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MesherHelper.hxx:31:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4759:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_MeshEditor.hxx:264:16: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4708:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMESHPYTHON_wrap.cxx:4763:0:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
[ 34%] Built target ShapeProcessAPI_swig_compilation
Scanning dependencies of target _IGESCAFControl
[ 34%] Building CXX object CMakeFiles/_IGESCAFControl.dir/Unix/x86_64-Release-64/IGESCAFControlPYTHON_wrap.cxx.o
[ 34%] Linking CXX shared module Unix/x86_64-Release-64/_IGESCAFControl.so
[ 34%] Built target _IGESCAFControl
Scanning dependencies of target _STEPCAFControl
[ 34%] Building CXX object CMakeFiles/_STEPCAFControl.dir/Unix/x86_64-Release-64/STEPCAFControlPYTHON_wrap.cxx.o
[ 34%] Linking CXX shared module Unix/x86_64-Release-64/_SMESHDS.so
[ 34%] Built target _SMESHDS
Scanning dependencies of target _XCAFPrs
[ 34%] Building CXX object CMakeFiles/_XCAFPrs.dir/Unix/x86_64-Release-64/XCAFPrsPYTHON_wrap.cxx.o
[ 34%] Linking CXX shared module Unix/x86_64-Release-64/_StdMeshers.so
[ 34%] Built target _StdMeshers
Scanning dependencies of target _XCAFDoc
[ 34%] Building CXX object CMakeFiles/_XCAFDoc.dir/Unix/x86_64-Release-64/XCAFDocPYTHON_wrap.cxx.o
[ 34%] Linking CXX shared module Unix/x86_64-Release-64/_SMESH.so
[ 34%] Built target _SMESH
Scanning dependencies of target _PCDM
[ 35%] Building CXX object CMakeFiles/_PCDM.dir/Unix/x86_64-Release-64/PCDMPYTHON_wrap.cxx.o
[ 35%] Linking CXX shared module Unix/x86_64-Release-64/_XCAFPrs.so
[ 35%] Built target _XCAFPrs
Scanning dependencies of target _CDM
[ 35%] Building CXX object CMakeFiles/_CDM.dir/Unix/x86_64-Release-64/CDMPYTHON_wrap.cxx.o
[ 35%] Linking CXX shared module Unix/x86_64-Release-64/_PCDM.so
[ 35%] Built target _PCDM
Scanning dependencies of target _CDF
[ 36%] Building CXX object CMakeFiles/_CDF.dir/Unix/x86_64-Release-64/CDFPYTHON_wrap.cxx.o
[ 36%] Linking CXX shared module Unix/x86_64-Release-64/_STEPCAFControl.so
[ 36%] Built target _STEPCAFControl
Scanning dependencies of target _TDataStd
[ 36%] Building CXX object CMakeFiles/_TDataStd.dir/Unix/x86_64-Release-64/TDataStdPYTHON_wrap.cxx.o
[ 36%] Linking CXX shared module Unix/x86_64-Release-64/_CDF.so
[ 36%] Linking CXX shared module Unix/x86_64-Release-64/_CDM.so
[ 36%] Built target _CDF
Scanning dependencies of target _TDF
[ 37%] Building CXX object CMakeFiles/_TDF.dir/Unix/x86_64-Release-64/TDFPYTHON_wrap.cxx.o
[ 37%] Built target _CDM
Scanning dependencies of target _TPrsStd
[ 37%] Building CXX object CMakeFiles/_TPrsStd.dir/Unix/x86_64-Release-64/TPrsStdPYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_XCAFDoc.so
[ 37%] Built target _XCAFDoc
Scanning dependencies of target _TNaming
[ 37%] Building CXX object CMakeFiles/_TNaming.dir/Unix/x86_64-Release-64/TNamingPYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TPrsStd.so
[ 37%] Built target _TPrsStd
Scanning dependencies of target _TDataXtd
[ 37%] Building CXX object CMakeFiles/_TDataXtd.dir/Unix/x86_64-Release-64/TDataXtdPYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TNaming.so
[ 37%] Built target _TNaming
Scanning dependencies of target _TransferBRep
[ 37%] Building CXX object CMakeFiles/_TransferBRep.dir/Unix/x86_64-Release-64/TransferBRepPYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TDataXtd.so
[ 37%] Built target _TDataXtd
Scanning dependencies of target _IFSelect
[ 37%] Building CXX object CMakeFiles/_IFSelect.dir/Unix/x86_64-Release-64/IFSelectPYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TDataStd.so
[ 37%] Built target _TDataStd
Scanning dependencies of target _Interface
[ 37%] Building CXX object CMakeFiles/_Interface.dir/Unix/x86_64-Release-64/InterfacePYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TDF.so
[ 37%] Built target _TDF
Scanning dependencies of target _RWStepShape
[ 37%] Building CXX object CMakeFiles/_RWStepShape.dir/Unix/x86_64-Release-64/RWStepShapePYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_TransferBRep.so
[ 37%] Built target _TransferBRep
Scanning dependencies of target _StepShape
[ 37%] Building CXX object CMakeFiles/_StepShape.dir/Unix/x86_64-Release-64/StepShapePYTHON_wrap.cxx.o
[ 37%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepShape.so
[ 37%] Built target _RWStepShape
Scanning dependencies of target _RWStepGeom
[ 38%] Building CXX object CMakeFiles/_RWStepGeom.dir/Unix/x86_64-Release-64/RWStepGeomPYTHON_wrap.cxx.o
[ 38%] Linking CXX shared module Unix/x86_64-Release-64/_Interface.so
[ 38%] Built target _Interface
Scanning dependencies of target _RWStepRepr
[ 38%] Building CXX object CMakeFiles/_RWStepRepr.dir/Unix/x86_64-Release-64/RWStepReprPYTHON_wrap.cxx.o
[ 38%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepRepr.so
[ 38%] Built target _RWStepRepr
Scanning dependencies of target _RWStepBasic
[ 38%] Building CXX object CMakeFiles/_RWStepBasic.dir/Unix/x86_64-Release-64/RWStepBasicPYTHON_wrap.cxx.o
[ 38%] Linking CXX shared module Unix/x86_64-Release-64/_IFSelect.so
[ 38%] Built target _IFSelect
Scanning dependencies of target _StepBasic
[ 39%] Building CXX object CMakeFiles/_StepBasic.dir/Unix/x86_64-Release-64/StepBasicPYTHON_wrap.cxx.o
[ 39%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepGeom.so
[ 39%] Built target _RWStepGeom
Scanning dependencies of target _TDocStd
[ 39%] Building CXX object CMakeFiles/_TDocStd.dir/Unix/x86_64-Release-64/TDocStdPYTHON_wrap.cxx.o
[ 39%] Linking CXX shared module Unix/x86_64-Release-64/_StepShape.so
[ 39%] Built target _StepShape
Scanning dependencies of target _StlTransfer
[ 39%] Building CXX object CMakeFiles/_StlTransfer.dir/Unix/x86_64-Release-64/StlTransferPYTHON_wrap.cxx.o
[ 39%] Linking CXX shared module Unix/x86_64-Release-64/_TDocStd.so
[ 39%] Built target _TDocStd
Scanning dependencies of target _StepElement
[ 40%] Linking CXX shared module Unix/x86_64-Release-64/_StlTransfer.so
[ 40%] Building CXX object CMakeFiles/_StepElement.dir/Unix/x86_64-Release-64/StepElementPYTHON_wrap.cxx.o
[ 40%] Built target _StlTransfer
Scanning dependencies of target _StepAP209
[ 40%] Building CXX object CMakeFiles/_StepAP209.dir/Unix/x86_64-Release-64/StepAP209PYTHON_wrap.cxx.o
[ 40%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepBasic.so
[ 40%] Built target _RWStepBasic
Scanning dependencies of target _STEPControl
[ 40%] Linking CXX shared module Unix/x86_64-Release-64/_StepAP209.so
[ 41%] Building CXX object CMakeFiles/_STEPControl.dir/Unix/x86_64-Release-64/STEPControlPYTHON_wrap.cxx.o
[ 41%] Built target _StepAP209
Scanning dependencies of target _TopoDSToStep
[ 41%] Building CXX object CMakeFiles/_TopoDSToStep.dir/Unix/x86_64-Release-64/TopoDSToStepPYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_STEPControl.so
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_TopoDSToStep.so
[ 41%] Built target _STEPControl
Scanning dependencies of target _STEPEdit
[ 41%] Building CXX object CMakeFiles/_STEPEdit.dir/Unix/x86_64-Release-64/STEPEditPYTHON_wrap.cxx.o
[ 41%] Built target _TopoDSToStep
Scanning dependencies of target _STEPConstruct
[ 41%] Building CXX object CMakeFiles/_STEPConstruct.dir/Unix/x86_64-Release-64/STEPConstructPYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_STEPEdit.so
[ 41%] Built target _STEPEdit
Scanning dependencies of target _RWStepAP203
[ 41%] Building CXX object CMakeFiles/_RWStepAP203.dir/Unix/x86_64-Release-64/RWStepAP203PYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepAP203.so
[ 41%] Built target _RWStepAP203
Scanning dependencies of target _StepAP214
[ 41%] Building CXX object CMakeFiles/_StepAP214.dir/Unix/x86_64-Release-64/StepAP214PYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_StepElement.so
[ 41%] Built target _StepElement
Scanning dependencies of target _StepDimTol
[ 41%] Building CXX object CMakeFiles/_StepDimTol.dir/Unix/x86_64-Release-64/StepDimTolPYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_STEPConstruct.so
[ 41%] Built target _STEPConstruct
Scanning dependencies of target _RWStepVisual
[ 41%] Building CXX object CMakeFiles/_RWStepVisual.dir/Unix/x86_64-Release-64/RWStepVisualPYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_StepDimTol.so
[ 41%] Built target _StepDimTol
Scanning dependencies of target _RWStepDimTol
[ 41%] Building CXX object CMakeFiles/_RWStepDimTol.dir/Unix/x86_64-Release-64/RWStepDimTolPYTHON_wrap.cxx.o
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_StepBasic.so
[ 41%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepVisual.so
[ 41%] Built target _StepBasic
Scanning dependencies of target _IGESControl
[ 42%] Building CXX object CMakeFiles/_IGESControl.dir/Unix/x86_64-Release-64/IGESControlPYTHON_wrap.cxx.o
[ 42%] Built target _RWStepVisual
Scanning dependencies of target _GEOMAlgo
[ 42%] Building CXX object CMakeFiles/_GEOMAlgo.dir/Unix/x86_64-Release-64/GEOMAlgoPYTHON_wrap.cxx.o
[ 42%] Building CXX object CMakeFiles/_GEOMAlgo.dir/src/Splitter/GEOMAlgo_Splitter.cxx.o
[ 42%] Linking CXX shared module Unix/x86_64-Release-64/_IGESControl.so
[ 42%] Linking CXX shared module Unix/x86_64-Release-64/_GEOMAlgo.so
[ 42%] Built target _IGESControl
Scanning dependencies of target _Visualization
[ 43%] Building CXX object CMakeFiles/_Visualization.dir/Unix/x86_64-Release-64/VisualizationPYTHON_wrap.cxx.o
[ 43%] Built target _GEOMAlgo
Scanning dependencies of target _RWStepFEA
[ 43%] Building CXX object CMakeFiles/_RWStepFEA.dir/Unix/x86_64-Release-64/RWStepFEAPYTHON_wrap.cxx.o
[ 43%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepDimTol.so
[ 43%] Built target _RWStepDimTol
[ 43%] Building CXX object CMakeFiles/_Visualization.dir/src/Visualization/Display3d.cpp.o
[ 43%] Building CXX object CMakeFiles/_Visualization.dir/src/Visualization/Tesselator.cpp.o
Scanning dependencies of target _StepVisual
[ 43%] Building CXX object CMakeFiles/_StepVisual.dir/Unix/x86_64-Release-64/StepVisualPYTHON_wrap.cxx.o
[ 43%] Linking CXX shared module Unix/x86_64-Release-64/_Visualization.so
[ 43%] Built target _Visualization
Scanning dependencies of target _StdSelect
[ 44%] Building CXX object CMakeFiles/_StdSelect.dir/Unix/x86_64-Release-64/StdSelectPYTHON_wrap.cxx.o
[ 44%] Linking CXX shared module Unix/x86_64-Release-64/_StdSelect.so
[ 44%] Built target _StdSelect
Scanning dependencies of target _DsgPrs
[ 44%] Building CXX object CMakeFiles/_DsgPrs.dir/Unix/x86_64-Release-64/DsgPrsPYTHON_wrap.cxx.o
[ 45%] Linking CXX shared module Unix/x86_64-Release-64/_DsgPrs.so
[ 45%] Built target _DsgPrs
Scanning dependencies of target _XCAFApp
[ 46%] Building CXX object CMakeFiles/_XCAFApp.dir/Unix/x86_64-Release-64/XCAFAppPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_StepAP214.so
[ 46%] Built target _StepAP214
Scanning dependencies of target _AIS
[ 46%] Building CXX object CMakeFiles/_AIS.dir/Unix/x86_64-Release-64/AISPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_XCAFApp.so
[ 46%] Built target _XCAFApp
Scanning dependencies of target _PrsMgr
[ 46%] Building CXX object CMakeFiles/_PrsMgr.dir/Unix/x86_64-Release-64/PrsMgrPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepFEA.so
[ 46%] Built target _RWStepFEA
Scanning dependencies of target _StdPrs
[ 46%] Building CXX object CMakeFiles/_StdPrs.dir/Unix/x86_64-Release-64/StdPrsPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_PrsMgr.so
[ 46%] Built target _PrsMgr
Scanning dependencies of target _Prs3d
[ 46%] Building CXX object CMakeFiles/_Prs3d.dir/Unix/x86_64-Release-64/Prs3dPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_StdPrs.so
[ 46%] Built target _StdPrs
Scanning dependencies of target _Select3D
[ 46%] Building CXX object CMakeFiles/_Select3D.dir/Unix/x86_64-Release-64/Select3DPYTHON_wrap.cxx.o
[ 46%] Linking CXX shared module Unix/x86_64-Release-64/_Select3D.so
[ 46%] Built target _Select3D
Scanning dependencies of target _Visual3d
[ 46%] Building CXX object CMakeFiles/_Visual3d.dir/Unix/x86_64-Release-64/Visual3dPYTHON_wrap.cxx.o
[ 47%] Linking CXX shared module Unix/x86_64-Release-64/_Prs3d.so
[ 47%] Built target _Prs3d
Scanning dependencies of target _TColQuantity
[ 47%] Building CXX object CMakeFiles/_TColQuantity.dir/Unix/x86_64-Release-64/TColQuantityPYTHON_wrap.cxx.o
[ 47%] Linking CXX shared module Unix/x86_64-Release-64/_TColQuantity.so
[ 47%] Built target _TColQuantity
Scanning dependencies of target _Aspect
[ 47%] Building CXX object CMakeFiles/_Aspect.dir/Unix/x86_64-Release-64/AspectPYTHON_wrap.cxx.o
[ 47%] Linking CXX shared module Unix/x86_64-Release-64/_StepVisual.so
[ 47%] Linking CXX shared module Unix/x86_64-Release-64/_Visual3d.so
[ 47%] Built target _StepVisual
Scanning dependencies of target _MeshVS
[ 47%] Building CXX object CMakeFiles/_MeshVS.dir/Unix/x86_64-Release-64/MeshVSPYTHON_wrap.cxx.o
[ 47%] Built target _Visual3d
Scanning dependencies of target _RWStl
[ 48%] Building CXX object CMakeFiles/_RWStl.dir/Unix/x86_64-Release-64/RWStlPYTHON_wrap.cxx.o
[ 48%] Linking CXX shared module Unix/x86_64-Release-64/_RWStl.so
[ 48%] Built target _RWStl
Scanning dependencies of target _Voxel
[ 48%] Building CXX object CMakeFiles/_Voxel.dir/Unix/x86_64-Release-64/VoxelPYTHON_wrap.cxx.o
[ 48%] Linking CXX shared module Unix/x86_64-Release-64/_Aspect.so
[ 48%] Built target _Aspect
Scanning dependencies of target _BiTgte
[ 48%] Building CXX object CMakeFiles/_BiTgte.dir/Unix/x86_64-Release-64/BiTgtePYTHON_wrap.cxx.o
[ 48%] Linking CXX shared module Unix/x86_64-Release-64/_BiTgte.so
[ 48%] Built target _BiTgte
Scanning dependencies of target _BRepFeat
[ 48%] Linking CXX shared module Unix/x86_64-Release-64/_Voxel.so
[ 49%] Building CXX object CMakeFiles/_BRepFeat.dir/Unix/x86_64-Release-64/BRepFeatPYTHON_wrap.cxx.o
[ 49%] Built target _Voxel
Scanning dependencies of target _LocOpe
[ 50%] Building CXX object CMakeFiles/_LocOpe.dir/Unix/x86_64-Release-64/LocOpePYTHON_wrap.cxx.o
[ 50%] Linking CXX shared module Unix/x86_64-Release-64/_AIS.so
[ 50%] Built target _AIS
Scanning dependencies of target _FilletSurf
[ 50%] Building CXX object CMakeFiles/_FilletSurf.dir/Unix/x86_64-Release-64/FilletSurfPYTHON_wrap.cxx.o
[ 50%] Linking CXX shared module Unix/x86_64-Release-64/_BRepFeat.so
[ 50%] Built target _BRepFeat
Scanning dependencies of target _BRepFilletAPI
[ 50%] Building CXX object CMakeFiles/_BRepFilletAPI.dir/Unix/x86_64-Release-64/BRepFilletAPIPYTHON_wrap.cxx.o
[ 50%] Linking CXX shared module Unix/x86_64-Release-64/_FilletSurf.so
[ 50%] Built target _FilletSurf
Scanning dependencies of target _StepRepr
[ 50%] Building CXX object CMakeFiles/_StepRepr.dir/Unix/x86_64-Release-64/StepReprPYTHON_wrap.cxx.o
[ 50%] Linking CXX shared module Unix/x86_64-Release-64/_MeshVS.so
[ 50%] Built target _MeshVS
Scanning dependencies of target _BRepBlend
[ 50%] Building CXX object CMakeFiles/_BRepBlend.dir/Unix/x86_64-Release-64/BRepBlendPYTHON_wrap.cxx.o
[ 50%] Linking CXX shared module Unix/x86_64-Release-64/_LocOpe.so
[ 50%] Built target _LocOpe
Scanning dependencies of target _Blend
[ 51%] Building CXX object CMakeFiles/_Blend.dir/Unix/x86_64-Release-64/BlendPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_BRepFilletAPI.so
[ 51%] Built target _BRepFilletAPI
Scanning dependencies of target _ChFiKPart
[ 51%] Building CXX object CMakeFiles/_ChFiKPart.dir/Unix/x86_64-Release-64/ChFiKPartPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_ChFiKPart.so
[ 51%] Built target _ChFiKPart
Scanning dependencies of target _BRepProj
[ 51%] Building CXX object CMakeFiles/_BRepProj.dir/Unix/x86_64-Release-64/BRepProjPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_Blend.so
[ 51%] Built target _Blend
Scanning dependencies of target _BRepAlgo
[ 51%] Building CXX object CMakeFiles/_BRepAlgo.dir/Unix/x86_64-Release-64/BRepAlgoPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_BRepProj.so
[ 51%] Built target _BRepProj
Scanning dependencies of target _TopOpeBRepTool
[ 51%] Building CXX object CMakeFiles/_TopOpeBRepTool.dir/Unix/x86_64-Release-64/TopOpeBRepToolPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_BRepBlend.so
[ 51%] Built target _BRepBlend
Scanning dependencies of target _ChFi3d
[ 51%] Building CXX object CMakeFiles/_ChFi3d.dir/Unix/x86_64-Release-64/ChFi3dPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_ChFi3d.so
[ 51%] Built target _ChFi3d
Scanning dependencies of target _BRepAdaptor
[ 51%] Building CXX object CMakeFiles/_BRepAdaptor.dir/Unix/x86_64-Release-64/BRepAdaptorPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_BRepAlgo.so
[ 51%] Built target _BRepAlgo
Scanning dependencies of target _TopoDS
[ 51%] Building CXX object CMakeFiles/_TopoDS.dir/Unix/x86_64-Release-64/TopoDSPYTHON_wrap.cxx.o
[ 51%] Linking CXX shared module Unix/x86_64-Release-64/_StepRepr.so
[ 51%] Built target _StepRepr
Scanning dependencies of target _gce
[ 52%] Building CXX object CMakeFiles/_gce.dir/Unix/x86_64-Release-64/gcePYTHON_wrap.cxx.o
[ 52%] Linking CXX shared module Unix/x86_64-Release-64/_BRepAdaptor.so
[ 52%] Built target _BRepAdaptor
Scanning dependencies of target _TColGeom2d
[ 52%] Building CXX object CMakeFiles/_TColGeom2d.dir/Unix/x86_64-Release-64/TColGeom2dPYTHON_wrap.cxx.o
[ 52%] Linking CXX shared module Unix/x86_64-Release-64/_gce.so
[ 52%] Built target _gce
Scanning dependencies of target _BRepLProp
[ 52%] Building CXX object CMakeFiles/_BRepLProp.dir/Unix/x86_64-Release-64/BRepLPropPYTHON_wrap.cxx.o
[ 53%] Linking CXX shared module Unix/x86_64-Release-64/_TopoDS.so
[ 53%] Built target _TopoDS
Scanning dependencies of target _TopBas
[ 53%] Building CXX object CMakeFiles/_TopBas.dir/Unix/x86_64-Release-64/TopBasPYTHON_wrap.cxx.o
[ 53%] Linking CXX shared module Unix/x86_64-Release-64/_TopOpeBRepTool.so
[ 53%] Built target _TopOpeBRepTool
Scanning dependencies of target _TopTools
[ 53%] Building CXX object CMakeFiles/_TopTools.dir/Unix/x86_64-Release-64/TopToolsPYTHON_wrap.cxx.o
[ 53%] Linking CXX shared module Unix/x86_64-Release-64/_TopBas.so
[ 53%] Built target _TopBas
Scanning dependencies of target _MAT2d
[ 53%] Building CXX object CMakeFiles/_MAT2d.dir/Unix/x86_64-Release-64/MAT2dPYTHON_wrap.cxx.o
[ 53%] Linking CXX shared module Unix/x86_64-Release-64/_BRepLProp.so
[ 53%] Built target _BRepLProp
Scanning dependencies of target _BlendFunc
[ 53%] Building CXX object CMakeFiles/_BlendFunc.dir/Unix/x86_64-Release-64/BlendFuncPYTHON_wrap.cxx.o
[ 54%] Linking CXX shared module Unix/x86_64-Release-64/_TColGeom2d.so
[ 54%] Built target _TColGeom2d
Scanning dependencies of target _Geom2dConvert
[ 55%] Building CXX object CMakeFiles/_Geom2dConvert.dir/Unix/x86_64-Release-64/Geom2dConvertPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dConvert.so
[ 55%] Built target _Geom2dConvert
Scanning dependencies of target _AdvApp2Var
[ 55%] Building CXX object CMakeFiles/_AdvApp2Var.dir/Unix/x86_64-Release-64/AdvApp2VarPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_BlendFunc.so
[ 55%] Built target _BlendFunc
Scanning dependencies of target _Transfer
[ 55%] Building CXX object CMakeFiles/_Transfer.dir/Unix/x86_64-Release-64/TransferPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_MAT2d.so
[ 55%] Built target _MAT2d
Scanning dependencies of target _Hermit
[ 55%] Building CXX object CMakeFiles/_Hermit.dir/Unix/x86_64-Release-64/HermitPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_Hermit.so
[ 55%] Built target _Hermit
Scanning dependencies of target _STEPSelections
[ 55%] Building CXX object CMakeFiles/_STEPSelections.dir/Unix/x86_64-Release-64/STEPSelectionsPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_AdvApp2Var.so
[ 55%] Built target _AdvApp2Var
Scanning dependencies of target _Units
[ 55%] Building CXX object CMakeFiles/_Units.dir/Unix/x86_64-Release-64/UnitsPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_TopTools.so
[ 55%] Built target _TopTools
Scanning dependencies of target _GccGeo
[ 55%] Building CXX object CMakeFiles/_GccGeo.dir/Unix/x86_64-Release-64/GccGeoPYTHON_wrap.cxx.o
[ 55%] Linking CXX shared module Unix/x86_64-Release-64/_GccGeo.so
[ 55%] Built target _GccGeo
Scanning dependencies of target _GCPnts
[ 56%] Building CXX object CMakeFiles/_GCPnts.dir/Unix/x86_64-Release-64/GCPntsPYTHON_wrap.cxx.o
[ 56%] Linking CXX shared module Unix/x86_64-Release-64/_GCPnts.so
[ 56%] Built target _GCPnts
[ 56%] Linking CXX shared module Unix/x86_64-Release-64/_Transfer.so
Scanning dependencies of target _GccEnt
[ 56%] Building CXX object CMakeFiles/_GccEnt.dir/Unix/x86_64-Release-64/GccEntPYTHON_wrap.cxx.o
[ 56%] Linking CXX shared module Unix/x86_64-Release-64/_STEPSelections.so
[ 56%] Built target _Transfer
Scanning dependencies of target _GeomProjLib
[ 56%] Built target _STEPSelections
[ 56%] Building CXX object CMakeFiles/_GeomProjLib.dir/Unix/x86_64-Release-64/GeomProjLibPYTHON_wrap.cxx.o
Scanning dependencies of target _TopAbs
[ 57%] Building CXX object CMakeFiles/_TopAbs.dir/Unix/x86_64-Release-64/TopAbsPYTHON_wrap.cxx.o
[ 57%] Linking CXX shared module Unix/x86_64-Release-64/_TopAbs.so
[ 57%] Built target _TopAbs
Scanning dependencies of target _GeomLProp
[ 57%] Building CXX object CMakeFiles/_GeomLProp.dir/Unix/x86_64-Release-64/GeomLPropPYTHON_wrap.cxx.o
[ 57%] Linking CXX shared module Unix/x86_64-Release-64/_GccEnt.so
[ 57%] Linking CXX shared module Unix/x86_64-Release-64/_Units.so
[ 57%] Built target _GccEnt
Scanning dependencies of target _BOPDS
[ 57%] Built target _Units
Scanning dependencies of target _Geom2dInt
[ 57%] Building CXX object CMakeFiles/_BOPDS.dir/Unix/x86_64-Release-64/BOPDSPYTHON_wrap.cxx.o
[ 57%] Building CXX object CMakeFiles/_Geom2dInt.dir/Unix/x86_64-Release-64/Geom2dIntPYTHON_wrap.cxx.o
[ 57%] Linking CXX shared module Unix/x86_64-Release-64/_GeomProjLib.so
[ 57%] Built target _GeomProjLib
Scanning dependencies of target _GeomTools
[ 57%] Building CXX object CMakeFiles/_GeomTools.dir/Unix/x86_64-Release-64/GeomToolsPYTHON_wrap.cxx.o
[ 57%] Linking CXX shared module Unix/x86_64-Release-64/_GeomLProp.so
[ 57%] Built target _GeomLProp
Scanning dependencies of target _Intf
[ 57%] Building CXX object CMakeFiles/_Intf.dir/Unix/x86_64-Release-64/IntfPYTHON_wrap.cxx.o
[ 58%] Linking CXX shared module Unix/x86_64-Release-64/_GeomTools.so
[ 58%] Built target _GeomTools
Scanning dependencies of target _TopOpeBRepBuild
[ 58%] Building CXX object CMakeFiles/_TopOpeBRepBuild.dir/Unix/x86_64-Release-64/TopOpeBRepBuildPYTHON_wrap.cxx.o
[ 58%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dInt.so
[ 58%] Built target _Geom2dInt
Scanning dependencies of target _GeomLib
[ 58%] Building CXX object CMakeFiles/_GeomLib.dir/Unix/x86_64-Release-64/GeomLibPYTHON_wrap.cxx.o
[ 59%] Linking CXX shared module Unix/x86_64-Release-64/_Intf.so
[ 59%] Built target _Intf
Scanning dependencies of target _OSD
[ 59%] Building CXX object CMakeFiles/_OSD.dir/Unix/x86_64-Release-64/OSDPYTHON_wrap.cxx.o
[ 59%] Linking CXX shared module Unix/x86_64-Release-64/_OSD.so
[ 60%] Linking CXX shared module Unix/x86_64-Release-64/_GeomLib.so
[ 60%] Built target _OSD
Scanning dependencies of target _ShapeBuild
[ 60%] Built target _GeomLib
Scanning dependencies of target _StepGeom
[ 60%] Building CXX object CMakeFiles/_ShapeBuild.dir/Unix/x86_64-Release-64/ShapeBuildPYTHON_wrap.cxx.o
[ 61%] Building CXX object CMakeFiles/_StepGeom.dir/Unix/x86_64-Release-64/StepGeomPYTHON_wrap.cxx.o
[ 61%] Linking CXX shared module Unix/x86_64-Release-64/_BOPDS.so
[ 61%] Built target _BOPDS
Scanning dependencies of target _BRepOffsetAPI
[ 61%] Building CXX object CMakeFiles/_BRepOffsetAPI.dir/Unix/x86_64-Release-64/BRepOffsetAPIPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeBuild.so
[ 62%] Built target _ShapeBuild
Scanning dependencies of target _Bnd
[ 62%] Building CXX object CMakeFiles/_Bnd.dir/Unix/x86_64-Release-64/BndPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_BRepOffsetAPI.so
[ 62%] Built target _BRepOffsetAPI
Scanning dependencies of target _GProp
[ 62%] Building CXX object CMakeFiles/_GProp.dir/Unix/x86_64-Release-64/GPropPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_TopOpeBRepBuild.so
[ 62%] Built target _TopOpeBRepBuild
Scanning dependencies of target _LProp3d
[ 62%] Building CXX object CMakeFiles/_LProp3d.dir/Unix/x86_64-Release-64/LProp3dPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_Bnd.so
[ 62%] Built target _Bnd
Scanning dependencies of target _Adaptor3d
[ 62%] Building CXX object CMakeFiles/_Adaptor3d.dir/Unix/x86_64-Release-64/Adaptor3dPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_GProp.so
[ 62%] Built target _GProp
Scanning dependencies of target _AppBlend
[ 62%] Building CXX object CMakeFiles/_AppBlend.dir/Unix/x86_64-Release-64/AppBlendPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_LProp3d.so
[ 62%] Built target _LProp3d
Scanning dependencies of target _SelectBasics
[ 62%] Building CXX object CMakeFiles/_SelectBasics.dir/Unix/x86_64-Release-64/SelectBasicsPYTHON_wrap.cxx.o
[ 62%] Linking CXX shared module Unix/x86_64-Release-64/_AppBlend.so
[ 62%] Built target _AppBlend
Scanning dependencies of target _Draft
[ 62%] Building CXX object CMakeFiles/_Draft.dir/Unix/x86_64-Release-64/DraftPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_SelectBasics.so
[ 63%] Built target _SelectBasics
Scanning dependencies of target _LProp
[ 63%] Building CXX object CMakeFiles/_LProp.dir/Unix/x86_64-Release-64/LPropPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_LProp.so
[ 63%] Built target _LProp
Scanning dependencies of target _NIS
[ 63%] Building CXX object CMakeFiles/_NIS.dir/Unix/x86_64-Release-64/NISPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_Draft.so
[ 63%] Built target _Draft
Scanning dependencies of target _Graphic3d
[ 63%] Building CXX object CMakeFiles/_Graphic3d.dir/Unix/x86_64-Release-64/Graphic3dPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_Adaptor3d.so
[ 63%] Built target _Adaptor3d
Scanning dependencies of target _TColgp
[ 63%] Building CXX object CMakeFiles/_TColgp.dir/Unix/x86_64-Release-64/TColgpPYTHON_wrap.cxx.o
/home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/Graphic3dPYTHON_wrap.cxx: In function ‘PyObject* _wrap_Graphic3d_CStructure_Transformation_set(PyObject*, PyObject*)’:
/home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/Graphic3dPYTHON_wrap.cxx:32326:73: warning: iteration 4 invokes undefined behavior [-Waggressive-loop-optimizations]
for (; ii < (size_t)16; ++ii) *(float *)&arg1->Transformation[ii] = *((float *)arg2 + ii);
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
/home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/Graphic3dPYTHON_wrap.cxx:32326:17: note: within this loop
for (; ii < (size_t)16; ++ii) *(float *)&arg1->Transformation[ii] = *((float *)arg2 + ii);
~~~^~~~~~~~~~~~
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_NIS.so
[ 63%] Built target _NIS
Scanning dependencies of target _Geom2d
[ 63%] Building CXX object CMakeFiles/_Geom2d.dir/Unix/x86_64-Release-64/Geom2dPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_StepGeom.so
[ 63%] Built target _StepGeom
Scanning dependencies of target _TopCnx
[ 63%] Building CXX object CMakeFiles/_TopCnx.dir/Unix/x86_64-Release-64/TopCnxPYTHON_wrap.cxx.o
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_TopCnx.so
[ 63%] Built target _TopCnx
Scanning dependencies of target _NCollection
[ 63%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2d.so
[ 64%] Building CXX object CMakeFiles/_NCollection.dir/Unix/x86_64-Release-64/NCollectionPYTHON_wrap.cxx.o
[ 64%] Built target _Geom2d
Scanning dependencies of target _ShapeAnalysis
[ 64%] Building CXX object CMakeFiles/_ShapeAnalysis.dir/Unix/x86_64-Release-64/ShapeAnalysisPYTHON_wrap.cxx.o
[ 64%] Linking CXX shared module Unix/x86_64-Release-64/_NCollection.so
[ 64%] Built target _NCollection
Scanning dependencies of target _TFunction
[ 65%] Building CXX object CMakeFiles/_TFunction.dir/Unix/x86_64-Release-64/TFunctionPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_TFunction.so
[ 65%] Built target _TFunction
Scanning dependencies of target _IncludeLibrary
[ 65%] Building CXX object CMakeFiles/_IncludeLibrary.dir/Unix/x86_64-Release-64/IncludeLibraryPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_IncludeLibrary.so
[ 65%] Built target _IncludeLibrary
Scanning dependencies of target _BRepLib
[ 65%] Building CXX object CMakeFiles/_BRepLib.dir/Unix/x86_64-Release-64/BRepLibPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_TColgp.so
[ 65%] Built target _TColgp
Scanning dependencies of target _UnitsAPI
[ 65%] Building CXX object CMakeFiles/_UnitsAPI.dir/Unix/x86_64-Release-64/UnitsAPIPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_Graphic3d.so
[ 65%] Built target _Graphic3d
Scanning dependencies of target _Message
[ 65%] Building CXX object CMakeFiles/_Message.dir/Unix/x86_64-Release-64/MessagePYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeAnalysis.so
[ 65%] Built target _ShapeAnalysis
Scanning dependencies of target _Bisector
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_UnitsAPI.so
[ 65%] Building CXX object CMakeFiles/_Bisector.dir/Unix/x86_64-Release-64/BisectorPYTHON_wrap.cxx.o
[ 65%] Built target _UnitsAPI
Scanning dependencies of target _StepToGeom
[ 65%] Building CXX object CMakeFiles/_StepToGeom.dir/Unix/x86_64-Release-64/StepToGeomPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_BRepLib.so
[ 65%] Built target _BRepLib
Scanning dependencies of target _RWStepAP214
[ 65%] Building CXX object CMakeFiles/_RWStepAP214.dir/Unix/x86_64-Release-64/RWStepAP214PYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_Bisector.so
[ 65%] Built target _Bisector
Scanning dependencies of target _Geom2dHatch
[ 65%] Building CXX object CMakeFiles/_Geom2dHatch.dir/Unix/x86_64-Release-64/Geom2dHatchPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_Message.so
[ 65%] Built target _Message
Scanning dependencies of target _StlMesh
[ 65%] Building CXX object CMakeFiles/_StlMesh.dir/Unix/x86_64-Release-64/StlMeshPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_StepToGeom.so
[ 65%] Built target _StepToGeom
Scanning dependencies of target _Materials
[ 65%] Building CXX object CMakeFiles/_Materials.dir/Unix/x86_64-Release-64/MaterialsPYTHON_wrap.cxx.o
[ 65%] Linking CXX shared module Unix/x86_64-Release-64/_Materials.so
[ 65%] Built target _Materials
Scanning dependencies of target _BOPTools
[ 65%] Building CXX object CMakeFiles/_BOPTools.dir/Unix/x86_64-Release-64/BOPToolsPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepAP214.so
[ 66%] Built target _RWStepAP214
Scanning dependencies of target _Dynamic
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_StlMesh.so
[ 66%] Building CXX object CMakeFiles/_Dynamic.dir/Unix/x86_64-Release-64/DynamicPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dHatch.so
[ 66%] Built target _Geom2dHatch
[ 66%] Built target _StlMesh
Scanning dependencies of target _GeomAdaptor
Scanning dependencies of target _FSD
[ 66%] Building CXX object CMakeFiles/_FSD.dir/Unix/x86_64-Release-64/FSDPYTHON_wrap.cxx.o
[ 66%] Building CXX object CMakeFiles/_GeomAdaptor.dir/Unix/x86_64-Release-64/GeomAdaptorPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_Dynamic.so
[ 66%] Built target _Dynamic
Scanning dependencies of target _ProjLib
[ 66%] Building CXX object CMakeFiles/_ProjLib.dir/Unix/x86_64-Release-64/ProjLibPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_FSD.so
[ 66%] Built target _FSD
Scanning dependencies of target _TopClass
[ 66%] Building CXX object CMakeFiles/_TopClass.dir/Unix/x86_64-Release-64/TopClassPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_GeomAdaptor.so
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_BOPTools.so
[ 66%] Built target _GeomAdaptor
Scanning dependencies of target _RWStepElement
[ 66%] Building CXX object CMakeFiles/_RWStepElement.dir/Unix/x86_64-Release-64/RWStepElementPYTHON_wrap.cxx.o
[ 66%] Built target _BOPTools
Scanning dependencies of target _PLib
[ 66%] Building CXX object CMakeFiles/_PLib.dir/Unix/x86_64-Release-64/PLibPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_TopClass.so
[ 66%] Built target _TopClass
Scanning dependencies of target _ShapeUpgrade
[ 66%] Building CXX object CMakeFiles/_ShapeUpgrade.dir/Unix/x86_64-Release-64/ShapeUpgradePYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_PLib.so
[ 66%] Built target _PLib
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_RWStepElement.so
Scanning dependencies of target _CPnts
[ 66%] Building CXX object CMakeFiles/_CPnts.dir/Unix/x86_64-Release-64/CPntsPYTHON_wrap.cxx.o
[ 66%] Built target _RWStepElement
Scanning dependencies of target _TopOpeBRep
[ 66%] Building CXX object CMakeFiles/_TopOpeBRep.dir/Unix/x86_64-Release-64/TopOpeBRepPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_ProjLib.so
[ 66%] Built target _ProjLib
Scanning dependencies of target _BOPInt
[ 66%] Building CXX object CMakeFiles/_BOPInt.dir/Unix/x86_64-Release-64/BOPIntPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_BOPInt.so
[ 66%] Built target _BOPInt
Scanning dependencies of target _TColGeom
[ 66%] Building CXX object CMakeFiles/_TColGeom.dir/Unix/x86_64-Release-64/TColGeomPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_CPnts.so
[ 66%] Built target _CPnts
Scanning dependencies of target _TopLoc
[ 66%] Building CXX object CMakeFiles/_TopLoc.dir/Unix/x86_64-Release-64/TopLocPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_TopLoc.so
[ 66%] Built target _TopLoc
Scanning dependencies of target _Contap
[ 66%] Building CXX object CMakeFiles/_Contap.dir/Unix/x86_64-Release-64/ContapPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeUpgrade.so
[ 66%] Built target _ShapeUpgrade
Scanning dependencies of target _TCollection
[ 66%] Building CXX object CMakeFiles/_TCollection.dir/Unix/x86_64-Release-64/TCollectionPYTHON_wrap.cxx.o
[ 66%] Linking CXX shared module Unix/x86_64-Release-64/_TColGeom.so
[ 66%] Built target _TColGeom
Scanning dependencies of target _GeomConvert
[ 67%] Building CXX object CMakeFiles/_GeomConvert.dir/Unix/x86_64-Release-64/GeomConvertPYTHON_wrap.cxx.o
[ 67%] Linking CXX shared module Unix/x86_64-Release-64/_TCollection.so
[ 67%] Linking CXX shared module Unix/x86_64-Release-64/_GeomConvert.so
[ 67%] Built target _TCollection
Scanning dependencies of target _Hatch
[ 67%] Built target _GeomConvert
Scanning dependencies of target _SMDS
[ 67%] Building CXX object CMakeFiles/_Hatch.dir/Unix/x86_64-Release-64/HatchPYTHON_wrap.cxx.o
[ 67%] Building CXX object CMakeFiles/_SMDS.dir/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx.o
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:32:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshVolume.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3733:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3698:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshVolume.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3733:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:146:65: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3698:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshVolume.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3733:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:285:30: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3698:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/shared_ptr.hpp:17:0,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_ElemIterator.hxx:32,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshElement.hxx:33,
from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshVolume.hxx:31,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3733:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/boost/smart_ptr/shared_ptr.hpp:329:34: warning: ‘template<class> class std::auto_ptr’ is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Failure.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Failure.hxx:11,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3698:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_MeshGroup.hxx:31:0,
from /home/rowan.goemans/cadquery/pythonocc-core/cmake-build/Unix/x86_64-Release-64/SMDSPYTHON_wrap.cxx:3743:
/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 67%] Linking CXX shared module Unix/x86_64-Release-64/_TopOpeBRep.so
[ 67%] Built target _TopOpeBRep
Scanning dependencies of target _GeomToStep
[ 67%] Building CXX object CMakeFiles/_GeomToStep.dir/Unix/x86_64-Release-64/GeomToStepPYTHON_wrap.cxx.o
[ 68%] Linking CXX shared module Unix/x86_64-Release-64/_Contap.so
[ 68%] Built target _Contap
Scanning dependencies of target _IntAna2d
[ 69%] Building CXX object CMakeFiles/_IntAna2d.dir/Unix/x86_64-Release-64/IntAna2dPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_Hatch.so
[ 70%] Built target _Hatch
Scanning dependencies of target _TColStd
[ 70%] Building CXX object CMakeFiles/_TColStd.dir/Unix/x86_64-Release-64/TColStdPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_IntAna2d.so
[ 70%] Built target _IntAna2d
Scanning dependencies of target _IntCurveSurface
[ 70%] Building CXX object CMakeFiles/_IntCurveSurface.dir/Unix/x86_64-Release-64/IntCurveSurfacePYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_GeomToStep.so
[ 70%] Built target _GeomToStep
Scanning dependencies of target _TShort
[ 70%] Building CXX object CMakeFiles/_TShort.dir/Unix/x86_64-Release-64/TShortPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_SMDS.so
[ 70%] Built target _SMDS
Scanning dependencies of target _StepAP203
[ 70%] Building CXX object CMakeFiles/_StepAP203.dir/Unix/x86_64-Release-64/StepAP203PYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_TShort.so
[ 70%] Built target _TShort
Scanning dependencies of target _Geom2dGcc
[ 70%] Building CXX object CMakeFiles/_Geom2dGcc.dir/Unix/x86_64-Release-64/Geom2dGccPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_IntCurveSurface.so
[ 70%] Built target _IntCurveSurface
Scanning dependencies of target _Storage
[ 70%] Building CXX object CMakeFiles/_Storage.dir/Unix/x86_64-Release-64/StoragePYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dGcc.so
[ 70%] Built target _Geom2dGcc
Scanning dependencies of target _CSLib
[ 70%] Building CXX object CMakeFiles/_CSLib.dir/Unix/x86_64-Release-64/CSLibPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_CSLib.so
[ 70%] Built target _CSLib
Scanning dependencies of target _StepFEA
[ 70%] Building CXX object CMakeFiles/_StepFEA.dir/Unix/x86_64-Release-64/StepFEAPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_StepAP203.so
[ 70%] Built target _StepAP203
Scanning dependencies of target _ShapeConstruct
[ 70%] Building CXX object CMakeFiles/_ShapeConstruct.dir/Unix/x86_64-Release-64/ShapeConstructPYTHON_wrap.cxx.o
[ 70%] Linking CXX shared module Unix/x86_64-Release-64/_Storage.so
[ 70%] Built target _Storage
Scanning dependencies of target _AppCont
[ 70%] Building CXX object CMakeFiles/_AppCont.dir/Unix/x86_64-Release-64/AppContPYTHON_wrap.cxx.o
[ 71%] Linking CXX shared module Unix/x86_64-Release-64/_AppCont.so
[ 71%] Built target _AppCont
Scanning dependencies of target _Expr
[ 71%] Building CXX object CMakeFiles/_Expr.dir/Unix/x86_64-Release-64/ExprPYTHON_wrap.cxx.o
[ 71%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeConstruct.so
[ 71%] Built target _ShapeConstruct
Scanning dependencies of target _Quantity
[ 71%] Building CXX object CMakeFiles/_Quantity.dir/Unix/x86_64-Release-64/QuantityPYTHON_wrap.cxx.o
[ 71%] Linking CXX shared module Unix/x86_64-Release-64/_Quantity.so
[ 71%] Built target _Quantity
Scanning dependencies of target _Resource
[ 71%] Building CXX object CMakeFiles/_Resource.dir/Unix/x86_64-Release-64/ResourcePYTHON_wrap.cxx.o
[ 71%] Linking CXX shared module Unix/x86_64-Release-64/_Resource.so
[ 71%] Built target _Resource
Scanning dependencies of target _Plugin
[ 71%] Building CXX object CMakeFiles/_Plugin.dir/Unix/x86_64-Release-64/PluginPYTHON_wrap.cxx.o
[ 71%] Linking CXX shared module Unix/x86_64-Release-64/_Plugin.so
[ 72%] Linking CXX shared module Unix/x86_64-Release-64/_Expr.so
[ 72%] Built target _Plugin
Scanning dependencies of target _IntSurf
[ 72%] Linking CXX shared module Unix/x86_64-Release-64/_TColStd.so
[ 72%] Building CXX object CMakeFiles/_IntSurf.dir/Unix/x86_64-Release-64/IntSurfPYTHON_wrap.cxx.o
[ 72%] Built target _Expr
Scanning dependencies of target _AdvApprox
[ 72%] Built target _TColStd
Scanning dependencies of target _BRepSweep
[ 72%] Building CXX object CMakeFiles/_AdvApprox.dir/Unix/x86_64-Release-64/AdvApproxPYTHON_wrap.cxx.o
[ 72%] Building CXX object CMakeFiles/_BRepSweep.dir/Unix/x86_64-Release-64/BRepSweepPYTHON_wrap.cxx.o
[ 72%] Linking CXX shared module Unix/x86_64-Release-64/_AdvApprox.so
[ 72%] Built target _AdvApprox
Scanning dependencies of target _Approx
[ 72%] Building CXX object CMakeFiles/_Approx.dir/Unix/x86_64-Release-64/ApproxPYTHON_wrap.cxx.o
[ 72%] Linking CXX shared module Unix/x86_64-Release-64/_BRepSweep.so
[ 72%] Built target _BRepSweep
Scanning dependencies of target _BRepIntCurveSurface
[ 72%] Building CXX object CMakeFiles/_BRepIntCurveSurface.dir/Unix/x86_64-Release-64/BRepIntCurveSurfacePYTHON_wrap.cxx.o
[ 72%] Linking CXX shared module Unix/x86_64-Release-64/_IntSurf.so
[ 72%] Built target _IntSurf
Scanning dependencies of target _MMgt
[ 73%] Building CXX object CMakeFiles/_MMgt.dir/Unix/x86_64-Release-64/MMgtPYTHON_wrap.cxx.o
[ 74%] Linking CXX shared module Unix/x86_64-Release-64/_BRepIntCurveSurface.so
[ 74%] Built target _BRepIntCurveSurface
Scanning dependencies of target _HatchGen
[ 74%] Building CXX object CMakeFiles/_HatchGen.dir/Unix/x86_64-Release-64/HatchGenPYTHON_wrap.cxx.o
[ 74%] Linking CXX shared module Unix/x86_64-Release-64/_MMgt.so
[ 74%] Built target _MMgt
Scanning dependencies of target _BSplCLib
[ 75%] Building CXX object CMakeFiles/_BSplCLib.dir/Unix/x86_64-Release-64/BSplCLibPYTHON_wrap.cxx.o
[ 75%] Linking CXX shared module Unix/x86_64-Release-64/_StepFEA.so
[ 75%] Built target _StepFEA
Scanning dependencies of target _XSControl
[ 75%] Building CXX object CMakeFiles/_XSControl.dir/Unix/x86_64-Release-64/XSControlPYTHON_wrap.cxx.o
[ 75%] Linking CXX shared module Unix/x86_64-Release-64/_Approx.so
[ 75%] Built target _Approx
Scanning dependencies of target _GraphDS
[ 75%] Building CXX object CMakeFiles/_GraphDS.dir/Unix/x86_64-Release-64/GraphDSPYTHON_wrap.cxx.o
[ 75%] Linking CXX shared module Unix/x86_64-Release-64/_HatchGen.so
[ 75%] Built target _HatchGen
Scanning dependencies of target _ShapeAlgo
[ 75%] Building CXX object CMakeFiles/_ShapeAlgo.dir/Unix/x86_64-Release-64/ShapeAlgoPYTHON_wrap.cxx.o
[ 75%] Linking CXX shared module Unix/x86_64-Release-64/_GraphDS.so
[ 75%] Built target _GraphDS
Scanning dependencies of target _BRep
[ 76%] Building CXX object CMakeFiles/_BRep.dir/Unix/x86_64-Release-64/BRepPYTHON_wrap.cxx.o
[ 76%] Linking CXX shared module Unix/x86_64-Release-64/_BSplCLib.so
[ 76%] Built target _BSplCLib
Scanning dependencies of target _ShapeCustom
[ 76%] Building CXX object CMakeFiles/_ShapeCustom.dir/Unix/x86_64-Release-64/ShapeCustomPYTHON_wrap.cxx.o
[ 76%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeAlgo.so
[ 76%] Built target _ShapeAlgo
Scanning dependencies of target _Addons
[ 76%] Building CXX object CMakeFiles/_Addons.dir/Unix/x86_64-Release-64/AddonsPYTHON_wrap.cxx.o
[ 76%] Building CXX object CMakeFiles/_Addons.dir/src/Addons/Font3d.cpp.o
[ 76%] Building CXX object CMakeFiles/_Addons.dir/src/Addons/TextItem.cpp.o
[ 76%] Building CXX object CMakeFiles/_Addons.dir/src/Addons/LineItem.cpp.o
[ 77%] Building CXX object CMakeFiles/_Addons.dir/src/Addons/TextureItem.cpp.o
[ 77%] Linking CXX shared module Unix/x86_64-Release-64/_Addons.so
[ 77%] Built target _Addons
Scanning dependencies of target _ApproxInt
[ 77%] Building CXX object CMakeFiles/_ApproxInt.dir/Unix/x86_64-Release-64/ApproxIntPYTHON_wrap.cxx.o
[ 77%] Linking CXX shared module Unix/x86_64-Release-64/_XSControl.so
[ 77%] Built target _XSControl
Scanning dependencies of target _StdFail
[ 77%] Building CXX object CMakeFiles/_StdFail.dir/Unix/x86_64-Release-64/StdFailPYTHON_wrap.cxx.o
[ 77%] Linking CXX shared module Unix/x86_64-Release-64/_ApproxInt.so
[ 77%] Built target _ApproxInt
Scanning dependencies of target _AppDef
[ 77%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeCustom.so
[ 77%] Building CXX object CMakeFiles/_AppDef.dir/Unix/x86_64-Release-64/AppDefPYTHON_wrap.cxx.o
[ 77%] Built target _ShapeCustom
Scanning dependencies of target _Standard
[ 78%] Building CXX object CMakeFiles/_Standard.dir/Unix/x86_64-Release-64/StandardPYTHON_wrap.cxx.o
[ 78%] Linking CXX shared module Unix/x86_64-Release-64/_StdFail.so
[ 78%] Built target _StdFail
Scanning dependencies of target _SortTools
[ 78%] Building CXX object CMakeFiles/_SortTools.dir/Unix/x86_64-Release-64/SortToolsPYTHON_wrap.cxx.o
[ 78%] Linking CXX shared module Unix/x86_64-Release-64/_SortTools.so
[ 78%] Built target _SortTools
Scanning dependencies of target _InterfaceGraphic
[ 78%] Building CXX object CMakeFiles/_InterfaceGraphic.dir/Unix/x86_64-Release-64/InterfaceGraphicPYTHON_wrap.cxx.o
[ 78%] Linking CXX shared module Unix/x86_64-Release-64/_InterfaceGraphic.so
[ 78%] Built target _InterfaceGraphic
Scanning dependencies of target _V3d
[ 78%] Building CXX object CMakeFiles/_V3d.dir/Unix/x86_64-Release-64/V3dPYTHON_wrap.cxx.o
[ 78%] Linking CXX shared module Unix/x86_64-Release-64/_Standard.so
[ 78%] Built target _Standard
Scanning dependencies of target _FairCurve
[ 79%] Building CXX object CMakeFiles/_FairCurve.dir/Unix/x86_64-Release-64/FairCurvePYTHON_wrap.cxx.o
[ 79%] Linking CXX shared module Unix/x86_64-Release-64/_BRep.so
[ 79%] Built target _BRep
Scanning dependencies of target _ChFiDS
[ 79%] Building CXX object CMakeFiles/_ChFiDS.dir/Unix/x86_64-Release-64/ChFiDSPYTHON_wrap.cxx.o
[ 79%] Linking CXX shared module Unix/x86_64-Release-64/_FairCurve.so
[ 79%] Built target _FairCurve
Scanning dependencies of target _GCE2d
[ 79%] Building CXX object CMakeFiles/_GCE2d.dir/Unix/x86_64-Release-64/GCE2dPYTHON_wrap.cxx.o
[ 79%] Linking CXX shared module Unix/x86_64-Release-64/_GCE2d.so
[ 79%] Built target _GCE2d
Scanning dependencies of target _Convert
[ 79%] Building CXX object CMakeFiles/_Convert.dir/Unix/x86_64-Release-64/ConvertPYTHON_wrap.cxx.o
[ 79%] Linking CXX shared module Unix/x86_64-Release-64/_AppDef.so
[ 79%] Built target _AppDef
Scanning dependencies of target _math
[ 79%] Building CXX object CMakeFiles/_math.dir/Unix/x86_64-Release-64/mathPYTHON_wrap.cxx.o
[ 79%] Linking CXX shared module Unix/x86_64-Release-64/_Convert.so
[ 79%] Built target _Convert
Scanning dependencies of target _IntImp
[ 80%] Building CXX object CMakeFiles/_IntImp.dir/Unix/x86_64-Release-64/IntImpPYTHON_wrap.cxx.o
[ 80%] Linking CXX shared module Unix/x86_64-Release-64/_V3d.so
[ 80%] Built target _V3d
Scanning dependencies of target _TopOpeBRepDS
[ 80%] Building CXX object CMakeFiles/_TopOpeBRepDS.dir/Unix/x86_64-Release-64/TopOpeBRepDSPYTHON_wrap.cxx.o
[ 80%] Linking CXX shared module Unix/x86_64-Release-64/_IntImp.so
[ 80%] Built target _IntImp
Scanning dependencies of target _ElCLib
[ 80%] Building CXX object CMakeFiles/_ElCLib.dir/Unix/x86_64-Release-64/ElCLibPYTHON_wrap.cxx.o
[ 80%] Linking CXX shared module Unix/x86_64-Release-64/_ChFiDS.so
[ 80%] Built target _ChFiDS
Scanning dependencies of target _TopExp
[ 81%] Building CXX object CMakeFiles/_TopExp.dir/Unix/x86_64-Release-64/TopExpPYTHON_wrap.cxx.o
[ 81%] Linking CXX shared module Unix/x86_64-Release-64/_ElCLib.so
[ 81%] Built target _ElCLib
Scanning dependencies of target _IntPatch
[ 81%] Building CXX object CMakeFiles/_IntPatch.dir/Unix/x86_64-Release-64/IntPatchPYTHON_wrap.cxx.o
[ 81%] Linking CXX shared module Unix/x86_64-Release-64/_TopExp.so
[ 81%] Built target _TopExp
Scanning dependencies of target _AppParCurves
[ 81%] Building CXX object CMakeFiles/_AppParCurves.dir/Unix/x86_64-Release-64/AppParCurvesPYTHON_wrap.cxx.o
[ 81%] Linking CXX shared module Unix/x86_64-Release-64/_math.so
[ 81%] Built target _math
Scanning dependencies of target _UTL
[ 81%] Building CXX object CMakeFiles/_UTL.dir/Unix/x86_64-Release-64/UTLPYTHON_wrap.cxx.o
[ 82%] Linking CXX shared module Unix/x86_64-Release-64/_UTL.so
[ 82%] Built target _UTL
Scanning dependencies of target _ShapeFix
[ 82%] Building CXX object CMakeFiles/_ShapeFix.dir/Unix/x86_64-Release-64/ShapeFixPYTHON_wrap.cxx.o
[ 82%] Linking CXX shared module Unix/x86_64-Release-64/_AppParCurves.so
[ 82%] Built target _AppParCurves
Scanning dependencies of target _ChFi2d
[ 83%] Building CXX object CMakeFiles/_ChFi2d.dir/Unix/x86_64-Release-64/ChFi2dPYTHON_wrap.cxx.o
[ 83%] Linking CXX shared module Unix/x86_64-Release-64/_ChFi2d.so
[ 83%] Built target _ChFi2d
Scanning dependencies of target _BSplSLib
[ 83%] Building CXX object CMakeFiles/_BSplSLib.dir/Unix/x86_64-Release-64/BSplSLibPYTHON_wrap.cxx.o
[ 83%] Linking CXX shared module Unix/x86_64-Release-64/_BSplSLib.so
[ 83%] Built target _BSplSLib
Scanning dependencies of target _Geom
[ 83%] Building CXX object CMakeFiles/_Geom.dir/Unix/x86_64-Release-64/GeomPYTHON_wrap.cxx.o
[ 83%] Linking CXX shared module Unix/x86_64-Release-64/_IntPatch.so
[ 83%] Built target _IntPatch
Scanning dependencies of target _StlAPI
[ 83%] Building CXX object CMakeFiles/_StlAPI.dir/Unix/x86_64-Release-64/StlAPIPYTHON_wrap.cxx.o
[ 83%] Linking CXX shared module Unix/x86_64-Release-64/_StlAPI.so
[ 83%] Built target _StlAPI
Scanning dependencies of target _Plate
[ 83%] Building CXX object CMakeFiles/_Plate.dir/Unix/x86_64-Release-64/PlatePYTHON_wrap.cxx.o
[ 84%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeFix.so
[ 84%] Built target _ShapeFix
Scanning dependencies of target _GeomAbs
[ 84%] Building CXX object CMakeFiles/_GeomAbs.dir/Unix/x86_64-Release-64/GeomAbsPYTHON_wrap.cxx.o
[ 84%] Linking CXX shared module Unix/x86_64-Release-64/_GeomAbs.so
[ 84%] Built target _GeomAbs
Scanning dependencies of target _Extrema
[ 84%] Building CXX object CMakeFiles/_Extrema.dir/Unix/x86_64-Release-64/ExtremaPYTHON_wrap.cxx.o
[ 85%] Linking CXX shared module Unix/x86_64-Release-64/_TopOpeBRepDS.so
[ 85%] Built target _TopOpeBRepDS
Scanning dependencies of target _Precision
[ 85%] Building CXX object CMakeFiles/_Precision.dir/Unix/x86_64-Release-64/PrecisionPYTHON_wrap.cxx.o
[ 85%] Linking CXX shared module Unix/x86_64-Release-64/_Precision.so
[ 85%] Linking CXX shared module Unix/x86_64-Release-64/_Plate.so
[ 85%] Built target _Precision
Scanning dependencies of target _Poly
[ 85%] Built target _Plate
Scanning dependencies of target _BndLib
[ 85%] Building CXX object CMakeFiles/_Poly.dir/Unix/x86_64-Release-64/PolyPYTHON_wrap.cxx.o
[ 85%] Building CXX object CMakeFiles/_BndLib.dir/Unix/x86_64-Release-64/BndLibPYTHON_wrap.cxx.o
[ 85%] Linking CXX shared module Unix/x86_64-Release-64/_BndLib.so
[ 85%] Built target _BndLib
Scanning dependencies of target _GraphTools
[ 85%] Building CXX object CMakeFiles/_GraphTools.dir/Unix/x86_64-Release-64/GraphToolsPYTHON_wrap.cxx.o
[ 85%] Linking CXX shared module Unix/x86_64-Release-64/_GraphTools.so
[ 85%] Built target _GraphTools
Scanning dependencies of target _Adaptor2d
[ 86%] Building CXX object CMakeFiles/_Adaptor2d.dir/Unix/x86_64-Release-64/Adaptor2dPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Poly.so
[ 87%] Built target _Poly
Scanning dependencies of target _FEmTool
[ 87%] Building CXX object CMakeFiles/_FEmTool.dir/Unix/x86_64-Release-64/FEmToolPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Adaptor2d.so
[ 87%] Built target _Adaptor2d
Scanning dependencies of target _AppStd
[ 87%] Building CXX object CMakeFiles/_AppStd.dir/Unix/x86_64-Release-64/AppStdPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_AppStd.so
[ 87%] Built target _AppStd
Scanning dependencies of target _GeomInt
[ 87%] Building CXX object CMakeFiles/_GeomInt.dir/Unix/x86_64-Release-64/GeomIntPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_FEmTool.so
[ 87%] Built target _FEmTool
Scanning dependencies of target _IntStart
[ 87%] Building CXX object CMakeFiles/_IntStart.dir/Unix/x86_64-Release-64/IntStartPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Geom.so
[ 87%] Built target _Geom
Scanning dependencies of target _BRepBuilderAPI
[ 87%] Building CXX object CMakeFiles/_BRepBuilderAPI.dir/Unix/x86_64-Release-64/BRepBuilderAPIPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_IntStart.so
[ 87%] Built target _IntStart
Scanning dependencies of target _IntWalk
[ 87%] Building CXX object CMakeFiles/_IntWalk.dir/Unix/x86_64-Release-64/IntWalkPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_IntWalk.so
[ 87%] Built target _IntWalk
Scanning dependencies of target _BRepTopAdaptor
[ 87%] Building CXX object CMakeFiles/_BRepTopAdaptor.dir/Unix/x86_64-Release-64/BRepTopAdaptorPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_BRepTopAdaptor.so
[ 87%] Built target _BRepTopAdaptor
Scanning dependencies of target _Geom2dAdaptor
[ 87%] Building CXX object CMakeFiles/_Geom2dAdaptor.dir/Unix/x86_64-Release-64/Geom2dAdaptorPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_GeomInt.so
[ 87%] Built target _GeomInt
Scanning dependencies of target _Law
[ 87%] Building CXX object CMakeFiles/_Law.dir/Unix/x86_64-Release-64/LawPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_BRepBuilderAPI.so
[ 87%] Built target _BRepBuilderAPI
Scanning dependencies of target _IntImpParGen
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dAdaptor.so
[ 87%] Building CXX object CMakeFiles/_IntImpParGen.dir/Unix/x86_64-Release-64/IntImpParGenPYTHON_wrap.cxx.o
[ 87%] Built target _Geom2dAdaptor
Scanning dependencies of target _StepToTopoDS
[ 87%] Building CXX object CMakeFiles/_StepToTopoDS.dir/Unix/x86_64-Release-64/StepToTopoDSPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_IntImpParGen.so
[ 87%] Built target _IntImpParGen
Scanning dependencies of target _IntRes2d
[ 87%] Building CXX object CMakeFiles/_IntRes2d.dir/Unix/x86_64-Release-64/IntRes2dPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Law.so
[ 87%] Built target _Law
Scanning dependencies of target _IntCurve
[ 87%] Building CXX object CMakeFiles/_IntCurve.dir/Unix/x86_64-Release-64/IntCurvePYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_IntRes2d.so
[ 87%] Built target _IntRes2d
Scanning dependencies of target _GccAna
[ 87%] Building CXX object CMakeFiles/_GccAna.dir/Unix/x86_64-Release-64/GccAnaPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_Extrema.so
[ 87%] Built target _Extrema
Scanning dependencies of target _gp
[ 87%] Building CXX object CMakeFiles/_gp.dir/Unix/x86_64-Release-64/gpPYTHON_wrap.cxx.o
[ 87%] Linking CXX shared module Unix/x86_64-Release-64/_IntCurve.so
[ 87%] Built target _IntCurve
Scanning dependencies of target _GccInt
[ 87%] Building CXX object CMakeFiles/_GccInt.dir/Unix/x86_64-Release-64/GccIntPYTHON_wrap.cxx.o
[ 88%] Linking CXX shared module Unix/x86_64-Release-64/_StepToTopoDS.so
[ 89%] Linking CXX shared module Unix/x86_64-Release-64/_GccAna.so
[ 89%] Built target _GccAna
Scanning dependencies of target _GeomPlate
[ 89%] Built target _StepToTopoDS
[ 89%] Linking CXX shared module Unix/x86_64-Release-64/_GccInt.so
Scanning dependencies of target _BRepCheck
[ 89%] Building CXX object CMakeFiles/_GeomPlate.dir/Unix/x86_64-Release-64/GeomPlatePYTHON_wrap.cxx.o
[ 90%] Building CXX object CMakeFiles/_BRepCheck.dir/Unix/x86_64-Release-64/BRepCheckPYTHON_wrap.cxx.o
[ 90%] Built target _GccInt
Scanning dependencies of target _LocalAnalysis
[ 90%] Building CXX object CMakeFiles/_LocalAnalysis.dir/Unix/x86_64-Release-64/LocalAnalysisPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_LocalAnalysis.so
[ 90%] Built target _LocalAnalysis
Scanning dependencies of target _BRepFill
[ 90%] Building CXX object CMakeFiles/_BRepFill.dir/Unix/x86_64-Release-64/BRepFillPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_BRepCheck.so
[ 90%] Built target _BRepCheck
Scanning dependencies of target _GeomAPI
[ 90%] Building CXX object CMakeFiles/_GeomAPI.dir/Unix/x86_64-Release-64/GeomAPIPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_GeomPlate.so
[ 90%] Built target _GeomPlate
Scanning dependencies of target _GeomFill
[ 90%] Building CXX object CMakeFiles/_GeomFill.dir/Unix/x86_64-Release-64/GeomFillPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_GeomAPI.so
[ 90%] Built target _GeomAPI
Scanning dependencies of target _Geom2dAPI
[ 90%] Building CXX object CMakeFiles/_Geom2dAPI.dir/Unix/x86_64-Release-64/Geom2dAPIPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dAPI.so
[ 90%] Built target _Geom2dAPI
Scanning dependencies of target _IntAna
[ 90%] Building CXX object CMakeFiles/_IntAna.dir/Unix/x86_64-Release-64/IntAnaPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_IntAna.so
[ 90%] Built target _IntAna
Scanning dependencies of target _BOPAlgo
[ 90%] Building CXX object CMakeFiles/_BOPAlgo.dir/Unix/x86_64-Release-64/BOPAlgoPYTHON_wrap.cxx.o
[ 90%] Linking CXX shared module Unix/x86_64-Release-64/_BRepFill.so
[ 90%] Built target _BRepFill
Scanning dependencies of target _BRepOffset
[ 90%] Building CXX object CMakeFiles/_BRepOffset.dir/Unix/x86_64-Release-64/BRepOffsetPYTHON_wrap.cxx.o
[ 91%] Linking CXX shared module Unix/x86_64-Release-64/_BOPAlgo.so
[ 91%] Built target _BOPAlgo
Scanning dependencies of target _Geom2dLProp
[ 92%] Building CXX object CMakeFiles/_Geom2dLProp.dir/Unix/x86_64-Release-64/Geom2dLPropPYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_GeomFill.so
[ 92%] Built target _GeomFill
Scanning dependencies of target _NLPlate
[ 92%] Building CXX object CMakeFiles/_NLPlate.dir/Unix/x86_64-Release-64/NLPlatePYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_Geom2dLProp.so
[ 92%] Built target _Geom2dLProp
Scanning dependencies of target _SelectMgr
[ 92%] Building CXX object CMakeFiles/_SelectMgr.dir/Unix/x86_64-Release-64/SelectMgrPYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_BRepOffset.so
[ 92%] Built target _BRepOffset
Scanning dependencies of target _IntPolyh
[ 92%] Building CXX object CMakeFiles/_IntPolyh.dir/Unix/x86_64-Release-64/IntPolyhPYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_gp.so
[ 92%] Built target _gp
Scanning dependencies of target _IntCurvesFace
[ 92%] Building CXX object CMakeFiles/_IntCurvesFace.dir/Unix/x86_64-Release-64/IntCurvesFacePYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_NLPlate.so
[ 92%] Built target _NLPlate
Scanning dependencies of target _MAT
[ 92%] Building CXX object CMakeFiles/_MAT.dir/Unix/x86_64-Release-64/MATPYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_IntCurvesFace.so
[ 92%] Built target _IntCurvesFace
Scanning dependencies of target _TopTrans
[ 92%] Building CXX object CMakeFiles/_TopTrans.dir/Unix/x86_64-Release-64/TopTransPYTHON_wrap.cxx.o
[ 92%] Linking CXX shared module Unix/x86_64-Release-64/_TopTrans.so
[ 92%] Built target _TopTrans
Scanning dependencies of target _BRepMAT2d
[ 92%] Building CXX object CMakeFiles/_BRepMAT2d.dir/Unix/x86_64-Release-64/BRepMAT2dPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_IntPolyh.so
[ 93%] Built target _IntPolyh
Scanning dependencies of target _BRepBndLib
[ 93%] Building CXX object CMakeFiles/_BRepBndLib.dir/Unix/x86_64-Release-64/BRepBndLibPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_BRepBndLib.so
[ 93%] Built target _BRepBndLib
Scanning dependencies of target _BRepExtrema
[ 93%] Building CXX object CMakeFiles/_BRepExtrema.dir/Unix/x86_64-Release-64/BRepExtremaPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_BRepMAT2d.so
[ 93%] Built target _BRepMAT2d
Scanning dependencies of target _BRepClass
[ 93%] Building CXX object CMakeFiles/_BRepClass.dir/Unix/x86_64-Release-64/BRepClassPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_SelectMgr.so
[ 93%] Built target _SelectMgr
Scanning dependencies of target _BRepGProp
[ 93%] Building CXX object CMakeFiles/_BRepGProp.dir/Unix/x86_64-Release-64/BRepGPropPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_MAT.so
[ 93%] Built target _MAT
Scanning dependencies of target _BRepPrimAPI
[ 93%] Building CXX object CMakeFiles/_BRepPrimAPI.dir/Unix/x86_64-Release-64/BRepPrimAPIPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_BRepClass.so
[ 93%] Built target _BRepClass
Scanning dependencies of target _AppStdL
[ 93%] Building CXX object CMakeFiles/_AppStdL.dir/Unix/x86_64-Release-64/AppStdLPYTHON_wrap.cxx.o
[ 93%] Linking CXX shared module Unix/x86_64-Release-64/_BRepExtrema.so
[ 93%] Built target _BRepExtrema
Scanning dependencies of target _BRepClass3d
[ 93%] Building CXX object CMakeFiles/_BRepClass3d.dir/Unix/x86_64-Release-64/BRepClass3dPYTHON_wrap.cxx.o
[ 94%] Linking CXX shared module Unix/x86_64-Release-64/_AppStdL.so
[ 94%] Built target _AppStdL
Scanning dependencies of target _Image
[ 94%] Building CXX object CMakeFiles/_Image.dir/Unix/x86_64-Release-64/ImagePYTHON_wrap.cxx.o
[ 94%] Linking CXX shared module Unix/x86_64-Release-64/_BRepGProp.so
[ 94%] Built target _BRepGProp
Scanning dependencies of target _GC
[ 94%] Building CXX object CMakeFiles/_GC.dir/Unix/x86_64-Release-64/GCPYTHON_wrap.cxx.o
[ 94%] Linking CXX shared module Unix/x86_64-Release-64/_Image.so
[ 94%] Built target _Image
Scanning dependencies of target _BRepApprox
[ 95%] Building CXX object CMakeFiles/_BRepApprox.dir/Unix/x86_64-Release-64/BRepApproxPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BRepPrimAPI.so
[ 96%] Built target _BRepPrimAPI
Scanning dependencies of target _BRepPrim
[ 96%] Building CXX object CMakeFiles/_BRepPrim.dir/Unix/x86_64-Release-64/BRepPrimPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BRepClass3d.so
[ 96%] Built target _BRepClass3d
Scanning dependencies of target _Primitives
[ 96%] Building CXX object CMakeFiles/_Primitives.dir/Unix/x86_64-Release-64/PrimitivesPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_Primitives.so
[ 96%] Built target _Primitives
Scanning dependencies of target _Sweep
[ 96%] Building CXX object CMakeFiles/_Sweep.dir/Unix/x86_64-Release-64/SweepPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_GC.so
[ 96%] Built target _GC
Scanning dependencies of target _Dico
[ 96%] Building CXX object CMakeFiles/_Dico.dir/Unix/x86_64-Release-64/DicoPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_Sweep.so
[ 96%] Built target _Sweep
Scanning dependencies of target _IntTools
[ 96%] Building CXX object CMakeFiles/_IntTools.dir/Unix/x86_64-Release-64/IntToolsPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BRepPrim.so
[ 96%] Built target _BRepPrim
Scanning dependencies of target _BRepAlgoAPI
[ 96%] Building CXX object CMakeFiles/_BRepAlgoAPI.dir/Unix/x86_64-Release-64/BRepAlgoAPIPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_Dico.so
[ 96%] Built target _Dico
Scanning dependencies of target _BOPCol
[ 96%] Building CXX object CMakeFiles/_BOPCol.dir/Unix/x86_64-Release-64/BOPColPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BRepApprox.so
[ 96%] Built target _BRepApprox
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BOPCol.so
Scanning dependencies of target _BRepTools
[ 96%] Building CXX object CMakeFiles/_BRepTools.dir/Unix/x86_64-Release-64/BRepToolsPYTHON_wrap.cxx.o
[ 96%] Built target _BOPCol
Scanning dependencies of target _HLRBRep
[ 96%] Building CXX object CMakeFiles/_HLRBRep.dir/Unix/x86_64-Release-64/HLRBRepPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_BRepAlgoAPI.so
[ 96%] Built target _BRepAlgoAPI
Scanning dependencies of target _XBRepMesh
[ 96%] Building CXX object CMakeFiles/_XBRepMesh.dir/Unix/x86_64-Release-64/XBRepMeshPYTHON_wrap.cxx.o
[ 96%] Linking CXX shared module Unix/x86_64-Release-64/_XBRepMesh.so
[ 96%] Built target _XBRepMesh
Scanning dependencies of target _GccIter
[ 96%] Building CXX object CMakeFiles/_GccIter.dir/Unix/x86_64-Release-64/GccIterPYTHON_wrap.cxx.o
[ 97%] Linking CXX shared module Unix/x86_64-Release-64/_GccIter.so
[ 97%] Built target _GccIter
Scanning dependencies of target _HLRAlgo
[ 97%] Building CXX object CMakeFiles/_HLRAlgo.dir/Unix/x86_64-Release-64/HLRAlgoPYTHON_wrap.cxx.o
[ 97%] Linking CXX shared module Unix/x86_64-Release-64/_BRepTools.so
[ 97%] Built target _BRepTools
Scanning dependencies of target _HLRAppli
[ 97%] Building CXX object CMakeFiles/_HLRAppli.dir/Unix/x86_64-Release-64/HLRAppliPYTHON_wrap.cxx.o
[ 97%] Linking CXX shared module Unix/x86_64-Release-64/_HLRAppli.so
[ 97%] Built target _HLRAppli
Scanning dependencies of target _Intrv
[ 97%] Building CXX object CMakeFiles/_Intrv.dir/Unix/x86_64-Release-64/IntrvPYTHON_wrap.cxx.o
[ 97%] Linking CXX shared module Unix/x86_64-Release-64/_Intrv.so
[ 97%] Built target _Intrv
Scanning dependencies of target _ElSLib
[ 97%] Building CXX object CMakeFiles/_ElSLib.dir/Unix/x86_64-Release-64/ElSLibPYTHON_wrap.cxx.o
[ 97%] Linking CXX shared module Unix/x86_64-Release-64/_ElSLib.so
[ 97%] Built target _ElSLib
Scanning dependencies of target _BRepMesh
[ 97%] Building CXX object CMakeFiles/_BRepMesh.dir/Unix/x86_64-Release-64/BRepMeshPYTHON_wrap.cxx.o
[ 98%] Linking CXX shared module Unix/x86_64-Release-64/_IntTools.so
[ 98%] Built target _IntTools
Scanning dependencies of target _IntPoly
[ 98%] Building CXX object CMakeFiles/_IntPoly.dir/Unix/x86_64-Release-64/IntPolyPYTHON_wrap.cxx.o
[ 99%] Linking CXX shared module Unix/x86_64-Release-64/_HLRAlgo.so
[ 99%] Built target _HLRAlgo
Scanning dependencies of target _ExprIntrp
[ 99%] Building CXX object CMakeFiles/_ExprIntrp.dir/Unix/x86_64-Release-64/ExprIntrpPYTHON_wrap.cxx.o
[ 99%] Linking CXX shared module Unix/x86_64-Release-64/_IntPoly.so
[ 99%] Built target _IntPoly
Scanning dependencies of target _HLRTopoBRep
[ 99%] Building CXX object CMakeFiles/_HLRTopoBRep.dir/Unix/x86_64-Release-64/HLRTopoBRepPYTHON_wrap.cxx.o
[ 99%] Linking CXX shared module Unix/x86_64-Release-64/_ExprIntrp.so
[ 99%] Built target _ExprIntrp
Scanning dependencies of target _ShapeExtend
[ 99%] Building CXX object CMakeFiles/_ShapeExtend.dir/Unix/x86_64-Release-64/ShapeExtendPYTHON_wrap.cxx.o
[ 99%] Linking CXX shared module Unix/x86_64-Release-64/_HLRTopoBRep.so
[ 99%] Built target _HLRTopoBRep
Scanning dependencies of target _SMDSAbs
[100%] Linking CXX shared module Unix/x86_64-Release-64/_BRepMesh.so
[100%] Building CXX object CMakeFiles/_SMDSAbs.dir/Unix/x86_64-Release-64/SMDSAbsPYTHON_wrap.cxx.o
[100%] Built target _BRepMesh
Scanning dependencies of target _ShapeProcess
[100%] Building CXX object CMakeFiles/_ShapeProcess.dir/Unix/x86_64-Release-64/ShapeProcessPYTHON_wrap.cxx.o
[100%] Linking CXX shared module Unix/x86_64-Release-64/_SMDSAbs.so
[100%] Built target _SMDSAbs
Scanning dependencies of target _ShapeProcessAPI
[100%] Building CXX object CMakeFiles/_ShapeProcessAPI.dir/Unix/x86_64-Release-64/ShapeProcessAPIPYTHON_wrap.cxx.o
[100%] Linking CXX shared module Unix/x86_64-Release-64/_HLRBRep.so
[100%] Built target _HLRBRep
[100%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeProcessAPI.so
[100%] Built target _ShapeProcessAPI
[100%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeExtend.so
[100%] Linking CXX shared module Unix/x86_64-Release-64/_ShapeProcess.so
[100%] Built target _ShapeExtend
[100%] Built target _ShapeProcess
[nix-shell:~/cadquery/pythonocc-core/cmake-build]$ make install
[ 0%] Built target StdMeshers_swig_compilation
[ 0%] Built target _StdMeshers
[ 0%] Built target SMESHDS_swig_compilation
[ 0%] Built target _SMESHDS
[ 0%] Built target SMESH_swig_compilation
[ 1%] Built target _SMESH
[ 1%] Built target IGESCAFControl_swig_compilation
[ 1%] Built target _IGESCAFControl
[ 1%] Built target STEPCAFControl_swig_compilation
[ 1%] Built target _STEPCAFControl
[ 1%] Built target XCAFPrs_swig_compilation
[ 1%] Built target _XCAFPrs
[ 1%] Built target XCAFDoc_swig_compilation
[ 1%] Built target _XCAFDoc
[ 1%] Built target PCDM_swig_compilation
[ 2%] Built target _PCDM
[ 3%] Built target CDM_swig_compilation
[ 3%] Built target _CDM
[ 3%] Built target CDF_swig_compilation
[ 4%] Built target _CDF
[ 4%] Built target TDataStd_swig_compilation
[ 4%] Built target _TDataStd
[ 4%] Built target TDF_swig_compilation
[ 5%] Built target _TDF
[ 5%] Built target TPrsStd_swig_compilation
[ 5%] Built target _TPrsStd
[ 6%] Built target TNaming_swig_compilation
[ 6%] Built target _TNaming
[ 6%] Built target TDataXtd_swig_compilation
[ 6%] Built target _TDataXtd
[ 6%] Built target TransferBRep_swig_compilation
[ 6%] Built target _TransferBRep
[ 6%] Built target IFSelect_swig_compilation
[ 6%] Built target _IFSelect
[ 6%] Built target Interface_swig_compilation
[ 6%] Built target _Interface
[ 6%] Built target RWStepShape_swig_compilation
[ 6%] Built target _RWStepShape
[ 6%] Built target StepShape_swig_compilation
[ 6%] Built target _StepShape
[ 6%] Built target RWStepGeom_swig_compilation
[ 7%] Built target _RWStepGeom
[ 7%] Built target RWStepRepr_swig_compilation
[ 7%] Built target _RWStepRepr
[ 7%] Built target RWStepBasic_swig_compilation
[ 7%] Built target _RWStepBasic
[ 7%] Built target StepBasic_swig_compilation
[ 8%] Built target _StepBasic
[ 8%] Built target TDocStd_swig_compilation
[ 8%] Built target _TDocStd
[ 8%] Built target StlTransfer_swig_compilation
[ 9%] Built target _StlTransfer
[ 9%] Built target StepElement_swig_compilation
[ 9%] Built target _StepElement
[ 9%] Built target StepAP209_swig_compilation
[ 9%] Built target _StepAP209
[ 9%] Built target STEPControl_swig_compilation
[ 10%] Built target _STEPControl
[ 10%] Built target TopoDSToStep_swig_compilation
[ 10%] Built target _TopoDSToStep
[ 11%] Built target STEPEdit_swig_compilation
[ 11%] Built target _STEPEdit
[ 11%] Built target STEPConstruct_swig_compilation
[ 11%] Built target _STEPConstruct
[ 11%] Built target RWStepAP203_swig_compilation
[ 11%] Built target _RWStepAP203
[ 11%] Built target StepAP214_swig_compilation
[ 11%] Built target _StepAP214
[ 12%] Built target StepDimTol_swig_compilation
[ 12%] Built target _StepDimTol
[ 12%] Built target RWStepVisual_swig_compilation
[ 12%] Built target _RWStepVisual
[ 13%] Built target RWStepDimTol_swig_compilation
[ 13%] Built target _RWStepDimTol
[ 13%] Built target IGESControl_swig_compilation
[ 14%] Built target _IGESControl
[ 14%] Built target GEOMAlgo_swig_compilation
[ 14%] Built target _GEOMAlgo
[ 14%] Built target Visualization_swig_compilation
[ 15%] Built target _Visualization
[ 15%] Built target RWStepFEA_swig_compilation
[ 15%] Built target _RWStepFEA
[ 16%] Built target StepVisual_swig_compilation
[ 16%] Built target _StepVisual
[ 16%] Built target StdSelect_swig_compilation
[ 17%] Built target _StdSelect
[ 17%] Built target DsgPrs_swig_compilation
[ 18%] Built target _DsgPrs
[ 18%] Built target XCAFApp_swig_compilation
[ 19%] Built target _XCAFApp
[ 19%] Built target AIS_swig_compilation
[ 19%] Built target _AIS
[ 19%] Built target PrsMgr_swig_compilation
[ 19%] Built target _PrsMgr
[ 19%] Built target StdPrs_swig_compilation
[ 19%] Built target _StdPrs
[ 19%] Built target Prs3d_swig_compilation
[ 20%] Built target _Prs3d
[ 20%] Built target Select3D_swig_compilation
[ 20%] Built target _Select3D
[ 20%] Built target Visual3d_swig_compilation
[ 20%] Built target _Visual3d
[ 20%] Built target TColQuantity_swig_compilation
[ 20%] Built target _TColQuantity
[ 20%] Built target Aspect_swig_compilation
[ 20%] Built target _Aspect
[ 20%] Built target MeshVS_swig_compilation
[ 20%] Built target _MeshVS
[ 20%] Built target RWStl_swig_compilation
[ 21%] Built target _RWStl
[ 22%] Built target Voxel_swig_compilation
[ 22%] Built target _Voxel
[ 22%] Built target BiTgte_swig_compilation
[ 22%] Built target _BiTgte
[ 22%] Built target BRepFeat_swig_compilation
[ 23%] Built target _BRepFeat
[ 23%] Built target LocOpe_swig_compilation
[ 24%] Built target _LocOpe
[ 24%] Built target FilletSurf_swig_compilation
[ 24%] Built target _FilletSurf
[ 25%] Built target BRepFilletAPI_swig_compilation
[ 25%] Built target _BRepFilletAPI
[ 25%] Built target StepRepr_swig_compilation
[ 25%] Built target _StepRepr
[ 26%] Built target BRepBlend_swig_compilation
[ 26%] Built target _BRepBlend
[ 26%] Built target Blend_swig_compilation
[ 27%] Built target _Blend
[ 27%] Built target ChFiKPart_swig_compilation
[ 27%] Built target _ChFiKPart
[ 27%] Built target BRepProj_swig_compilation
[ 27%] Built target _BRepProj
[ 27%] Built target BRepAlgo_swig_compilation
[ 27%] Built target _BRepAlgo
[ 27%] Built target TopOpeBRepTool_swig_compilation
[ 27%] Built target _TopOpeBRepTool
[ 27%] Built target ChFi3d_swig_compilation
[ 27%] Built target _ChFi3d
[ 27%] Built target BRepAdaptor_swig_compilation
[ 27%] Built target _BRepAdaptor
[ 28%] Built target TopoDS_swig_compilation
[ 29%] Built target _TopoDS
[ 29%] Built target gce_swig_compilation
[ 30%] Built target _gce
[ 30%] Built target TColGeom2d_swig_compilation
[ 31%] Built target _TColGeom2d
[ 31%] Built target BRepLProp_swig_compilation
[ 31%] Built target _BRepLProp
[ 31%] Built target TopBas_swig_compilation
[ 31%] Built target _TopBas
[ 31%] Built target TopTools_swig_compilation
[ 31%] Built target _TopTools
[ 31%] Built target MAT2d_swig_compilation
[ 31%] Built target _MAT2d
[ 31%] Built target BlendFunc_swig_compilation
[ 31%] Built target _BlendFunc
[ 31%] Built target Geom2dConvert_swig_compilation
[ 32%] Built target _Geom2dConvert
[ 32%] Built target AdvApp2Var_swig_compilation
[ 32%] Built target _AdvApp2Var
[ 32%] Built target Transfer_swig_compilation
[ 32%] Built target _Transfer
[ 32%] Built target Hermit_swig_compilation
[ 32%] Built target _Hermit
[ 32%] Built target STEPSelections_swig_compilation
[ 32%] Built target _STEPSelections
[ 32%] Built target Units_swig_compilation
[ 32%] Built target _Units
[ 32%] Built target GccGeo_swig_compilation
[ 32%] Built target _GccGeo
[ 32%] Built target GCPnts_swig_compilation
[ 33%] Built target _GCPnts
[ 33%] Built target GccEnt_swig_compilation
[ 33%] Built target _GccEnt
[ 34%] Built target GeomProjLib_swig_compilation
[ 34%] Built target _GeomProjLib
[ 34%] Built target TopAbs_swig_compilation
[ 35%] Built target _TopAbs
[ 35%] Built target GeomLProp_swig_compilation
[ 35%] Built target _GeomLProp
[ 35%] Built target BOPDS_swig_compilation
[ 35%] Built target _BOPDS
[ 35%] Built target Geom2dInt_swig_compilation
[ 35%] Built target _Geom2dInt
[ 35%] Built target GeomTools_swig_compilation
[ 36%] Built target _GeomTools
[ 36%] Built target Intf_swig_compilation
[ 37%] Built target _Intf
[ 37%] Built target TopOpeBRepBuild_swig_compilation
[ 37%] Built target _TopOpeBRepBuild
[ 37%] Built target GeomLib_swig_compilation
[ 38%] Built target _GeomLib
[ 38%] Built target OSD_swig_compilation
[ 38%] Built target _OSD
[ 38%] Built target ShapeBuild_swig_compilation
[ 39%] Built target _ShapeBuild
[ 39%] Built target StepGeom_swig_compilation
[ 40%] Built target _StepGeom
[ 40%] Built target BRepOffsetAPI_swig_compilation
[ 40%] Built target _BRepOffsetAPI
[ 40%] Built target Bnd_swig_compilation
[ 40%] Built target _Bnd
[ 40%] Built target GProp_swig_compilation
[ 40%] Built target _GProp
[ 40%] Built target LProp3d_swig_compilation
[ 40%] Built target _LProp3d
[ 40%] Built target Adaptor3d_swig_compilation
[ 40%] Built target _Adaptor3d
[ 40%] Built target AppBlend_swig_compilation
[ 40%] Built target _AppBlend
[ 40%] Built target SelectBasics_swig_compilation
[ 41%] Built target _SelectBasics
[ 41%] Built target Draft_swig_compilation
[ 41%] Built target _Draft
[ 41%] Built target LProp_swig_compilation
[ 41%] Built target _LProp
[ 42%] Built target NIS_swig_compilation
[ 42%] Built target _NIS
[ 42%] Built target Graphic3d_swig_compilation
[ 42%] Built target _Graphic3d
[ 42%] Built target TColgp_swig_compilation
[ 42%] Built target _TColgp
[ 42%] Built target Geom2d_swig_compilation
[ 42%] Built target _Geom2d
[ 42%] Built target TopCnx_swig_compilation
[ 42%] Built target _TopCnx
[ 42%] Built target NCollection_swig_compilation
[ 43%] Built target _NCollection
[ 43%] Built target ShapeAnalysis_swig_compilation
[ 43%] Built target _ShapeAnalysis
[ 43%] Built target TFunction_swig_compilation
[ 44%] Built target _TFunction
[ 44%] Built target IncludeLibrary_swig_compilation
[ 44%] Built target _IncludeLibrary
[ 44%] Built target BRepLib_swig_compilation
[ 44%] Built target _BRepLib
[ 44%] Built target UnitsAPI_swig_compilation
[ 44%] Built target _UnitsAPI
[ 44%] Built target Message_swig_compilation
[ 44%] Built target _Message
[ 44%] Built target Bisector_swig_compilation
[ 44%] Built target _Bisector
[ 44%] Built target StepToGeom_swig_compilation
[ 44%] Built target _StepToGeom
[ 44%] Built target RWStepAP214_swig_compilation
[ 45%] Built target _RWStepAP214
[ 45%] Built target Geom2dHatch_swig_compilation
[ 45%] Built target _Geom2dHatch
[ 45%] Built target StlMesh_swig_compilation
[ 45%] Built target _StlMesh
[ 45%] Built target Materials_swig_compilation
[ 45%] Built target _Materials
[ 45%] Built target BOPTools_swig_compilation
[ 45%] Built target _BOPTools
[ 45%] Built target Dynamic_swig_compilation
[ 45%] Built target _Dynamic
[ 45%] Built target GeomAdaptor_swig_compilation
[ 45%] Built target _GeomAdaptor
[ 45%] Built target FSD_swig_compilation
[ 45%] Built target _FSD
[ 45%] Built target ProjLib_swig_compilation
[ 45%] Built target _ProjLib
[ 45%] Built target TopClass_swig_compilation
[ 45%] Built target _TopClass
[ 45%] Built target RWStepElement_swig_compilation
[ 45%] Built target _RWStepElement
[ 45%] Built target PLib_swig_compilation
[ 45%] Built target _PLib
[ 45%] Built target ShapeUpgrade_swig_compilation
[ 45%] Built target _ShapeUpgrade
[ 45%] Built target CPnts_swig_compilation
[ 45%] Built target _CPnts
[ 45%] Built target TopOpeBRep_swig_compilation
[ 45%] Built target _TopOpeBRep
[ 45%] Built target BOPInt_swig_compilation
[ 45%] Built target _BOPInt
[ 45%] Built target TColGeom_swig_compilation
[ 45%] Built target _TColGeom
[ 46%] Built target TopLoc_swig_compilation
[ 46%] Built target _TopLoc
[ 46%] Built target Contap_swig_compilation
[ 47%] Built target _Contap
[ 47%] Built target TCollection_swig_compilation
[ 47%] Built target _TCollection
[ 47%] Built target GeomConvert_swig_compilation
[ 48%] Built target _GeomConvert
[ 48%] Built target Hatch_swig_compilation
[ 49%] Built target _Hatch
[ 49%] Built target SMDS_swig_compilation
[ 49%] Built target _SMDS
[ 49%] Built target GeomToStep_swig_compilation
[ 49%] Built target _GeomToStep
[ 49%] Built target IntAna2d_swig_compilation
[ 50%] Built target _IntAna2d
[ 51%] Built target TColStd_swig_compilation
[ 51%] Built target _TColStd
[ 51%] Built target IntCurveSurface_swig_compilation
[ 51%] Built target _IntCurveSurface
[ 51%] Built target TShort_swig_compilation
[ 51%] Built target _TShort
[ 51%] Built target StepAP203_swig_compilation
[ 51%] Built target _StepAP203
[ 51%] Built target Geom2dGcc_swig_compilation
[ 51%] Built target _Geom2dGcc
[ 51%] Built target Storage_swig_compilation
[ 51%] Built target _Storage
[ 51%] Built target CSLib_swig_compilation
[ 51%] Built target _CSLib
[ 51%] Built target StepFEA_swig_compilation
[ 51%] Built target _StepFEA
[ 52%] Built target ShapeConstruct_swig_compilation
[ 52%] Built target _ShapeConstruct
[ 52%] Built target AppCont_swig_compilation
[ 53%] Built target _AppCont
[ 54%] Built target Expr_swig_compilation
[ 55%] Built target _Expr
[ 55%] Built target Quantity_swig_compilation
[ 55%] Built target _Quantity
[ 56%] Built target Resource_swig_compilation
[ 56%] Built target _Resource
[ 56%] Built target Plugin_swig_compilation
[ 56%] Built target _Plugin
[ 56%] Built target IntSurf_swig_compilation
[ 56%] Built target _IntSurf
[ 56%] Built target AdvApprox_swig_compilation
[ 56%] Built target _AdvApprox
[ 56%] Built target BRepSweep_swig_compilation
[ 56%] Built target _BRepSweep
[ 56%] Built target Approx_swig_compilation
[ 56%] Built target _Approx
[ 56%] Built target BRepIntCurveSurface_swig_compilation
[ 57%] Built target _BRepIntCurveSurface
[ 57%] Built target MMgt_swig_compilation
[ 58%] Built target _MMgt
[ 58%] Built target HatchGen_swig_compilation
[ 58%] Built target _HatchGen
[ 59%] Built target BSplCLib_swig_compilation
[ 60%] Built target _BSplCLib
[ 60%] Built target XSControl_swig_compilation
[ 60%] Built target _XSControl
[ 60%] Built target GraphDS_swig_compilation
[ 60%] Built target _GraphDS
[ 60%] Built target ShapeAlgo_swig_compilation
[ 60%] Built target _ShapeAlgo
[ 60%] Built target BRep_swig_compilation
[ 61%] Built target _BRep
[ 61%] Built target ShapeCustom_swig_compilation
[ 61%] Built target _ShapeCustom
[ 61%] Built target Addons_swig_compilation
[ 62%] Built target _Addons
[ 62%] Built target ApproxInt_swig_compilation
[ 62%] Built target _ApproxInt
[ 63%] Built target StdFail_swig_compilation
[ 63%] Built target _StdFail
[ 64%] Built target AppDef_swig_compilation
[ 64%] Built target _AppDef
[ 64%] Built target Standard_swig_compilation
[ 65%] Built target _Standard
[ 65%] Built target SortTools_swig_compilation
[ 65%] Built target _SortTools
[ 65%] Built target InterfaceGraphic_swig_compilation
[ 65%] Built target _InterfaceGraphic
[ 65%] Built target V3d_swig_compilation
[ 65%] Built target _V3d
[ 65%] Built target FairCurve_swig_compilation
[ 66%] Built target _FairCurve
[ 66%] Built target ChFiDS_swig_compilation
[ 66%] Built target _ChFiDS
[ 66%] Built target GCE2d_swig_compilation
[ 66%] Built target _GCE2d
[ 67%] Built target Convert_swig_compilation
[ 67%] Built target _Convert
[ 68%] Built target math_swig_compilation
[ 68%] Built target _math
[ 69%] Built target IntImp_swig_compilation
[ 70%] Built target _IntImp
[ 70%] Built target TopOpeBRepDS_swig_compilation
[ 71%] Built target _TopOpeBRepDS
[ 71%] Built target ElCLib_swig_compilation
[ 71%] Built target _ElCLib
[ 71%] Built target TopExp_swig_compilation
[ 72%] Built target _TopExp
[ 72%] Built target IntPatch_swig_compilation
[ 72%] Built target _IntPatch
[ 72%] Built target AppParCurves_swig_compilation
[ 72%] Built target _AppParCurves
[ 72%] Built target UTL_swig_compilation
[ 73%] Built target _UTL
[ 73%] Built target ShapeFix_swig_compilation
[ 74%] Built target _ShapeFix
[ 74%] Built target ChFi2d_swig_compilation
[ 75%] Built target _ChFi2d
[ 75%] Built target BSplSLib_swig_compilation
[ 75%] Built target _BSplSLib
[ 75%] Built target Geom_swig_compilation
[ 75%] Built target _Geom
[ 75%] Built target StlAPI_swig_compilation
[ 75%] Built target _StlAPI
[ 75%] Built target Plate_swig_compilation
[ 75%] Built target _Plate
[ 76%] Built target GeomAbs_swig_compilation
[ 76%] Built target _GeomAbs
[ 76%] Built target Extrema_swig_compilation
[ 76%] Built target _Extrema
[ 77%] Built target Precision_swig_compilation
[ 77%] Built target _Precision
[ 77%] Built target Poly_swig_compilation
[ 78%] Built target _Poly
[ 78%] Built target BndLib_swig_compilation
[ 78%] Built target _BndLib
[ 78%] Built target GraphTools_swig_compilation
[ 78%] Built target _GraphTools
[ 78%] Built target Adaptor2d_swig_compilation
[ 79%] Built target _Adaptor2d
[ 79%] Built target FEmTool_swig_compilation
[ 79%] Built target _FEmTool
[ 79%] Built target AppStd_swig_compilation
[ 79%] Built target _AppStd
[ 79%] Built target GeomInt_swig_compilation
[ 79%] Built target _GeomInt
[ 79%] Built target IntStart_swig_compilation
[ 79%] Built target _IntStart
[ 79%] Built target BRepBuilderAPI_swig_compilation
[ 79%] Built target _BRepBuilderAPI
[ 80%] Built target IntWalk_swig_compilation
[ 80%] Built target _IntWalk
[ 80%] Built target BRepTopAdaptor_swig_compilation
[ 80%] Built target _BRepTopAdaptor
[ 81%] Built target Geom2dAdaptor_swig_compilation
[ 81%] Built target _Geom2dAdaptor
[ 81%] Built target Law_swig_compilation
[ 81%] Built target _Law
[ 81%] Built target IntImpParGen_swig_compilation
[ 81%] Built target _IntImpParGen
[ 81%] Built target StepToTopoDS_swig_compilation
[ 82%] Built target _StepToTopoDS
[ 82%] Built target IntRes2d_swig_compilation
[ 82%] Built target _IntRes2d
[ 82%] Built target IntCurve_swig_compilation
[ 82%] Built target _IntCurve
[ 82%] Built target GccAna_swig_compilation
[ 83%] Built target _GccAna
[ 83%] Built target gp_swig_compilation
[ 83%] Built target _gp
[ 83%] Built target GccInt_swig_compilation
[ 83%] Built target _GccInt
[ 83%] Built target GeomPlate_swig_compilation
[ 83%] Built target _GeomPlate
[ 83%] Built target BRepCheck_swig_compilation
[ 84%] Built target _BRepCheck
[ 85%] Built target LocalAnalysis_swig_compilation
[ 85%] Built target _LocalAnalysis
[ 85%] Built target BRepFill_swig_compilation
[ 85%] Built target _BRepFill
[ 85%] Built target GeomAPI_swig_compilation
[ 85%] Built target _GeomAPI
[ 85%] Built target GeomFill_swig_compilation
[ 85%] Built target _GeomFill
[ 85%] Built target Geom2dAPI_swig_compilation
[ 85%] Built target _Geom2dAPI
[ 85%] Built target IntAna_swig_compilation
[ 85%] Built target _IntAna
[ 85%] Built target BOPAlgo_swig_compilation
[ 86%] Built target _BOPAlgo
[ 87%] Built target BRepOffset_swig_compilation
[ 87%] Built target _BRepOffset
[ 87%] Built target Geom2dLProp_swig_compilation
[ 88%] Built target _Geom2dLProp
[ 88%] Built target NLPlate_swig_compilation
[ 88%] Built target _NLPlate
[ 88%] Built target SelectMgr_swig_compilation
[ 88%] Built target _SelectMgr
[ 88%] Built target IntPolyh_swig_compilation
[ 89%] Built target _IntPolyh
[ 89%] Built target IntCurvesFace_swig_compilation
[ 89%] Built target _IntCurvesFace
[ 89%] Built target MAT_swig_compilation
[ 89%] Built target _MAT
[ 89%] Built target TopTrans_swig_compilation
[ 89%] Built target _TopTrans
[ 89%] Built target BRepMAT2d_swig_compilation
[ 89%] Built target _BRepMAT2d
[ 89%] Built target BRepBndLib_swig_compilation
[ 89%] Built target _BRepBndLib
[ 89%] Built target BRepExtrema_swig_compilation
[ 89%] Built target _BRepExtrema
[ 89%] Built target BRepClass_swig_compilation
[ 89%] Built target _BRepClass
[ 89%] Built target BRepGProp_swig_compilation
[ 89%] Built target _BRepGProp
[ 89%] Built target BRepPrimAPI_swig_compilation
[ 90%] Built target _BRepPrimAPI
[ 90%] Built target AppStdL_swig_compilation
[ 91%] Built target _AppStdL
[ 91%] Built target BRepClass3d_swig_compilation
[ 91%] Built target _BRepClass3d
[ 92%] Built target Image_swig_compilation
[ 92%] Built target _Image
[ 93%] Built target GC_swig_compilation
[ 93%] Built target _GC
[ 93%] Built target BRepApprox_swig_compilation
[ 94%] Built target _BRepApprox
[ 94%] Built target BRepPrim_swig_compilation
[ 94%] Built target _BRepPrim
[ 94%] Built target Primitives_swig_compilation
[ 94%] Built target _Primitives
[ 94%] Built target Sweep_swig_compilation
[ 94%] Built target _Sweep
[ 94%] Built target Dico_swig_compilation
[ 94%] Built target _Dico
[ 94%] Built target IntTools_swig_compilation
[ 95%] Built target _IntTools
[ 95%] Built target BRepAlgoAPI_swig_compilation
[ 95%] Built target _BRepAlgoAPI
[ 96%] Built target BOPCol_swig_compilation
[ 96%] Built target _BOPCol
[ 96%] Built target BRepTools_swig_compilation
[ 96%] Built target _BRepTools
[ 97%] Built target HLRBRep_swig_compilation
[ 97%] Built target _HLRBRep
[ 97%] Built target XBRepMesh_swig_compilation
[ 97%] Built target _XBRepMesh
[ 97%] Built target GccIter_swig_compilation
[ 98%] Built target _GccIter
[ 98%] Built target HLRAlgo_swig_compilation
[ 99%] Built target _HLRAlgo
[ 99%] Built target HLRAppli_swig_compilation
[ 99%] Built target _HLRAppli
[ 99%] Built target Intrv_swig_compilation
[ 99%] Built target _Intrv
[ 99%] Built target ElSLib_swig_compilation
[ 99%] Built target _ElSLib
[ 99%] Built target BRepMesh_swig_compilation
[100%] Built target _BRepMesh
[100%] Built target IntPoly_swig_compilation
[100%] Built target _IntPoly
[100%] Built target ExprIntrp_swig_compilation
[100%] Built target _ExprIntrp
[100%] Built target HLRTopoBRep_swig_compilation
[100%] Built target _HLRTopoBRep
[100%] Built target ShapeExtend_swig_compilation
[100%] Built target _ShapeExtend
[100%] Built target SMDSAbs_swig_compilation
[100%] Built target _SMDSAbs
[100%] Built target ShapeProcess_swig_compilation
[100%] Built target _ShapeProcess
[100%] Built target ShapeProcessAPI_swig_compilation
[100%] Built target _ShapeProcessAPI
Install the project...
-- Install configuration: "Release"
CMake Error at cmake_install.cmake:49 (file):
file cannot create directory:
/nix/store/wi8f2d3zl88mvjlhpil97rng9cm51hjf-pythonocc-core/lib/python3.7/site-packages/OCC/Core.
Maybe need administrative privileges.
make: *** [Makefile:108: install] Error 1
This file has been truncated, but you can view the full file.
these derivations will be built:
/nix/store/wjsg79s04cryjrjfqh5kibvqa18w7y53-pythonocc-core.drv
building '/nix/store/wjsg79s04cryjrjfqh5kibvqa18w7y53-pythonocc-core.drv'...
unpacking sources
unpacking source archive /nix/store/agcybas3ljcjllbc9ipnz1kn35y8cpx9-source
source root is source
patching sources
configuring
fixing cmake files...
cmake flags: -DCMAKE_FIND_PACKAGE_NO_SYSTEM_PACKAGE_REGISTRY=ON -DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_SKIP_BUILD_RPATH=ON -DCMAKE_INSTALL_INCLUDEDIR=/nix/store/3qv70m5a7sbzamxj1m886qwbdmf25chv-pythonocc-core/include -DCMAKE_INSTALL_LIBDIR=/nix/store/3qv70m5a7sbzamxj1m886qwbdmf25chv-pythonocc-core/lib -DCMAKE_INSTALL_NAME_DIR=/nix/store/3qv70m5a7sbzamxj1m886qwbdmf25chv-pythonocc-core/lib -DCMAKE_POLICY_DEFAULT_CMP0025=NEW -DCMAKE_OSX_DEPLOYMENT_TARGET= -DCMAKE_OSX_SYSROOT= -DCMAKE_FIND_FRAMEWORK=last -DCMAKE_STRIP=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/strip -DCMAKE_RANLIB=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ranlib -DCMAKE_AR=/nix/store/0y7jmqnj48ikjh37n3dl9kqw9hnn68nq-binutils-2.31.1/bin/ar -DCMAKE_C_COMPILER=gcc -DCMAKE_CXX_COMPILER=g++ -DCMAKE_INSTALL_PREFIX=/nix/store/3qv70m5a7sbzamxj1m886qwbdmf25chv-pythonocc-core -Wno-desv -DPYTHONOCC_INSTALL_DIRECTORY=/nix/store/3qv70m5a7sbzamxj1m886qwbdmf25chv-pythonocc-core/lib/python3.7/site-packages/OCC -DSMESH_INCLUDE_PATH=/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/include/smesh -DSMESH_LIB_PATH=/nix/store/qiryxmxn3naaig8n03vm59s73wrscil9-smesh/lib -DPYTHONOCC_WRAP_SMESH=TRUE
-- The CXX compiler identification is GNU 7.4.0
-- The C compiler identification is GNU 7.4.0
-- Check for working CXX compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/g++
-- Check for working CXX compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/g++ -- 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: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/gcc
-- Check for working C compiler: /nix/store/ghzg4kg0sjif58smj2lfm2bdvjwim85y-gcc-wrapper-7.4.0/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Looking for OCE ...
-- OCE found.
-- Built type will be Release
-- Could NOT find Boost
-- Boost not found, using bundled 1.52.0 headers.
-- Build 64bit
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_EXPORT_NO_PACKAGE_REGISTRY
PYTHONOCC_INSTALL_DIRECTORY
PYTHONOCC_WRAP_SMESH
SMESH_INCLUDE_PATH
SMESH_LIB_PATH
-- Build files have been written to: /build/source/build
cmake: enabled parallel building
building
build flags: -j4 -l4 SHELL=/nix/store/cinw572b38aln37glr0zb8lxwrgaffl4-bash-4.4-p23/bin/bash
Scanning dependencies of target Driver
Scanning dependencies of target gtest
[ 1%] Building CXX object test/CMakeFiles/gtest.dir/gtest-1.7.0/src/gtest-all.cc.o
[ 1%] Building CXX object src/CMakeFiles/Driver.dir/Driver/Driver_Mesh.cpp.o
[ 2%] Building CXX object src/CMakeFiles/Driver.dir/Driver/Driver_Document.cpp.o
Scanning dependencies of target SMDS
[ 3%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_EdgePosition.cpp.o
[ 4%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_FaceOfEdges.cpp.o
[ 4%] Building CXX object src/CMakeFiles/Driver.dir/Driver/Driver_SMDS_Mesh.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMDS/SMDS_EdgePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 5%] Building CXX object src/CMakeFiles/Driver.dir/Driver/Driver_SMESHDS_Mesh.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfEdges.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfEdges.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 5%] Linking CXX shared library libDriver.so
[ 6%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_FaceOfNodes.cpp.o
[ 6%] Built target Driver
[ 7%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_FacePosition.cpp.o
[ 7%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_IteratorOfElements.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_FaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_FacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_FacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/SMDS/SMDS_FaceOfNodes.cpp:32:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_IteratorOfElements.hxx:27,
from /build/source/src/SMDS/SMDS_IteratorOfElements.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 8%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MemoryLimit.cpp.o
[ 9%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_Mesh.cpp.o
[ 9%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_Mesh0DElement.cpp.o
[ 10%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshEdge.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_Mesh0DElement.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh0DElement.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/SMDS/SMDS_Mesh.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/src/SMDS/SMDS_MeshEdge.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/SMDS/SMDS_Mesh.cpp:29:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
/build/source/src/SMDS/SMDS_Mesh.cpp:62:51: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMDS_Mesh::CheckMemory(const bool doNotRaise) throw (std::bad_alloc)
^~~~~
[ 11%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshElement.cpp.o
[ 11%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshElementIDFactory.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_MeshElement.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElementIDFactory.hxx:32,
from /build/source/src/SMDS/SMDS_MeshElementIDFactory.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 12%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshFace.cpp.o
[ 13%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshGroup.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/src/SMDS/SMDS_MeshFace.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMDS_MeshGroup.hxx:31,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 13%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshIDFactory.cpp.o
In file included from /build/source/inc/SMDS_MeshGroup.hxx:31:0,
from /build/source/src/SMDS/SMDS_MeshGroup.cpp:31:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 14%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshNode.cpp.o
[ 15%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshObject.cpp.o
[ 15%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_MeshVolume.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMDS/SMDS_MeshNode.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/src/SMDS/SMDS_MeshVolume.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 16%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_PolygonalFaceOfNodes.cpp.o
[ 17%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp.o
[ 17%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_Position.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_PolygonalFaceOfNodes.hxx:29,
from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/inc/SMDS_PolyhedralVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_PolyhedralVolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/src/SMDS/SMDS_Position.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 18%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_QuadraticEdge.cpp.o
In file included from /build/source/src/SMDS/SMDS_PolygonalFaceOfNodes.cpp:32:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshEdge.hxx:31,
from /build/source/inc/SMDS_QuadraticEdge.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticEdge.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 19%] Linking CXX static library libgtest.a
[ 19%] Built target gtest
[ 20%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_QuadraticFaceOfNodes.cpp.o
[ 20%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_QuadraticVolumeOfNodes.cpp.o
[ 21%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_SpacePosition.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshFace.hxx:31,
from /build/source/inc/SMDS_QuadraticFaceOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_QuadraticVolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_QuadraticVolumeOfNodes.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 22%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_VertexPosition.cpp.o
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_SpacePosition.hxx:31,
from /build/source/src/SMDS/SMDS_SpacePosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 22%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_VolumeOfFaces.cpp.o
In file included from /build/source/src/SMDS/SMDS_QuadraticFaceOfNodes.cpp:32:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_VertexPosition.hxx:31,
from /build/source/src/SMDS/SMDS_VertexPosition.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfFaces.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfFaces.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 23%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_VolumeOfNodes.cpp.o
[ 24%] Building CXX object src/CMakeFiles/SMDS.dir/SMDS/SMDS_VolumeTool.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshVolume.hxx:31,
from /build/source/inc/SMDS_VolumeOfNodes.hxx:31,
from /build/source/src/SMDS/SMDS_VolumeOfNodes.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/src/SMDS/SMDS_VolumeTool.cpp:32:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/SMDS/SMDS_VolumeTool.cpp:35:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 24%] Linking CXX shared library libSMDS.so
[ 24%] Built target SMDS
Scanning dependencies of target DriverDAT
Scanning dependencies of target DriverSTL
Scanning dependencies of target SMESHDS
[ 25%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DAT_Test.cpp.o
[ 25%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Command.cpp.o
[ 26%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp.o
[ 26%] Building CXX object src/CMakeFiles/DriverSTL.dir/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp.o
[ 26%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_R_SMESHDS_Document.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 27%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_R_SMESHDS_Mesh.cpp.o
In file included from /build/source/src/DriverDAT/DriverDAT_R_SMDS_Mesh.cpp:25:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:56:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt.hxx:13,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:56:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt.hxx:13,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:56:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt.hxx:13,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:56:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt.hxx:13,
from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 28%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp.o
In file included from /build/source/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp:56:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 28%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_W_SMESHDS_Document.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 29%] Building CXX object src/CMakeFiles/DriverDAT.dir/DriverDAT/DriverDAT_W_SMESHDS_Mesh.cpp.o
[ 30%] Building CXX object src/CMakeFiles/DriverSTL.dir/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp.o
[ 31%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Document.cpp.o
In file included from /build/source/src/DriverDAT/DriverDAT_W_SMDS_Mesh.cpp:26:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 32%] Linking CXX shared library libDriverDAT.so
In file included from /build/source/src/DriverSTL/DriverSTL_W_SMDS_Mesh.cpp:26:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 33%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Group.cpp.o
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESHDS_Document.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Document.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 33%] Built target DriverDAT
[ 33%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_GroupBase.cpp.o
[ 34%] Building CXX object src/CMakeFiles/DriverSTL.dir/DriverSTL/STL_Test.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_Group.hxx:33,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 34%] Linking CXX shared library libDriverSTL.so
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMDS_MeshGroup.hxx:31:0,
from /build/source/inc/SMESHDS_Group.hxx:34,
from /build/source/src/SMESHDS/SMESHDS_Group.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 34%] Built target DriverSTL
[ 35%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_GroupOnGeom.cpp.o
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/src/SMESHDS/SMESHDS_GroupBase.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 36%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Hypothesis.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/SMESHDS_GroupOnGeom.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 36%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Mesh.cpp.o
[ 37%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_Script.cpp.o
[ 38%] Building CXX object src/CMakeFiles/SMESHDS.dir/SMESHDS/SMESHDS_SubMesh.cpp.o
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/src/SMESHDS/SMESHDS_GroupOnGeom.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_SubMesh.hxx:31,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/src/SMESHDS/SMESHDS_Mesh.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_SubMesh.hxx:31:0,
from /build/source/src/SMESHDS/SMESHDS_SubMesh.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 38%] Linking CXX shared library libSMESHDS.so
[ 38%] Built target SMESHDS
Scanning dependencies of target DriverUNV
[ 40%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_R_SMESHDS_Document.cpp.o
[ 40%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp.o
[ 40%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_R_SMESHDS_Mesh.cpp.o
[ 41%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp.o
[ 42%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_W_SMESHDS_Document.cpp.o
[ 42%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/DriverUNV_W_SMESHDS_Mesh.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:24:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 43%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/UNV2411_Structure.cpp.o
[ 44%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/UNV2412_Structure.cpp.o
In file included from /build/source/src/DriverUNV/DriverUNV_W_SMDS_Mesh.cpp:26:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/DriverUNV/DriverUNV_R_SMDS_Mesh.cpp:23:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 44%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/UNV2417_Structure.cpp.o
[ 45%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/UNV_Test.cpp.o
[ 46%] Building CXX object src/CMakeFiles/DriverUNV.dir/DriverUNV/UNV_Utilities.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESHDS_GroupBase.hxx:34,
from /build/source/inc/DriverUNV_W_SMDS_Mesh.h:28,
from /build/source/src/DriverUNV/UNV_Test.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 46%] Linking CXX shared library libDriverUNV.so
[ 46%] Built target DriverUNV
Scanning dependencies of target SMESH
[ 47%] Building CXX object src/CMakeFiles/SMESH.dir/Controls/SMESHControls.cpp.o
[ 48%] Building CXX object src/CMakeFiles/SMESH.dir/Controls/SMESH_Controls.cpp.o
[ 49%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_1D_Algo.cpp.o
[ 49%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_0D_Algo.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESH_Controls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_0D_Algo.hxx:32,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/Controls/SMESHControls.cpp:22:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:29:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_0D_Algo.cpp:28:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_1D_Algo.cpp:29:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_0D_Algo.cpp:28:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_1D_Algo.cpp:29:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/Controls/SMESH_Controls.cpp:56:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 50%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_2D_Algo.cpp.o
[ 50%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_3D_Algo.cpp.o
[ 51%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Algo.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_Algo.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:29:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_Algo.cpp:30:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_2D_Algo.cpp:29:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_3D_Algo.cpp:29:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_2D_Algo.cpp:29:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_3D_Algo.cpp:29:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_Algo.cpp:30:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Algo.cpp:30:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
[ 52%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Block.cpp.o
[ 53%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Exception.cpp.o
[ 53%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Gen.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMESH/SMESH_Block.cpp:55:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopAbs_ShapeEnum.hxx:9,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopExp.hxx:13,
from /build/source/inc/SMESH_Block.hxx:35,
from /build/source/src/SMESH/SMESH_Block.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMESH/SMESH_Block.cpp:55:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopAbs_ShapeEnum.hxx:9,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopExp.hxx:13,
from /build/source/inc/SMESH_Block.hxx:35,
from /build/source/src/SMESH/SMESH_Block.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMESH/SMESH_Block.cpp:55:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopAbs_ShapeEnum.hxx:9,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopExp.hxx:13,
from /build/source/inc/SMESH_Block.hxx:35,
from /build/source/src/SMESH/SMESH_Block.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/src/SMESH/SMESH_Block.cpp:55:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopAbs_ShapeEnum.hxx:9,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopExp.hxx:13,
from /build/source/inc/SMESH_Block.hxx:35,
from /build/source/src/SMESH/SMESH_Block.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 54%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Group.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_Gen.cpp:27:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Gen.cpp:27:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Group.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Group.hxx:36,
from /build/source/src/SMESH/SMESH_Group.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Group.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Group.hxx:36,
from /build/source/src/SMESH/SMESH_Group.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Group.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Group.hxx:36,
from /build/source/src/SMESH/SMESH_Group.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/SMESH/SMESH_Gen.cpp:106:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Group.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Group.hxx:36,
from /build/source/src/SMESH/SMESH_Group.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Group.cpp:29:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Group.cpp:29:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
[ 55%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_HypoFilter.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_HypoFilter.hxx:38,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_HypoFilter.hxx:38,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_HypoFilter.hxx:38,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_HypoFilter.hxx:38,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_HypoFilter.cpp:30:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 55%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Hypothesis.cpp.o
[ 56%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Mesh.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 57%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_MeshEditor.cpp.o
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Hypothesis.cpp:28:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/SMESH/SMESH_Mesh.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 57%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_MeshVSLink.cpp.o
In file included from /build/source/src/SMESH/SMESH_Mesh.cpp:27:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Mesh.cpp:29:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshEditor.hxx:37,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
[ 58%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_MesherHelper.cpp.o
In file included from /build/source/inc/SMESH_MeshEditor.hxx:37:0,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:462:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int anHypId ) throw(SALOME_Exception)
^~~~~
In file included from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:0:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/src/SMESH/SMESH_MeshEditor.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:573:44: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int anHypId)throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:666:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:795:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & SMESH_Mesh::GetLog() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:807:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SMESH_Mesh::ClearLog() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:821:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:860:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:881:1: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:898:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:972:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1045:50: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SMESH_Mesh::SetAutoColor(bool theAutoColor) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1051:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool SMESH_Mesh::GetAutoColor() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1073:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1078:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SMESH_Mesh::ExportDAT(const char *file) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1088:46: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SMESH_Mesh::ExportUNV(const char *file) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1109:66: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SMESH_Mesh::ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1126:27: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbNodes() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1138:32: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::Nb0DElements() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1150:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbEdges(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1162:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbFaces(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1174:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbTriangles(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1186:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbQuadrangles(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1198:30: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbPolygons() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1210:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbVolumes(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1222:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbTetras(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1234:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbHexas(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1246:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbPyramids(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1258:54: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbPrisms(SMDSAbs_ElementOrder order) throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1270:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbPolyhedrons() throw(SALOME_Exception)
^~~~~
/build/source/src/SMESH/SMESH_Mesh.cpp:1282:29: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int SMESH_Mesh::NbSubMesh() throw(SALOME_Exception)
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshVSLink.hxx:67,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TColStd_HArray2OfInteger.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TColStd_HArray2OfInteger.hxx:11,
from /build/source/inc/SMESH_MeshVSLink.jxx:28,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshVSLink.hxx:67,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TColStd_HArray2OfInteger.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TColStd_HArray2OfInteger.hxx:11,
from /build/source/inc/SMESH_MeshVSLink.jxx:28,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshVSLink.hxx:67,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TColStd_HArray2OfInteger.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TColStd_HArray2OfInteger.hxx:11,
from /build/source/inc/SMESH_MeshVSLink.jxx:28,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshVSLink.hxx:67,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TColStd_HArray2OfInteger.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TColStd_HArray2OfInteger.hxx:11,
from /build/source/inc/SMESH_MeshVSLink.jxx:28,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshVSLink.hxx:67,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/SMESH_MeshEditor.hxx:37,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
/build/source/src/SMESH/SMESH_MeshEditor.cpp: In member function 'SMESH_MeshEditor::Sew_Error SMESH_MeshEditor::SewFreeBorder(const SMDS_MeshNode*, const SMDS_MeshNode*, const SMDS_MeshNode*, const SMDS_MeshNode*, const SMDS_MeshNode*, const SMDS_MeshNode*, bool, bool, bool)':
/build/source/src/SMESH/SMESH_MeshEditor.cpp:6968:35: warning: narrowing conversion of 'nSide[0].std::__cxx11::list<const SMDS_MeshNode*>::size()' from 'std::__cxx11::list<const SMDS_MeshNode*>::size_type {aka long unsigned int}' to 'int' inside { } [-Wnarrowing]
int nbNodes[] = { nSide[0].size(), nSide[1].size() };
~~~~~~~~~~~~~^~
/build/source/src/SMESH/SMESH_MeshEditor.cpp:6968:52: warning: narrowing conversion of 'nSide[1].std::__cxx11::list<const SMDS_MeshNode*>::size()' from 'std::__cxx11::list<const SMDS_MeshNode*>::size_type {aka long unsigned int}' to 'int' inside { } [-Wnarrowing]
int nbNodes[] = { nSide[0].size(), nSide[1].size() };
~~~~~~~~~~~~~^~
In file included from /build/source/inc/SMESH_MeshVSLink.hxx:67:0,
from /build/source/inc/SMESH_MeshVSLink.jxx:40,
from /build/source/inc/SMESH_MeshVSLink.ixx:27,
from /build/source/src/SMESH/SMESH_MeshVSLink.cpp:28:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MeshEditor.hxx:37:0,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMESH_MeshEditor.hxx:35,
from /build/source/inc/SMESH_MesherHelper.hxx:31,
from /build/source/src/SMESH/SMESH_MesherHelper.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 59%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Octree.cpp.o
[ 59%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_OctreeNode.cpp.o
[ 60%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_Pattern.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:39,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Bnd_B3d.hxx:15,
from /build/source/inc/SMESH_Octree.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:33,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:39,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Bnd_B3d.hxx:15,
from /build/source/inc/SMESH_Octree.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:33,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:39,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Bnd_B3d.hxx:15,
from /build/source/inc/SMESH_Octree.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:33,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:39,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XYZ.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Bnd_B3d.hxx:15,
from /build/source/inc/SMESH_Octree.hxx:32,
from /build/source/inc/SMESH_OctreeNode.hxx:33,
from /build/source/src/SMESH/SMESH_OctreeNode.cpp:30:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMESH/SMESH_Pattern.cpp:61:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Pattern.hxx:37,
from /build/source/src/SMESH/SMESH_Pattern.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMESH/SMESH_Pattern.cpp:61:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Pattern.hxx:37,
from /build/source/src/SMESH/SMESH_Pattern.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMESH/SMESH_Pattern.cpp:61:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Pattern.hxx:37,
from /build/source/src/SMESH/SMESH_Pattern.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_Position.hxx:32,
from /build/source/inc/SMDS_EdgePosition.hxx:31,
from /build/source/src/SMESH/SMESH_Pattern.cpp:61:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Pattern.hxx:37,
from /build/source/src/SMESH/SMESH_Pattern.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 61%] Building CXX object src/CMakeFiles/SMESH.dir/SMESH/SMESH_subMesh.cpp.o
In file included from /build/source/inc/SMDS_MeshGroup.hxx:31:0,
from /build/source/inc/SMESHDS_Group.hxx:34,
from /build/source/src/SMESH/SMESH_Pattern.cpp:67:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/SMESH/SMESH_Pattern.cpp:71:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/SMESH/SMESH_Pattern.cpp:72:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_Standard_Transient.hxx:20,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_MMgt_TShared.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Handle_TopoDS_TShape.hxx:11,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/TopoDS_Shape.hxx:13,
from /build/source/inc/SMESH_Pattern.hxx:37,
from /build/source/src/SMESH/SMESH_Pattern.cpp:26:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/SMESH/SMESH_subMesh.cpp:30:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/SMESH/SMESH_subMesh.cpp:30:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/SMESH/SMESH_subMesh.cpp:34:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/src/SMESH/SMESH_subMesh.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 61%] Linking CXX shared library libSMESH.so
[ 61%] Built target SMESH
Scanning dependencies of target SMESHArray1_test
Scanning dependencies of target MEFISTO2
Scanning dependencies of target CreateMesh_test
Scanning dependencies of target STL2Mesh_test
[ 62%] Building CXX object src/CMakeFiles/MEFISTO2.dir/MEFISTO2/aptrte.cpp.o
[ 63%] Building CXX object test/SMESHArray1_test/CMakeFiles/SMESHArray1_test.dir/SMESHArray1_test.cpp.o
[ 63%] Building CXX object test/CreateMesh_test/CMakeFiles/CreateMesh_test.dir/CreateMesh_test.cpp.o
[ 64%] Building CXX object test/STL2Mesh_test/CMakeFiles/STL2Mesh_test.dir/STL2Mesh_test.cpp.o
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Gen.hxx:36,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 65%] Linking CXX executable SMESHArray1_test
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/test/CreateMesh_test/CreateMesh_test.cpp:1:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/test/STL2Mesh_test/STL2Mesh_test.cpp:1:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
[ 65%] Built target SMESHArray1_test
[ 66%] Building C object src/CMakeFiles/MEFISTO2.dir/MEFISTO2/trte.c.o
[ 67%] Linking CXX executable CreateMesh_test
[ 68%] Linking CXX executable STL2Mesh_test
[ 68%] Built target CreateMesh_test
[ 68%] Built target STL2Mesh_test
[ 68%] Linking CXX shared library libMEFISTO2.so
[ 68%] Built target MEFISTO2
Scanning dependencies of target StdMeshers
[ 69%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_Arithmetic1D.cpp.o
[ 69%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_AutomaticLength.cpp.o
[ 70%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_CompositeHexa_3D.cpp.o
[ 70%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_CompositeSegment_1D.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:27:0:
/build/source/inc/StdMeshers_Arithmetic1D.hxx:46:53: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length, bool isStartLength) throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:27:0:
/build/source/inc/StdMeshers_AutomaticLength.hxx:58:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_AutomaticLength.hxx:64:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_AutomaticLength.hxx:77:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:30:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/StdMeshers_Regular_1D.hxx:35:0,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/build/source/inc/StdMeshers_FixedPoints1D.hxx:47:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_FixedPoints1D.hxx:50:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:31:0:
/build/source/inc/StdMeshers_AutomaticLength.hxx:58:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_AutomaticLength.hxx:64:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_AutomaticLength.hxx:77:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:30:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:29:0:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
/build/source/src/StdMeshers/StdMeshers_Arithmetic1D.cpp:76:6: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/SMESH_Gen.hxx:40,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:33:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:35:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:29:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:33:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:36:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_CompositeHexa_3D.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_CompositeHexa_3D.cpp:27:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:86:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:33:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:213:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/StdMeshers/StdMeshers_AutomaticLength.cpp:235:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp: In member function 'virtual void {anonymous}::VertexNodesRestoringListener::ProcessEvent(int, int, SMESH_subMesh*, EventListenerData*, const SMESH_Hypothesis*)':
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:202:15: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
auto_ptr< StdMeshers_FaceSide > side
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp: In member function 'virtual void StdMeshers_CompositeSegment_1D::SetEventListener(SMESH_subMesh*)':
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:269:5: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
auto_ptr< StdMeshers_FaceSide > side
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp: In member function 'virtual bool StdMeshers_CompositeSegment_1D::Compute(SMESH_Mesh&, const TopoDS_Shape&)':
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:345:3: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
auto_ptr< StdMeshers_FaceSide > side( GetFaceSide(aMesh, edge, nullFace, true ));
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
/build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:361:3: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
auto_ptr< BRepAdaptor_CompCurve > C3d ( side->GetCurve3d() );
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_1D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Regular_1D.hxx:33,
from /build/source/inc/StdMeshers_CompositeSegment_1D.hxx:30,
from /build/source/src/StdMeshers/StdMeshers_CompositeSegment_1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
[ 71%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_Deflection1D.cpp.o
[ 72%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_Distribution.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:26:0:
/build/source/inc/StdMeshers_Deflection1D.hxx:41:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetDeflection(double value) throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:29:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
[ 72%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_FaceSide.cpp.o
/build/source/src/StdMeshers/StdMeshers_Deflection1D.cpp:78:6: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
[ 73%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_FixedPoints1D.cpp.o
[ 74%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_Hexa_3D.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:27:0:
/build/source/inc/StdMeshers_FixedPoints1D.hxx:47:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_FixedPoints1D.hxx:50:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/StdMeshers_FaceSide.hxx:38,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XY.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt2d.hxx:13,
from /build/source/inc/StdMeshers_FaceSide.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/StdMeshers_FaceSide.hxx:38,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XY.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt2d.hxx:13,
from /build/source/inc/StdMeshers_FaceSide.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/StdMeshers_FaceSide.hxx:38,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XY.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt2d.hxx:13,
from /build/source/inc/StdMeshers_FaceSide.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/StdMeshers_FaceSide.hxx:38,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XY.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt2d.hxx:13,
from /build/source/inc/StdMeshers_FaceSide.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:29:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:32:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:35:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:36:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/locale_conv.h:41:0,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/locale:43,
from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/iomanip:43,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Stream.hxx:21,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_OStream.hxx:19,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_ExtCharacter.hxx:28,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_PrimitiveTypes.hxx:33,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/Standard_Storable.hxx:15,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_XY.hxx:14,
from /nix/store/rgyyidbd8lyiy9kfa8azgyp9ixbyl1cy-opencascade-oce-0.18.3/lib/oce-0.18/../../include/oce/gp_Pnt2d.hxx:13,
from /build/source/inc/StdMeshers_FaceSide.hxx:31,
from /build/source/src/StdMeshers/StdMeshers_FaceSide.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:30:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:30:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
/build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:77:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
/build/source/src/StdMeshers/StdMeshers_FixedPoints1D.cpp:90:31: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception)
^~~~~
In file included from /build/source/inc/StdMeshers_Hexa_3D.hxx:34:0,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:38,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_3D_Algo.hxx:33,
from /build/source/inc/StdMeshers_Hexa_3D.hxx:33,
from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_Hexa_3D.cpp:35:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
[ 75%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_LayerDistribution.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_LayerDistribution.cpp:27:0:
/build/source/inc/StdMeshers_LayerDistribution.hxx:62:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
/build/source/src/StdMeshers/StdMeshers_LayerDistribution.cpp:72:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception )
^~~~~
[ 75%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_LayerDistribution2D.cpp.o
[ 76%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_LengthFromEdges.cpp.o
[ 77%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_LocalLength.cpp.o
In file included from /build/source/inc/StdMeshers_LayerDistribution2D.hxx:30:0,
from /build/source/src/StdMeshers/StdMeshers_LayerDistribution2D.cpp:27:
/build/source/inc/StdMeshers_LayerDistribution.hxx:62:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw ( SALOME_Exception );
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:28:0:
/build/source/inc/StdMeshers_LengthFromEdges.hxx:45:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
/build/source/src/StdMeshers/StdMeshers_LengthFromEdges.cpp:65:3: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception)
^~~~~
[ 77%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_MEFISTO_2D.cpp.o
[ 78%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_MaxElementArea.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:29:0:
/build/source/inc/StdMeshers_LocalLength.hxx:43:33: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetLength(double length) throw(SALOME_Exception);
^~~~~
/build/source/inc/StdMeshers_LocalLength.hxx:44:39: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetPrecision(double precision) throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMDS_ElemIterator.hxx:32,
from /build/source/inc/SMDS_MeshElement.hxx:33,
from /build/source/inc/SMDS_MeshNode.hxx:31,
from /build/source/inc/SMDS_Mesh.hxx:31,
from /build/source/inc/SMESHDS_Mesh.hxx:31,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:29:0:
/build/source/inc/StdMeshers_MaxElementArea.hxx:42:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMaxArea(double maxArea) throw(SALOME_Exception);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_Mesh.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:32:0,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/detail/shared_count.hpp:284:33: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_count( std::auto_ptr<Y> & r ): pi_( new sp_counted_impl_p<Y>( r.get() ) )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:146:65: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
template< class T, class R > struct sp_enable_if_auto_ptr< std::auto_ptr< T >, R >
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:285:30: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
explicit shared_ptr(std::auto_ptr<Y> & r): px(r.get()), pn()
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17:0,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:329:34: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
shared_ptr & operator=( std::auto_ptr<Y> & r )
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ControlsDef.hxx:29,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:31:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:31:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
/build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:80:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void StdMeshers_LocalLength::SetLength(double length) throw(SALOME_Exception)
^~~~~
/build/source/src/StdMeshers/StdMeshers_LocalLength.cpp:107:65: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void StdMeshers_LocalLength::SetPrecision (double thePrecision) throw(SALOME_Exception)
^~~~~
In file included from /build/source/inc/SMESHDS_Mesh.hxx:31:0,
from /build/source/inc/SMESH_subMesh.hxx:32,
from /build/source/inc/SMESH_2D_Algo.hxx:34,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_Gen.hxx:42:0,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:30:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportSTL(const char *file, const bool isascii) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:205:17: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbNodes() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:207:22: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int Nb0DElements() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:209:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbEdges(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:211:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbFaces(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:213:59: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTriangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:215:61: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbQuadrangles(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:217:20: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolygons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:219:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbVolumes(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:221:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbTetras(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:223:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbHexas(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:225:58: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPyramids(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:227:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPrisms(SMDSAbs_ElementOrder order = ORDER_ANY) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:229:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbPolyhedrons() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:231:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
int NbSubMesh() throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:30:0:
/build/source/inc/SMESH_Gen.hxx:69:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
In file included from /build/source/inc/SMESHDS_SubMesh.hxx:31:0,
from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:33:
/build/source/inc/SMDS_Mesh.hxx:501:55: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
static int CheckMemory(const bool doNotRaise=false) throw (std::bad_alloc);
^~~~~
In file included from /build/source/inc/SMESH_MesherHelper.hxx:31:0,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:34:
/build/source/inc/SMESH_MeshEditor.hxx:264:16: warning: 'template<class> class std::auto_ptr' is deprecated [-Wdeprecated-declarations]
typedef std::auto_ptr< std::list<int> > PGroupIDs;
^~~~~~~~
In file included from /nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/memory:80:0,
from /build/source/boost-1.52.0/boost/config/no_tr1/memory.hpp:21,
from /build/source/boost-1.52.0/boost/smart_ptr/shared_ptr.hpp:27,
from /build/source/boost-1.52.0/boost/shared_ptr.hpp:17,
from /build/source/inc/SMESH_ComputeError.hxx:33,
from /build/source/inc/SMESH_Algo.hxx:34,
from /build/source/inc/SMESH_2D_Algo.hxx:33,
from /build/source/inc/StdMeshers_MEFISTO_2D.hxx:34,
from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:28:
/nix/store/d4n93jn9fdq8fkmkm1q8f32lfagvibjk-gcc-7.4.0/include/c++/7.4.0/bits/unique_ptr.h:51:28: note: declared here
template<typename> class auto_ptr;
^~~~~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:38:0:
/build/source/inc/StdMeshers_MaxElementArea.hxx:42:35: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetMaxArea(double maxArea) throw(SALOME_Exception);
^~~~~
In file included from /build/source/src/StdMeshers/StdMeshers_MEFISTO_2D.cpp:39:0:
/build/source/inc/StdMeshers_LengthFromEdges.hxx:45:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw (SALOME_Exception);
^~~~~
[ 79%] Building CXX object src/CMakeFiles/StdMeshers.dir/StdMeshers/StdMeshers_MaxElementVolume.cpp.o
In file included from /build/source/src/StdMeshers/StdMeshers_MaxElementArea.cpp:34:0:
/build/source/inc/SMESH_Mesh.hxx:113:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:117:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:121:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:133:48: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
const std::list<SMESHDS_Command*> & GetLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:135:19: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ClearLog() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:144:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:147:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:150:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:155:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:162:57: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
GetSubMeshUsingHypothesis(SMESHDS_Hypothesis * anHyp) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:180:40: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void SetAutoColor(bool theAutoColor) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:182:23: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
bool GetAutoColor() throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:199:5: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:201:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportDAT(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:202:36: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
void ExportUNV(const char *file) throw(SALOME_Exception);
^~~~~
/build/source/inc/SMESH_Mesh.hxx:203:56: warning: dynamic exception specifications are deprecated in C++11 [-Wdeprecated]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment