tpaviot / oce

OpenCASCADE Community Edition (OCE): a community driven fork of the Open CASCADE library.
http://groups.google.com/group/oce-dev
GNU Lesser General Public License v2.1
817 stars 284 forks source link

please update some legacy VTK features #598

Closed silentmissile closed 8 years ago

silentmissile commented 8 years ago

vtkFloatingPointType was obsoleted, but I'm not sure from which version of VTK.

In OCCT-6.9.1 and OCE-master until today 2015-12-30, the definition is still in source tree, so if we compile it with VTK plugin, compiling error would happen.

http://vtk.1045678.n5.nabble.com/What-is-vtkFloatingPointType-td5717022.html here is some temporary solution. If you like, you can study more to find a better solution

this issue exists in at least src\IVtkVTK\IVtkVTK_View.cxx inc\IVtkTools_ShapePicker.hxx in OCCT-6.9.1 src\IVtkVTK\IVtkVTK_View.cxx \src\IVtkTools\IVtkTools_ShapePicker.hxx in OCE I didn't meet trouble in other files, but I can't promise it doesn't exist in other files. please update it

in OCCT-6.9.1 during make process, build.cmake file in adm\cmake\TKIVtk\CMakeFiles\TKIVtk.dir adm\cmake\TKIVtkDraw\CMakeFiles\TKIVtkDraw.dir link against VTK-6.1 libs only, it can't recognize VTK-6.3 it seems not exists in OCE

ghost commented 8 years ago

This has already been reported to OCCT: http://tracker.dev.opencascade.org/view.php?id=26511 In the meantime, is that the only thing that needs to be done? #define vtkFloatingPointType double basically?

ghost commented 8 years ago

@silentmissile Could you try the fix on my branch ja/vtkFloatingPointType-fix, or confirm that these changes are indeed correct?

silentmissile commented 8 years ago

I tested it, here is the log

it seems that the VTK issue was resolved, but some other problem was imported.

[ 97%] Building RC object adm/cmake/TKXCAFSchema/CMakeFiles/TKXCAFSchema.dir///**/Version.rc.res NMAKE : fatal error U1095: extend command “C:\PROGRA~2\WI3CF2~1\10\bin\x64\rc.exe -DCSFDB -DHAVE_CONFIG_H -DHAVE_OCE_PATHS_H -DOCCT_DEBUG=1 -DTKXCAFSchema_EXPORTS -DWIN32 -DWNT -D_DEBUG -D_OCC64 -D_WINDOWS -DMXCAFDoc_DLL -D__PXCAFDoc_DLL -DXCAFDrivers_DLL -D__XCAFSchema_DLL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\build\build_inc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\inc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\UTL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\UTL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LDOM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\OSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\OSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Plugin -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Plugin -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Quantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Quantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Resource -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Resource -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SortTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SortTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Standard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Standard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdFail -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdFail -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Storage -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Storage -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Units -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Units -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\UnitsAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\UnitsAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IncludeLibrary -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Dico -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Dico -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\NCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Message -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Message -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\DBC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\DBC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PMMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PMMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PStandard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PStandard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ObjMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ObjMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppStdL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppStdL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\math -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\math -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ElCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ElCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ElSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ElSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BSplCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BSplCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BSplSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BSplSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Precision -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Precision -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Poly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Poly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Convert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Convert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Bnd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Bnd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BVH -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\gp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\gp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Expr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Expr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ExprIntrp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ExprIntrp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColPGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColPGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Adaptor2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Adaptor2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AdvApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AdvApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Adaptor3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Adaptor3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LProp3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LProp3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopExp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopExp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GCPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GCPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Approx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Approx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppParCurves -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppParCurves -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FEmTool -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FEmTool -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppCont -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppCont -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Extrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Extrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntAna2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntAna2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AdvApp2Var -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AdvApp2Var -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Hermit -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Hermit -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppDef -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppDef -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GCE2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GCE2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\gce -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\gce -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCDMShape -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCDMShape -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MNaming -IF:\VS2015lib\freetype\include -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\V3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\V3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Graphic3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Graphic3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Visual3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Visual3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Select3D -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Select3D -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Prs3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Prs3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SelectMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SelectMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PrsMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PrsMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AIS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AIS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\DsgPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\DsgPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdSelect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdSelect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Aspect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Aspect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SelectBasics -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SelectBasics -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Image -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\InterfaceGraphic -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColQuantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColQuantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Font -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Font -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\WNT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\WNT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeBuild -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeBuild -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeExtend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeExtend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeConstruct -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeConstruct -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeCustom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeCustom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeFix -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeFix -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeUpgrade -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeUpgrade -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeProcess -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeProcess -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeProcessAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeProcessAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurvesFace -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurvesFace -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MAT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MAT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Bisector -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Bisector -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepMAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepMAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepCheck -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepCheck -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepBndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepBndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepExtrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepExtrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepClass3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepClass3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepGProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepGProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepIntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepIntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepTopAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepTopAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepBuilderAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepBuilderAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Hatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Hatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntStart -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntStart -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntWalk -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntWalk -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntImp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntSurf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntSurf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntPatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntPatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntImpParGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntImpParGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntRes2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntRes2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopTrans -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopTrans -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Intf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Intf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ApproxInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ApproxInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccEnt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccEnt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccIter -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccGeo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HatchGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HatchGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dHatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dHatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Law -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Law -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppBlend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppBlend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Plate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Plate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LocalAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LocalAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomFill -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomFill -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dGcc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dGcc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FairCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FairCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\NLPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\NLPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntPolyh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntPolyh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepMesh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRTopoBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRTopoBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRAppli -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRAppli -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Intrv -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Intrv -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopBas -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopBas -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopCnx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopCnx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Contap -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Contap -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepAlgoAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepAlgoAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPCol -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepPrim -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepPrim -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Primitives -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepSweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepSweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Sweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Sweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepPrimAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepPrimAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFApp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFApp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdLSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdLSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdLDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdLDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdDrivers /DWIN32 /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NO_WARNINGS /foCMakeFiles\TKXCAFSchema.dir**____\Version.rc.res I:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\build\Version.rc” too long Stop. NMAKE : fatal error U1077: “"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"”: return “0x2” Stop. NMAKE : fatal error U1077: “"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"”: return “0x2” Stop.

ghost commented 8 years ago

That's normal, as it says at the end, path names are too long. Try with a shorter (higher-level) folder, like I:\oce or something.

On Sun, Jan 3, 2016 at 1:07 AM, silentmissile notifications@github.com wrote:

I tested it, here is the log

it seems that the VTK issue was resolved, but some other problem was imported.

[ 97%] Building RC object adm/cmake/TKXCAFSchema/CMakeFiles/TKXCAFSchema.dir/// _/Version.rc.res NMAKE : fatal error U1095: 扩展命令行“C:\PROGRA~2\WI3CF2~1\10\bin\x64\rc.exe -DCSFDB -DHAVE_CONFIG_H -DHAVE_OCE_PATHS_H -DOCCT_DEBUG=1 -DTKXCAFSchema_EXPORTS -DWIN32 -DWNT -D_DEBUG -D_OCC64 -D_WINDOWS -DMXCAFDoc_DLL -D__PXCAFDoc_DLL -DXCAFDrivers_DLL -D__XCAFSchema_DLL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\build\build_inc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\inc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PXCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCDM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\UTL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\UTL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LDOM -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\OSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\OSD -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Plugin -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Plugin -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Quantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Quantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Resource -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Resource -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SortTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SortTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Standard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Standard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdFail -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdFail -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Storage -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Storage -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Units -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Units -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\UnitsAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\UnitsAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IncludeLibrary -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Dico -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Dico -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\NCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Message -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Message -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\DBC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\DBC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCollection -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PMMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PMMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PShort -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PStandard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PStandard -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTColStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ObjMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ObjMgt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDF -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDataStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TFunction -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDocStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppStdL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppStdL -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\math -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\math -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ElCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ElCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ElSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ElSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BSplCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BSplCLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BSplSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BSplSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Precision -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Precision -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Poly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Poly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CSLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Convert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Convert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Bnd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Bnd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BVH -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\gp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\gp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Expr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Expr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ExprIntrp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ExprIntrp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PColgp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColPGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PColPGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtPoly -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtTopLoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MgtTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MgtTopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColGeom2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Adaptor2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Adaptor2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColGeom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AdvApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AdvApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Adaptor3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Adaptor3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LProp3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LProp3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopAbs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopoDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopExp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopExp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepLProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomProjLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GCPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GCPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\CPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\CPnts -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Approx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Approx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppParCurves -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppParCurves -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FEmTool -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FEmTool -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppCont -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppCont -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Extrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Extrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntAna2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntAna2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AdvApp2Var -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AdvApp2Var -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dConvert -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Hermit -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Hermit -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppDef -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppDef -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GC -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GCE2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GCE2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\gce -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\gce -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PCDMShape -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PCDMShape -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MNaming -IF:\VS2015lib\freetype\include -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\V3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\V3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Graphic3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Graphic3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Visual3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Visual3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Select3D -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Select3D -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Prs3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Prs3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SelectMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SelectMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\PrsMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\PrsMgr -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AIS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AIS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\DsgPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\DsgPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdSelect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdSelect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Aspect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Aspect -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\SelectBasics -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\SelectBasics -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Image -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\InterfaceGraphic -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TColQuantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TColQuantity -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Font -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Font -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\WNT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\WNT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeBuild -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeBuild -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeExtend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeExtend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeConstruct -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeConstruct -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeCustom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeCustom -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeFix -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeFix -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeUpgrade -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeUpgrade -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeProcess -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeProcess -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ShapeProcessAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ShapeProcessAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurvesFace -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurvesFace -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MAT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MAT -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\MAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\MAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Bisector -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Bisector -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepMAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepMAT2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepCheck -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepCheck -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepBndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepBndLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepExtrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepExtrema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepClass3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepClass3d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepLib -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepGProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepGProp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepIntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepIntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepTopAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepTopAdaptor -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepBuilderAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepBuilderAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepApprox -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Hatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Hatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntStart -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntStart -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntWalk -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntWalk -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntImp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurveSurface -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntSurf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntSurf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntPatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntPatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntImpParGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntImpParGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntRes2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntRes2d -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopTrans -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopTrans -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Intf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Intf -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\ApproxInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\ApproxInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccAna -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccEnt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccEnt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GccInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccIter -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GccGeo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HatchGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HatchGen -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dHatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dHatch -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Law -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Law -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppBlend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppBlend -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Plate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Plate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\LocalAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\LocalAnalysis -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\GeomFill -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\GeomFill -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Geom2dGcc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Geom2dGcc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\FairCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\FairCurve -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\NLPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\NLPlate -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntPolyh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntPolyh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopClass -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepMesh -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRTopoBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRTopoBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRBRep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\HLRAppli -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\HLRAppli -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Intrv -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Intrv -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopBas -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopBas -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TopCnx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TopCnx -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Contap -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Contap -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TDataXtd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TNaming -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\TPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\TPrsStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\AppStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\AppStd -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\IntTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\IntTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepAlgoAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepAlgoAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPCol -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPInt -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPDS -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPAlgo -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BOPTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BOPTools -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepPrim -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepPrim -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Primitives -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepSweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepSweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\Sweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\Sweep -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\BRepPrimAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\BRepPrimAPI -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFApp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFApp -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFDoc -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\XCAFPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\XCAFPrs -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdLSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdLSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdLDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdLDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdSchema -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\src\StdDrivers -II:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\drv\StdDrivers /DWIN32 /D_CRT_SECURE_NO_WARNINGS /D_CRT_NONSTDC_NOWARNINGS /foCMakeFiles\TKXCAFSchema.dir____\Version.rc.res I:\Source\OpenCASCADE\oce-ja-vtkFloatingPointType-fix\build\Version.rc” too long Stop. NMAKE : fatal error U1077: “"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"”: return “0x2” Stop. NMAKE : fatal error U1077: “"D:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\amd64\nmake.exe"”: return “0x2” Stop.

— Reply to this email directly or view it on GitHub https://github.com/tpaviot/oce/issues/598#issuecomment-168479805.

silentmissile commented 8 years ago

yes, as your suggestion, if I put it in a shorter path, everything goes well.

This issue could be closed, if you want to wait OCCT to update then close it, that's also ok