Sorry for the multiple messages, but I figured it might be good for you to 
have access to my build logs. Here is the one with Debug, knowing that I 
get the same results and output with the Release one.

Thanks,
Yves

On Thursday, June 9, 2022 at 8:57:43 AM UTC+3 Yves Eric Maxime Robert wrote:

> Thank you for your answer.
>
> I have been trying to use WSL for days, but it never worked. So I 
> proceeded to a clean installation with Windows, following the instructions 
> of the website, using the same software (SourceTree, CMake, VS2022). I 
> installed CUDA as well.
>
> Here is a zipped folder containing all the advanced CMake information.
>
> Thank you for your help,
> Yves
>
> On Thursday, June 9, 2022 at 5:54:06 AM UTC+3 Ruochun Zhang wrote:
>
>> Hi Yves,
>>
>> Most likely the environment is the problem and it can be the tricky one. 
>> You are running on Windows, not WSL, right? Also, maybe you should show 
>> your "Advanced" options so we have an idea about how your CUDA 
>> environment/paths are set.
>>
>> Thank you,
>> Ruochun
>>
>> On Wednesday, June 8, 2022 at 12:33:01 PM UTC-5 [email protected] 
>> wrote:
>>
>>> Hello,
>>>
>>> Sorry about that, I must have unchecked the box when taking the 
>>> screenshot.
>>> The compilation has been done with the GPU module, which is why I have 
>>> access to the GPU demos.
>>>
>>> Do you have an idea of why it does not work?
>>>
>>> Thank you,
>>> Yves
>>>
>>> On Wednesday, June 8, 2022 at 7:13:52 PM UTC+3 Ruochun Zhang wrote:
>>>
>>>> Hi Yves, 
>>>>
>>>> You should enable Chrono::GPU module. It's the GPU-based physics module 
>>>> and right now it is Chrono's dedicated granular simulator, those demos 
>>>> need 
>>>> that.
>>>>
>>>> Thank you,
>>>> Ruochun
>>>>
>>>> On Wednesday, June 8, 2022 at 9:09:03 AM UTC-5 [email protected] 
>>>> wrote:
>>>>
>>>>> Hello everybody,
>>>>>
>>>>> I am new to Chrono, but would want to run a simulation which should be 
>>>>> very close to what the repose demo found in Chrono::GPU, to the exception 
>>>>> that I need some recent additions to the code, so I have to use the 
>>>>> feature/GPU branch. So everything that follows is with that branch.
>>>>>
>>>>> I already compiled Chrono following the tutorial for Windows in the 
>>>>> past and could run several demos. But having now access to a NVIDIA GPU, 
>>>>> I 
>>>>> installed CUDA and additional dependencies, and followed the instructions 
>>>>> again. I saw that OpenGL was important to have to be able to run this 
>>>>> repose demo, so I also compiled it. Here is how my CMake window looks:
>>>>> [image: cmake.png]
>>>>> It  got built well on VS2022, with all succeeded and 1 skipped.
>>>>>
>>>>> With that, I can run all demos with their executables (IRR, 
>>>>> Postprocess, ...), except for the GPU ones. The ball drop one shows a 
>>>>> terminal with values and outputs files, and that's the only one. The rest 
>>>>> just crashes with no output as soon as I click on the executable. 
>>>>>
>>>>> My guess was that I do not have the granular module enabled, and from 
>>>>> the documentation I need that. However, I cannot find it, and cannot find 
>>>>> how to install it. 
>>>>>
>>>>> Could you please help me figure that out? 
>>>>>
>>>>> Thank you,
>>>>> Yves
>>>>>
>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"ProjectChrono" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/projectchrono/8b949519-291b-4847-859b-d0bdbbf2826cn%40googlegroups.com.
Build started...
1>------ Build started: Project: ZERO_CHECK, Configuration: Debug x64 ------
1>Checking Build System
2>------ Build started: Project: ChronoEngine, Configuration: Debug x64 ------
2>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/chrono/CMakeLists.txt
2>ChLog.cpp
2>ChClassFactory.cpp
2>ChFilePS.cpp
2>ChStream.cpp
2>ChMathematics.cpp
2>ChQuaternion.cpp
2>ChVector.cpp
2>ChCoordsys.cpp
2>ChQuadrature.cpp
2>ChBezierCurve.cpp
2>ChCubicSpline.cpp
2>ChDistribution.cpp
2>ChGlobal.cpp
2>ChObject.cpp
2>ChMarker.cpp
2>ChForce.cpp
2>ChBodyFrame.cpp
2>ChBody.cpp
2>ChBodyAuxRef.cpp
2>ChBodyEasy.cpp
2>ChSystem.cpp
2>ChSystemNSC.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\physics\ChSystem.cpp)
2>ChSystemSMC.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\physics\ChBody.cpp)
2>ChController.cpp
2>ChPhysicsItem.cpp
2>ChParticlesClones.cpp
2>ChIndexedParticles.cpp
2>ChIndexedNodes.cpp
2>ChNodeBase.cpp
2>ChNodeXYZ.cpp
2>ChMatterSPH.cpp
2>ChProximityContainer.cpp
2>ChProximityContainerSPH.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\physics\ChNodeXYZ.cpp(23,58): warning 
C4589: Constructor of abstract class 'chrono::ChNodeXYZ' ignores initializer 
for virtual base class 'chrono::ChNodeBase'
2>C:\Chrono\Chrono_src_GPU\src\chrono\physics\ChNodeXYZ.cpp(23,58): message : 
virtual base classes are only initialized by the most-derived type
2>ChConveyor.cpp
2>ChAssembly.cpp
2>ChContactContainer.cpp
2>ChContactContainerNSC.cpp
2>ChContactContainerSMC.cpp
2>ChMaterialSurface.cpp
2>ChMaterialSurfaceSMC.cpp
2>ChMaterialSurfaceNSC.cpp
2>ChLimit.cpp
2>ChLinkForce.cpp
2>ChLinkMask.cpp
2>ChLinkBase.cpp
2>ChLink.cpp
2>ChLinkDistance.cpp
2>ChLinkMarkers.cpp
2>ChLinkLock.cpp
2>ChLinkBrake.cpp
2>ChLinkBushing.cpp
2>ChLinkGear.cpp
2>ChLinkPulley.cpp
2>ChLinkLinActuator.cpp
2>ChLinkScrew.cpp
2>ChLinkRSDA.cpp
2>ChLinkTSDA.cpp
2>ChLinkClearance.cpp
2>ChLinkPointSpline.cpp
2>ChLinkTrajectory.cpp
2>ChLinkMate.cpp
2>ChLinkRackpinion.cpp
2>ChLinkRevolute.cpp
2>ChLinkRevoluteSpherical.cpp
2>ChLinkRevoluteTranslational.cpp
2>ChLinkUniversal.cpp
2>ChLinkMotor.cpp
2>ChLinkMotorRotation.cpp
2>ChLinkMotorRotationAngle.cpp
2>ChLinkMotorRotationSpeed.cpp
2>ChLinkMotorRotationTorque.cpp
2>ChLinkMotorRotationDriveline.cpp
2>ChLinkMotorLinear.cpp
2>ChLinkMotorLinearPosition.cpp
2>ChLinkMotorLinearSpeed.cpp
2>ChLinkMotorLinearForce.cpp
2>ChLinkMotorLinearDriveline.cpp
2>ChLinkMotionImposed.cpp
2>ChLoadContainer.cpp
2>ChLoad.cpp
2>ChLoadsBody.cpp
2>ChLoadsXYZnode.cpp
2>ChLoadBodyMesh.cpp
2>ChShaft.cpp
2>ChShaftsGear.cpp
2>ChShaftsGearbox.cpp
2>ChShaftsGearboxAngled.cpp
2>ChShaftsClutch.cpp
2>ChShaftsPlanetary.cpp
2>ChShaftsMotor.cpp
2>ChShaftsMotorAngle.cpp
2>ChShaftsMotorSpeed.cpp
2>ChShaftsMotorTorque.cpp
2>ChShaftsBody.cpp
2>ChShaftsTorqueBase.cpp
2>ChShaftsTorque.cpp
2>ChShaftsTorsionSpring.cpp
2>ChShaftsTorqueConverter.cpp
2>ChShaftsThermalEngine.cpp
2>ChShaftsLoads.cpp
2>ChShaftsFreewheel.cpp
2>ChBuilderBeam.cpp
2>ChBeamSection.cpp
2>ChBeamSectionShape.cpp
2>ChBeamSectionCosserat.cpp
2>ChBeamSectionEuler.cpp
2>ChBeamSectionTaperedTimoshenko.cpp
2>ChBeamSectionTaperedTimoshenkoFPM.cpp
2>ChBeamSectionCable.cpp
2>ChContinuumMaterial.cpp
2>ChGaussIntegrationRule.cpp
2>ChGaussPoint.cpp
2>ChMesh.cpp
2>ChMeshFileLoader.cpp
2>ChMeshExporter.cpp
2>ChMatterMeshless.cpp
2>ChProximityContainerMeshless.cpp
2>ChPolarDecomposition.cpp
2>ChMatrixCorotation.cpp
2>ChLinkPointFrame.cpp
2>ChLinkDirFrame.cpp
2>ChLinkPointPoint.cpp
2>ChLinkPointTriface.cpp
2>ChLinkBeamIGAslider.cpp
2>ChContactSurface.cpp
2>ChContactSurfaceNodeCloud.cpp
2>ChContactSurfaceMesh.cpp
2>ChMeshSurface.cpp
2>ChLoadContactSurfaceMesh.cpp
2>ChLoadsXYZROTnode.cpp
2>ChMaterialBeamANCF.cpp
2>ChMaterialShellANCF.cpp
2>ChMaterialHexaANCF.cpp
2>ChMaterialShellReissner.cpp
2>ChMaterialShellKirchhoff.cpp
2>ChNodeFEAxyz.cpp
2>ChNodeFEAxyzrot.cpp
2>ChNodeFEAxyzP.cpp
2>ChNodeFEAxyzD.cpp
2>ChNodeFEAxyzDD.cpp
2>ChNodeFEAxyzDDD.cpp
2>ChNodeFEAcurv.cpp
2>ChElementBeamEuler.cpp
2>ChElementBeamTaperedTimoshenko.cpp
2>ChElementBeamTaperedTimoshenkoFPM.cpp
2>ChElementBeamIGA.cpp
2>ChElementCableANCF.cpp
2>ChElementGeneric.cpp
2>ChElementSpring.cpp
2>ChElementBar.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\fea\ChElementBeamIGA.cpp(211,5): warning 
C4389: '==': signed/unsigned mismatch
2>ChElementTetraCorot_4.cpp
2>ChElementTetraCorot_10.cpp
2>ChElementHexaCorot_8.cpp
2>ChElementHexaCorot_20.cpp
2>ChElementHexaANCF_3813.cpp
2>ChElementHexaANCF_3813_9.cpp
2>ChElementHexaANCF_3843.cpp
2>ChElementBeamANCF_3243.cpp
2>ChElementBeamANCF_3333.cpp
2>ChElementShellANCF_3423.cpp
2>ChElementShellANCF_3833.cpp
2>ChElementShellANCF_3443.cpp
2>ChElementShellBST.cpp
2>ChElementShellReissner4.cpp
2>ChSystemDescriptor.cpp
2>ChSolver.cpp
2>ChDirectSolverLS.cpp
2>ChIterativeSolver.cpp
2>ChIterativeSolverLS.cpp
2>ChIterativeSolverVI.cpp
2>ChSolverPSOR.cpp
2>ChSolverPJacobi.cpp
2>ChSolverPSSOR.cpp
2>ChSolverPMINRES.cpp
2>ChSolverBB.cpp
2>ChSolverAPGD.cpp
2>ChSolverADMM.cpp
2>ChKblockGeneric.cpp
2>ChSolvmin.cpp
2>ChNlsolver.cpp
2>ChConstraint.cpp
2>ChConstraintTwo.cpp
2>ChConstraintTwoGeneric.cpp
2>ChConstraintTwoGenericBoxed.cpp
2>ChConstraintTwoBodies.cpp
2>ChConstraintThree.cpp
2>ChConstraintThreeGeneric.cpp
2>ChConstraintThreeBBShaft.cpp
2>ChConstraintNgeneric.cpp
2>ChVariables.cpp
2>ChVariablesGeneric.cpp
2>ChVariablesGenericDiagonalMass.cpp
2>ChVariablesBody.cpp
2>ChVariablesBodySharedMass.cpp
2>ChVariablesBodyOwnMass.cpp
2>ChVariablesShaft.cpp
2>ChVariablesNode.cpp
2>matrix.cpp
2>real2.cpp
2>real3.cpp
2>real4.cpp
2>vec3.cpp
2>ChCollisionInfo.cpp
2>ChCollisionShape.cpp
2>ChCollisionModel.cpp
2>ChCollisionModelBullet.cpp
2>ChCollisionAlgorithmsBullet.cpp
2>ChCollisionSystemBullet.cpp
2>ChConvexDecomposition.cpp
2>ChCollisionUtils.cpp
2>ChCollisionUtilsBullet.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionModelBullet.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionModelBullet.cpp)
2>ChCollisionModelChrono.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionSystemBullet.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionSystemBullet.cpp)
2>ChCollisionSystemChrono.cpp
2>ChGeometry.cpp
2>ChSphere.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionModelChrono.cpp)
2>ChEllipsoid.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\ChCollisionSystemChrono.cpp)
2>ChBox.cpp
2>ChCone.cpp
2>ChCylinder.cpp
2>ChCapsule.cpp
2>ChLine.cpp
2>ChLineArc.cpp
2>ChLineSegment.cpp
2>ChLinePath.cpp
2>ChLineBezier.cpp
2>ChLineNurbs.cpp
2>ChLineBspline.cpp
2>ChLineCam.cpp
2>ChLinePoly.cpp
2>ChTriangle.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\geometry\ChLineNurbs.cpp(87,34): warning 
C4389: '!=': signed/unsigned mismatch
2>C:\Chrono\Chrono_src_GPU\src\chrono\geometry\ChLineNurbs.cpp(90,36): warning 
C4389: '!=': signed/unsigned mismatch
2>ChTriangleMeshSoup.cpp
2>ChTriangleMeshConnected.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\geometry\ChLineBspline.cpp(98,34): 
warning C4389: '!=': signed/unsigned mismatch
2>ChRoundedBox.cpp
2>ChRoundedCylinder.cpp
2>ChRoundedCone.cpp
2>ChSurface.cpp
2>ChSurfaceNurbs.cpp
2>ChVolume.cpp
2>ChObjShapeFile.cpp
2>ChTriangleMeshShape.cpp
2>ChSphereShape.cpp
2>ChEllipsoidShape.cpp
2>ChBoxShape.cpp
2>ChBarrelShape.cpp
2>ChConeShape.cpp
2>ChCylinderShape.cpp
2>ChCapsuleShape.cpp
2>ChTexture.cpp
2>ChCamera.cpp
2>ChColor.cpp
2>ChGlyphs.cpp
2>ChRoundedCylinderShape.cpp
2>ChRoundedBoxShape.cpp
2>ChRoundedConeShape.cpp
2>ChPathShape.cpp
2>ChLineShape.cpp
2>ChPointPointShape.cpp
2>ChSurfaceShape.cpp
2>ChVisualMaterial.cpp
2>ChVisualShape.cpp
2>ChVisualShapeFEA.cpp
2>ChVisualModel.cpp
2>ChCCollisionTree.cpp
2>ChCOBBTree.cpp
2>ChCAABBTree.cpp
2>ChCOBB.cpp
2>ChCAABB.cpp
2>ChCOBBcollider.cpp
2>ChCAABBcollider.cpp
2>ChCNarrowPhaseCollider.cpp
2>ChCGeometryCollider.cpp
2>hacdRaycastMesh.cpp
2>hacdMicroAllocator.cpp
2>hacdGraph.cpp
2>hacdMeshDecimator.cpp
2>hacdHACD.cpp
2>hacdManifoldMesh.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(640,26):
 warning C4456: declaration of 'msg' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(635,8):
 message : see declaration of 'msg'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(675,26):
 warning C4456: declaration of 'msg' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(635,8):
 message : see declaration of 'msg'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(346,9): 
warning C4456: declaration of 'v' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(216,23): 
message : see declaration of 'v'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(882,35): 
warning C4456: declaration of 'msg' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(636,8): 
message : see declaration of 'msg'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(633,16): 
warning C4189: 'progressOld': local variable is initialized but not referenced
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(630,10): 
warning C4189: 'areaThreshold': local variable is initialized but not referenced
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(632,14): 
warning C4189: 'v2': local variable is initialized but not referenced
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(637,10): 
warning C4189: 'ptgStep': local variable is initialized but not referenced
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(631,8): 
warning C4189: 'v1': local variable is initialized but not referenced
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(988,18): 
warning C4456: declaration of 'nV' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(923,10): 
message : see declaration of 'nV'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(994,6): 
warning C4456: declaration of 'v' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(966,11): 
message : see declaration of 'v'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(1010,18): 
warning C4456: declaration of 'nV' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(923,10): 
message : see declaration of 'nV'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(1016,6): 
warning C4456: declaration of 'v' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(966,11): 
message : see declaration of 'v'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(221):
 warning C4701: potentially uninitialized local variable 'idEdge' used
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(559):
 warning C4701: potentially uninitialized local variable 'idEdgeV1V2' used
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdMeshDecimator.cpp(587):
 warning C4701: potentially uninitialized local variable 'currentEdge' used
2>hacdICHull.cpp
2>AutoGeometry.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(308): 
warning C4701: potentially uninitialized local variable 'i' used
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(308): 
warning C4701: potentially uninitialized local variable 'j' used
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdHACD.cpp(308): 
warning C4701: potentially uninitialized local variable 'k' used
2>HACD.cpp
2>ConvexHull.cpp
2>WuQuantizer.cpp
2>dgTypes.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(131,43): 
warning C4456: declaration of 'vertices' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(114,35): 
message : see declaration of 'vertices'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(186,50): 
warning C4456: declaration of 'vertices' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(114,35): 
message : see declaration of 'vertices'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(276,43): 
warning C4456: declaration of 'vertices' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(261,35): 
message : see declaration of 'vertices'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(337,50): 
warning C4456: declaration of 'vertices' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(261,35): 
message : see declaration of 'vertices'
2>dgConvexHull3d.cpp
2>dgTree.cpp
2>dgGoogol.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgTypes.cpp(223,21): 
warning C4456: declaration of 'k' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgTypes.cpp(99,15): 
message : see declaration of 'k'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgTypes.cpp(234,25): 
warning C4456: declaration of 'val' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgTypes.cpp(228,19): 
message : see declaration of 'val'
2>dgSphere.cpp
2>dgSmallDeterminant.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(344,23):
 warning C4456: declaration of 'index' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(337,14):
 message : see declaration of 'index'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(366,23):
 warning C4456: declaration of 'index' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(337,14):
 message : see declaration of 'index'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(400,23):
 warning C4456: declaration of 'index' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(337,14):
 message : see declaration of 'index'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(402,24):
 warning C4456: declaration of 'error2' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(391,14):
 message : see declaration of 'error2'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(412,23):
 warning C4456: declaration of 'index' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(337,14):
 message : see declaration of 'index'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(417,24):
 warning C4456: declaration of 'error2' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(391,14):
 message : see declaration of 'error2'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(750,38):
 warning C4456: declaration of 'face' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(731,29):
 message : see declaration of 'face'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(783,38):
 warning C4456: declaration of 'face' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgConvexHull3d.cpp(731,29):
 message : see declaration of 'face'
2>dgQuaternion.cpp
2>dgMatrix.cpp
2>dgPolyhedra.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(516): 
warning C4706: assignment within conditional expression
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACD\hacdICHull.cpp(986): 
warning C4701: potentially uninitialized local variable 'dist' used
2>dgMeshEffect.cpp
2>MergeHulls.cpp
2>wavefront.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(547,23): 
warning C4456: declaration of 'g' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(517,17): 
message : see declaration of 'g'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(548,23): 
warning C4456: declaration of 'h' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(524,18): 
message : see declaration of 'h'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(556,23): 
warning C4456: declaration of 'g' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(517,17): 
message : see declaration of 'g'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(557,23): 
warning C4456: declaration of 'h' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(524,18): 
message : see declaration of 'h'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(564,23): 
warning C4456: declaration of 'g' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(517,17): 
message : see declaration of 'g'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(565,23): 
warning C4456: declaration of 'h' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(524,18): 
message : see declaration of 'h'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgQuaternion.cpp(78,2): 
warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgQuaternion.cpp(40,13):
 message : see declaration of 'i'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(573,23): 
warning C4456: declaration of 'g' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(517,17): 
message : see declaration of 'g'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(574,23): 
warning C4456: declaration of 'h' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMatrix.cpp(524,18): 
message : see declaration of 'h'
2>ChIntegrable.cpp
2>ChTimestepper.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(1917,25):
 warning C4456: declaration of 'code' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(1904,12):
 message : see declaration of 'code'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(1918,45):
 warning C4456: declaration of 'tmpEdge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(1905,9):
 message : see declaration of 'tmpEdge'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2012,24):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(1994,11):
 message : see declaration of 'ptr'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2238,24):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2213,10):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2533,21):
 warning C4456: declaration of 'i0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2473,14):
 message : see declaration of 'i0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2534,28):
 warning C4456: declaration of 'p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2476,21):
 message : see declaration of 'p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2536,21):
 warning C4456: declaration of 'i1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2474,14):
 message : see declaration of 'i1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2537,28):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2477,21):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2552,22):
 warning C4456: declaration of 'dot' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2480,14):
 message : see declaration of 'dot'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2565,20):
 warning C4456: declaration of 'i0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2473,14):
 message : see declaration of 'i0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2566,27):
 warning C4456: declaration of 'p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2476,21):
 message : see declaration of 'p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2569,3):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2526,10):
 message : see declaration of 'ptr'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2571,22):
 warning C4456: declaration of 'i0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2565,15):
 message : see declaration of 'i0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2572,29):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2477,21):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2574,22):
 warning C4456: declaration of 'i1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2474,14):
 message : see declaration of 'i1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2853,46):
 warning C4456: declaration of 'metric' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2818,34):
 message : see declaration of 'metric'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2854,40):
 warning C4456: declaration of 'p' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2819,16):
 message : see declaration of 'p'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2890,48):
 warning C4456: declaration of 'metric' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2818,34):
 message : see declaration of 'metric'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2891,42):
 warning C4456: declaration of 'p' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2819,16):
 message : see declaration of 'p'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2916,48):
 warning C4456: declaration of 'metric' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2818,34):
 message : see declaration of 'metric'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2917,42):
 warning C4456: declaration of 'p' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2819,16):
 message : see declaration of 'p'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2968,19):
 warning C4456: declaration of 'f' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2958,14):
 message : see declaration of 'f'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3002,65):
 warning C4456: declaration of 'p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2955,14):
 message : see declaration of 'p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3003,57):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(2956,14):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3159,25):
 warning C4457: declaration of 'face' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3113,87):
 message : see declaration of 'face'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3167,25):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3144,11):
 message : see declaration of 'ptr'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3256,20):
 warning C4456: declaration of 'i1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3249,14):
 message : see declaration of 'i1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3257,81):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3251,14):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3278,21):
 warning C4456: declaration of 'i0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3248,14):
 message : see declaration of 'i0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3279,21):
 warning C4456: declaration of 'i1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3249,14):
 message : see declaration of 'i1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3283,82):
 warning C4456: declaration of 'p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3250,14):
 message : see declaration of 'p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3284,82):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3251,14):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3334,36):
 warning C4456: declaration of 'key' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3274,18):
 message : see declaration of 'key'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3338,36):
 warning C4456: declaration of 'key' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3274,18):
 message : see declaration of 'key'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3343,37):
 warning C4456: declaration of 'key' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3274,18):
 message : see declaration of 'key'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3348,37):
 warning C4456: declaration of 'key' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3274,18):
 message : see declaration of 'key'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3414,41):
 warning C4456: declaration of 'iter' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3397,24):
 message : see declaration of 'iter'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3416,27):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3400,17):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3484,20):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3466,11):
 message : see declaration of 'ptr'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3720,44):
 warning C4456: declaration of 'iter' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3695,26):
 message : see declaration of 'iter'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3755,45):
 warning C4456: declaration of 'iter' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3720,30):
 message : see declaration of 'iter'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3808,43):
 warning C4456: declaration of 'iter' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3695,26):
 message : see declaration of 'iter'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3810,29):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3697,13):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3814,38):
 warning C4456: declaration of 'diagonalCount' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3708,19):
 message : see declaration of 'diagonalCount'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(4002,22):
 warning C4456: declaration of 'mark' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgPolyhedra.cpp(3946,14):
 message : see declaration of 'mark'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1397,22):
 warning C4456: declaration of 'node' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1391,14):
 message : see declaration of 'node'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1525,22):
 warning C4456: declaration of 'node' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1519,14):
 message : see declaration of 'node'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1579,22):
 warning C4456: declaration of 'node' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(1573,14):
 message : see declaration of 'node'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2126,26):
 warning C4456: declaration of 'alpha1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2107,16):
 message : see declaration of 'alpha1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2127,26):
 warning C4456: declaration of 'alpha2' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2108,16):
 message : see declaration of 'alpha2'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2260,20):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2243,12):
 message : see declaration of 'ptr'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2346,24):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2329,10):
 message : see declaration of 'edge'
2>ChTimestepperHHT.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2475,29):
 warning C4456: declaration of 'p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2456,16):
 message : see declaration of 'p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2476,29):
 warning C4456: declaration of 'p1' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2457,16):
 message : see declaration of 'p1'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2479,31):
 warning C4456: declaration of 'p1p0' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2458,16):
 message : see declaration of 'p1p0'
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2569,7):
 warning C4456: declaration of 'ptr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(2417,12):
 message : see declaration of 'ptr'
2>ChStaticAnalysis.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(3845,57):
 warning C4456: declaration of 'pairNode' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono_thirdparty\HACDv2\dgMeshEffect.cpp(3799,42):
 message : see declaration of 'pairNode'
2>ChAssemblyAnalysis.cpp
2>ChFunction_Base.cpp
2>ChFunction_Const.cpp
2>ChFunction_ConstAcc.cpp
2>ChFunction_Derive.cpp
2>ChFunction_Fillet3.cpp
2>ChFunction_Integrate.cpp
2>ChFunction_Matlab.cpp
2>ChFunction_Mirror.cpp
2>ChFunction_Mocap.cpp
2>ChFunction_Noise.cpp
2>ChFunction_Operation.cpp
2>ChFunction_Oscilloscope.cpp
2>ChFunction_Poly345.cpp
2>ChFunction_Poly.cpp
2>ChFunction_Ramp.cpp
2>ChFunction_Recorder.cpp
2>ChFunction_Repeat.cpp
2>ChFunction_Sequence.cpp
2>ChFunction_Sigma.cpp
2>ChFunction_Sine.cpp
2>ChFunction_Setpoint.cpp
2>ChFunctionPosition.cpp
2>ChFunctionPosition_XYZfunctions.cpp
2>ChFunctionPosition_line.cpp
2>ChFunctionPosition_setpoint.cpp
2>ChFunctionRotation.cpp
2>ChFunctionRotation_axis.cpp
2>ChFunctionRotation_ABCfunctions.cpp
2>ChFunctionRotation_setpoint.cpp
2>ChFunctionRotation_spline.cpp
2>ChFunctionRotation_SQUAD.cpp
2>ChBroadphase.cpp
2>ChNarrowphase.cpp
2>ChNarrowphaseMPR.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\motion_functions\ChFunctionRotation_spline.cpp(71,34):
 warning C4389: '!=': signed/unsigned mismatch
2>C:\Chrono\Chrono_src_GPU\src\chrono\motion_functions\ChFunctionRotation_SQUAD.cpp(66,32):
 warning C4389: '!=': signed/unsigned mismatch
2>ChNarrowphasePRIMS.cpp
2>ChRayTest.cpp
2>ChCollisionUtilsBroadphase.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChBroadphase.cpp)
2>ChCollisionUtilsMPR.cpp
2>ChCollisionUtilsPRIMS.cpp
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChNarrowphase.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChNarrowphaseMPR.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChCollisionUtilsBroadphase.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChRayTest.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChNarrowphasePRIMS.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChCollisionUtilsMPR.cpp)
2>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\chrono\ChCollisionUtilsPRIMS.cpp)
2>cbtAxisSweep3.cpp
2>cbtSimpleBroadphase.cpp
2>cbtOverlappingPairCache.cpp
2>cbtBroadphaseProxy.cpp
2>cbtDispatcher.cpp
2>cbtCollisionAlgorithm.cpp
2>cbtDbvt.cpp
2>cbtDbvtBroadphase.cpp
2>cbtQuantizedBvh.cpp
2>cbtUnionFind.cpp
2>cbtCollisionDispatcher.cpp
2>cbtCollisionDispatcherMt.cpp
2>cbtSphereSphereCollisionAlgorithm.cpp
2>cbtCollisionObject.cpp
2>cbtSphereBoxCollisionAlgorithm.cpp
2>cbtCollisionWorld.cpp
2>cbtCollisionWorldImporter.cpp
2>cbtSimulationIslandManager.cpp
2>cbtCompoundCollisionAlgorithm.cpp
2>cbtCompoundCompoundCollisionAlgorithm.cpp
2>cbtManifoldResult.cpp
2>cbtConvexConcaveCollisionAlgorithm.cpp
2>cbtEmptyCollisionAlgorithm.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCompoundCompoundCollisionAlgorithm.cpp(401,3):
 warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCompoundCompoundCollisionAlgorithm.cpp(357,7):
 message : see declaration of 'i'
2>cbtSphereTriangleCollisionAlgorithm.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtSimulationIslandManager.cpp(250,11):
 warning C4456: declaration of 'idx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtSimulationIslandManager.cpp(225,7):
 message : see declaration of 'idx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtSimulationIslandManager.cpp(270,11):
 warning C4456: declaration of 'idx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtSimulationIslandManager.cpp(225,7):
 message : see declaration of 'idx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtConvexConcaveCollisionAlgorithm.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtConvexConcaveCollisionAlgorithm.cpp)
2>cbtConvexConvexAlgorithm.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtConvexConcaveCollisionAlgorithm.cpp(219,32):
 warning C4189: 'poly': local variable is initialized but not referenced
2>SphereTriangleDetector.cpp
2>cbtDefaultCollisionConfiguration.cpp
2>cbtConvexPlaneCollisionAlgorithm.cpp
2>cbtActivatingCollisionAlgorithm.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorldImporter.cpp(493,28):
 warning C4456: declaration of 'localScaling' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorldImporter.cpp(342,15):
 message : see declaration of 'localScaling'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtConvexConvexAlgorithm.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtConvexConvexAlgorithm.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\SphereTriangleDetector.cpp)
2>cbtBox2dBox2dCollisionAlgorithm.cpp
2>cbtBoxBoxCollisionAlgorithm.cpp
2>cbtBoxBoxDetector.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtDefaultCollisionConfiguration.cpp(115,15):
 warning C4456: declaration of 'mem' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtDefaultCollisionConfiguration.cpp(40,8):
 message : see declaration of 'mem'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtDefaultCollisionConfiguration.cpp(128,15):
 warning C4456: declaration of 'mem' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtDefaultCollisionConfiguration.cpp(40,8):
 message : see declaration of 'mem'
2>cbtGhostObject.cpp
2>cbtConvex2dConvex2dAlgorithm.cpp
2>cbtInternalEdgeUtility.cpp
2>cbtHashedSimplePairCache.cpp
2>cbtBarrelShape.cpp
2>cbt2DShape.cpp
2>cbtCEtriangleShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtBarrelShape.cpp(53,12):
 warning C4189: 'len': local variable is initialized but not referenced
2>cbtBoxShape.cpp
2>cbtTriangleMeshShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp)
2>cbtBvhTriangleMeshShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(216,1):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(147,16):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(240,1):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(147,16):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(262,1):
 warning C4456: declaration of 'edge' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(147,16):
 message : see declaration of 'edge'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(494,21):
 warning C4456: declaration of 'nearest' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(470,13):
 message : see declaration of 'nearest'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(507,21):
 warning C4456: declaration of 'nearest' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(470,13):
 message : see declaration of 'nearest'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(520,21):
 warning C4456: declaration of 'nearest' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(470,13):
 message : see declaration of 'nearest'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(668,42):
 warning C4456: declaration of 'localContactNormalOnB' hides previous local 
declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(484,13):
 message : see declaration of 'localContactNormalOnB'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(751,42):
 warning C4456: declaration of 'localContactNormalOnB' hides previous local 
declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtInternalEdgeUtility.cpp(484,13):
 message : see declaration of 'localContactNormalOnB'
2>cbtTriangleMesh.cpp
2>cbtTriangleIndexVertexArray.cpp
2>cbtCollisionShape.cpp
2>cbtTriangleCallback.cpp
2>cbtCompoundShape.cpp
2>cbtTetrahedronShape.cpp
2>cbtConcaveShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtBvhTriangleMeshShape.cpp(394,22):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtBvhTriangleMeshShape.cpp(372,9):
 message : see declaration of 'chunk'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtBvhTriangleMeshShape.cpp(416,22):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtBvhTriangleMeshShape.cpp(407,9):
 message : see declaration of 'chunk'
2>cbtStridingMeshInterface.cpp
2>cbtConeShape.cpp
2>cbtStaticPlaneShape.cpp
2>cbtConvexHullShape.cpp
2>cbtSphereShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(435,43):
 warning C4456: declaration of 'worldTocollisionObject' hides previous local 
declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(400,17):
 message : see declaration of 'worldTocollisionObject'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(437,31):
 warning C4456: declaration of 'rayFromLocal' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(401,15):
 message : see declaration of 'rayFromLocal'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(438,29):
 warning C4456: declaration of 'rayToLocal' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionDispatch\cbtCollisionWorld.cpp(402,15):
 message : see declaration of 'rayToLocal'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtCompoundShape.cpp(324,23):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtCompoundShape.cpp(313,13):
 message : see declaration of 'chunk'
2>cbtConvexShape.cpp
2>cbtPolyhedralConvexShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(261,25):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(223,13):
 message : see declaration of 'chunk'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(279,25):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(223,13):
 message : see declaration of 'chunk'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(300,25):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(223,13):
 message : see declaration of 'chunk'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(331,25):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(223,13):
 message : see declaration of 'chunk'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(350,25):
 warning C4456: declaration of 'chunk' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtStridingMeshInterface.cpp(223,13):
 message : see declaration of 'chunk'
2>cbtConvexTriangleMeshShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp)
2>cbtOptimizedBvh.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp(407):
 warning C4702: unreachable code
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp(408):
 warning C4702: unreachable code
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp(336):
 warning C4702: unreachable code
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexShape.cpp(337):
 warning C4702: unreachable code
2>cbtCylinderShape.cpp
2>cbtCylindricalShellShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtPolyhedralConvexShape.cpp(132,8):
 warning C4189: 'v01': local variable is initialized but not referenced
2>cbtMultiSphereShape.cpp
2>cbtEmptyShape.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtOptimizedBvh.cpp(334,5):
 warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtOptimizedBvh.cpp(273,6):
 message : see declaration of 'i'
2>cbtMinkowskiSumShape.cpp
2>cbtTriangleBuffer.cpp
2>cbtHeightfieldTerrainShape.cpp
2>cbtCapsuleShape.cpp
2>cbtConvexInternalShape.cpp
2>cbtUniformScalingShape.cpp
2>cbtBox2dShape.cpp
2>cbtConvex2dShape.cpp
2>cbtConvexPointCloudShape.cpp
2>cbtMultimaterialTriangleMeshShape.cpp
2>cbtScaledBvhTriangleMeshShape.cpp
2>cbtShapeHull.cpp
2>cbtTriangleIndexVertexMaterialArray.cpp
2>cbtSdfCollisionShape.cpp
2>cbtMiniSDF.cpp
2>cbtConvexPolyhedron.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtMiniSDF.cpp(102,25):
 warning C4267: 'argument': conversion from 'size_t' to 'int', possible loss of 
data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtMiniSDF.cpp(47,6):
 warning C4189: 'fileSize': local variable is initialized but not referenced
2>cbtContinuousConvexCollision.cpp
2>cbtSubSimplexConvexCast.cpp
2>cbtConvexCast.cpp
2>cbtRaycastCallback.cpp
2>cbtPersistentManifold.cpp
2>cbtMinkowskiPenetrationDepthSolver.cpp
2>cbtGjkConvexCast.cpp
2>cbtGjkEpaPenetrationDepthSolver.cpp
2>cbtVoronoiSimplexSolver.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtRaycastCallback.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtRaycastCallback.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexPolyhedron.cpp(255,27):
 warning C4456: declaration of 'Step' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\CollisionShapes\cbtConvexPolyhedron.cpp(234,19):
 message : see declaration of 'Step'
2>cbtGjkPairDetector.cpp
2>cbtGjkEpa2.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtMinkowskiPenetrationDepthSolver.cpp(95,4):
 warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtMinkowskiPenetrationDepthSolver.cpp(80,6):
 message : see declaration of 'i'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtMinkowskiPenetrationDepthSolver.cpp(112,4):
 warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtMinkowskiPenetrationDepthSolver.cpp(80,6):
 message : see declaration of 'i'
2>cbtPolyhedralContactClipping.cpp
2>cbtQuickprof.cpp
2>cbtAlignedAllocator.cpp
2>cbtGeometryUtil.cpp
2>cbtConvexHull.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkPairDetector.cpp(36,46):
 warning C4305: 'initializing': truncation from 'double' to 'cbtScalar'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkEpa2.cpp(1047,28):
 warning C4457: declaration of 'margin' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkEpa2.cpp(1022,22):
 message : see declaration of 'margin'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkPairDetector.cpp(555,25):
 warning C4456: declaration of 'tmp' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkPairDetector.cpp(463,30):
 message : see declaration of 'tmp'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkPairDetector.cpp(770,23):
 warning C4456: declaration of 'delta' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtGjkPairDetector.cpp(738,13):
 message : see declaration of 'delta'
2>cbtConvexHullComputer.cpp
2>cbtSerializer.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtPolyhedralContactClipping.cpp(489,24):
 warning C4456: declaration of 'point' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision\NarrowPhaseCollision\cbtPolyhedralContactClipping.cpp(469,13):
 message : see declaration of 'point'
2>cbtSerializer64.cpp
2>cbtPolarDecomposition.cpp
2>cbtThreads.cpp
2>cbtVector3.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(967,20):
 warning C4456: declaration of 'dx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(869,12):
 message : see declaration of 'dx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(968,20):
 warning C4456: declaration of 'dy' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(870,12):
 message : see declaration of 'dy'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(969,20):
 warning C4456: declaration of 'dz' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(871,12):
 message : see declaration of 'dz'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(1006,23):
 warning C4456: declaration of 'bmin' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(848,12):
 message : see declaration of 'bmin'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(1007,23):
 warning C4456: declaration of 'bmax' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(849,12):
 message : see declaration of 'bmax'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(1019,18):
 warning C4456: declaration of 'dx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(869,12):
 message : see declaration of 'dx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(1020,18):
 warning C4456: declaration of 'dy' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(870,12):
 message : see declaration of 'dy'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(1021,18):
 warning C4456: declaration of 'dz' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(871,12):
 message : see declaration of 'dz'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(259,1):
 warning C4456: declaration of 's' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(246,14):
 message : see declaration of 's'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(462):
 message : see reference to function template instantiation 'int 
maxdirsterid<cbtVector3>(const T *,int,const T &,cbtAlignedObjectArray<int> &)' 
being compiled
2>        with
2>        [
2>            T=cbtVector3
2>        ]
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(260,1):
 warning C4456: declaration of 'c' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHull.cpp(247,14):
 message : see declaration of 'c'
2>cbtTaskScheduler.cpp
2>cbtThreadSupportPosix.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHullComputer.cpp(1282,17):
 warning C4456: declaration of 'v' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtConvexHullComputer.cpp(1218,12):
 message : see declaration of 'v'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtQuickprof.cpp(740,21):
 warning C4189: 'kNullIndex': local variable is initialized but not referenced
2>cbtThreadSupportWin32.cpp
2>gim_box_set.cpp
2>gim_contact.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(179,53):
 warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(184,11):
 warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible 
loss of data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(430,52):
 warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(572,53):
 warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(577,11):
 warning C4267: '-=': conversion from 'size_t' to 'unsigned long', possible 
loss of data
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(824,52):
 warning C4267: '=': conversion from 'size_t' to 'long', possible loss of data
2>gim_memory.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(799):
 warning C4701: potentially uninitialized local variable 'z' used
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(798):
 warning C4701: potentially uninitialized local variable 'x' used
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(798):
 warning C4701: potentially uninitialized local variable 'y' used
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(405):
 warning C4701: potentially uninitialized local variable 'z' used
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(404):
 warning C4701: potentially uninitialized local variable 'x' used
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\cbtVector3.cpp(404):
 warning C4701: potentially uninitialized local variable 'y' used
2>gim_tri_collision.cpp
2>cbtContactProcessing.cpp
2>cbtGenericPoolAllocator.cpp
2>cbtGImpactBvh.cpp
2>cbtGImpactCollisionAlgorithm.cpp
2>cbtGImpactQuantizedBvh.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtContactProcessing.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtContactProcessing.cpp)
2>cbtGImpactShape.cpp
2>cbtTriangleShapeEx.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactBvh.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactBvh.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\TaskScheduler\cbtTaskScheduler.cpp(762,1):
 warning C4456: declaration of 'iThread' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\LinearMath\TaskScheduler\cbtTaskScheduler.cpp(737,8):
 message : see declaration of 'iThread'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactCollisionAlgorithm.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactCollisionAlgorithm.cpp)
2>bestfit.cpp
2>bestfitobb.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactShape.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactShape.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactQuantizedBvh.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtGImpactQuantizedBvh.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(144,1):
 warning C4456: declaration of 'dist' hides previous local declaration 
(compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtTriangleShapeEx.cpp)
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\bullet\BulletCollision/CollisionShapes/cbtTriangleShape.h(130,13):
 message : see declaration of 'dist' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\GIMPACT\Bullet\cbtTriangleShapeEx.cpp)
2>cd_hull.cpp
2>concavity.cpp
2>ConvexBuilder.cpp
2>ConvexDecomposition.cpp
2>fitsphere.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2741,18):
 warning C4459: declaration of 'tris' hides global declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2335,25):
 message : see declaration of 'ConvexDecomposition::tris'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3115,16):
 warning C4456: declaration of 'dx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3010,8):
 message : see declaration of 'dx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3116,16):
 warning C4456: declaration of 'dy' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3011,8):
 message : see declaration of 'dy'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3117,16):
 warning C4456: declaration of 'dz' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3012,8):
 message : see declaration of 'dz'
2>float_math.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3153,19):
 warning C4456: declaration of 'bmin' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2989,8):
 message : see declaration of 'bmin'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3154,19):
 warning C4456: declaration of 'bmax' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2990,8):
 message : see declaration of 'bmax'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3166,14):
 warning C4456: declaration of 'dx' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3010,8):
 message : see declaration of 'dx'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3167,14):
 warning C4456: declaration of 'dy' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3011,8):
 message : see declaration of 'dy'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3168,14):
 warning C4456: declaration of 'dz' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(3012,8):
 message : see declaration of 'dz'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2256,1):
 warning C4456: declaration of 's' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2243,10):
 message : see declaration of 's'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2464):
 message : see reference to function template instantiation 'int 
ConvexDecomposition::maxdirsterid<ConvexDecomposition::float3>(const T 
*,int,const T &,ConvexDecomposition::Array<int> &)' being compiled
2>        with
2>        [
2>            T=ConvexDecomposition::float3
2>        ]
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2257,1):
 warning C4456: declaration of 'c' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2244,10):
 message : see declaration of 'c'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexBuilder.cpp(224,19):
 warning C4456: declaration of 'cr' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexBuilder.cpp(203,10):
 message : see declaration of 'cr'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexBuilder.cpp(304,19):
 warning C4456: declaration of 'ret' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexBuilder.cpp(265,15):
 message : see declaration of 'ret'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\cd_hull.cpp(2532):
 warning C4706: assignment within conditional expression
2>meshvolume.cpp
2>planetri.cpp
2>raytri.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\concavity.cpp(479,35):
 warning C4456: declaration of 'i' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\concavity.cpp(428,29):
 message : see declaration of 'i'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\concavity.cpp(657,33):
 warning C4456: declaration of 'src' hides previous local declaration
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\concavity.cpp(646,23):
 message : see declaration of 'src'
2>splitplane.cpp
2>vlookup.cpp
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(344,31):
 warning C4457: declaration of 'vcount' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(103,53):
 message : see declaration of 'vcount'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(345,31):
 warning C4457: declaration of 'vertices' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(104,56):
 message : see declaration of 'vertices'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(346,31):
 warning C4457: declaration of 'tcount' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(105,56):
 message : see declaration of 'tcount'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(358,31):
 warning C4457: declaration of 'vcount' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(103,53):
 message : see declaration of 'vcount'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(359,31):
 warning C4457: declaration of 'vertices' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(104,56):
 message : see declaration of 'vertices'
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(360,31):
 warning C4457: declaration of 'tcount' hides function parameter
2>C:\Chrono\Chrono_src_GPU\src\chrono\collision\gimpact\ConvexDecomposition\ConvexDecomposition.cpp(105,56):
 message : see declaration of 'tcount'
2>ChUtilsCreators.cpp
2>ChUtilsGenerators.cpp
2>ChUtilsInputOutput.cpp
2>ChUtilsChaseCamera.cpp
2>ChUtilsValidation.cpp
2>ChProfiler.cpp
2>ChFilters.cpp
2>ChCompositeInertia.cpp
2>ChParserOpenSim.cpp
2>ChParserAdams.cpp
2>ChAdamsTokenizer.yy.cpp
2>ChConvexHull.cpp
2>tiny_obj_loader.cc
2>   Creating library C:/Chrono/Chrono_build/lib/Debug/ChronoEngine.lib and 
object C:/Chrono/Chrono_build/lib/Debug/ChronoEngine.exp
2>ChronoEngine.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\ChronoEngine.dll
2>Done building project "ChronoEngine.vcxproj".
3>------ Build started: Project: demo_CH_stream, Configuration: Debug x64 ------
4>------ Build started: Project: demo_CH_solver, Configuration: Debug x64 ------
5>------ Build started: Project: demo_CH_powertrain, Configuration: Debug x64 
------
6>------ Build started: Project: demo_CH_matrix_ref, Configuration: Debug x64 
------
7>------ Build started: Project: demo_CH_math, Configuration: Debug x64 ------
8>------ Build started: Project: demo_CH_linalg, Configuration: Debug x64 ------
9>------ Build started: Project: demo_CH_functions, Configuration: Debug x64 
------
10>------ Build started: Project: demo_CH_filesystem, Configuration: Debug x64 
------
3>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
4>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
5>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
6>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
7>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
8>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
9>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
10>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/core/CMakeLists.txt
3>demo_CH_stream.cpp
4>demo_CH_solver.cpp
9>demo_CH_functions.cpp
6>demo_CH_matrix_ref.cpp
8>demo_CH_linalg.cpp
5>demo_CH_powertrain.cpp
7>demo_CH_math.cpp
10>demo_CH_filesystem.cpp
3>demo_CH_stream.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_CH_stream.exe
11>------ Build started: Project: demo_CH_coords, Configuration: Debug x64 
------
7>demo_CH_math.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_CH_math.exe
12>------ Build started: Project: demo_CH_buildsystem, Configuration: Debug x64 
------
9>demo_CH_functions.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_CH_functions.exe
13>------ Build started: Project: demo_CH_archive, Configuration: Debug x64 
------
5>demo_CH_powertrain.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_CH_powertrain.exe
14>------ Build started: Project: demo_CH_EulerAngles, Configuration: Debug x64 
------
10>demo_CH_filesystem.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_CH_filesystem.exe
15>------ Build started: Project: ChronoEngine_vehicle, Configuration: Debug 
x64 ------
15>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_vehicle/CMakeLists.txt
15>ChChassis.cpp
15>ChDriver.cpp
15>ChPart.cpp
15>ChVehicleJoint.cpp
15>ChDriveline.cpp
15>ChPowertrain.cpp
15>ChSubsysDefs.cpp
15>ChTerrain.cpp
16>------ Build started: Project: ChronoEngine_postprocess, Configuration: 
Debug x64 ------
16>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_postprocess/CMakeLists.txt
15>ChVehicle.cpp
6>demo_CH_matrix_ref.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_CH_matrix_ref.exe
17>------ Build started: Project: ChronoEngine_opengl, Configuration: Debug x64 
------
17>Generating ../../resources/text_frag.h
16>ChPovRay.cpp
4>demo_CH_solver.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_CH_solver.exe
17>Generating ../../resources/text_vert.h
17>Generating ../../resources/phong_frag.h
17>Generating ../../resources/phong_vert.h
15>ChVehicleModelData.cpp
15>ChVehicleVisualSystem.cpp
15>ChWorldFrame.cpp
15>ChRigidChassis.cpp
15>ChChassisConnectorArticulated.cpp
17>Generating ../../resources/cloud_frag.h
15>ChChassisConnectorHitch.cpp
15>ChChassisConnectorTorsion.cpp
17>Generating ../../resources/cloud_vert.h
15>RigidChassis.cpp
16>C:\Chrono\Chrono_src_GPU\src\chrono_postprocess\ChPovRay.cpp(698,22): 
warning C4189: 'shapeFEA': local variable is initialized but not referenced
17>Generating ../../resources/dot_frag.h
17>Generating ../../resources/dot_vert.h
17>Generating ../../resources/bar_frag.h
15>ChassisConnectorHitch.cpp
15>ChassisConnectorArticulated.cpp
8>demo_CH_linalg.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_CH_linalg.exe
17>Generating ../../resources/bar_vert.h
17>Generating ../../resources/sphere_frag.h
16>   Creating library 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_postprocess.lib and object 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_postprocess.exp
17>Generating ../../resources/sphere_vert.h
16>ChronoEngine_postprocess.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoEngine_postprocess.dll
16>Done building project "ChronoEngine_postprocess.vcxproj".
18>------ Build started: Project: demo_POST_timestepping, Configuration: Debug 
x64 ------
19>------ Build started: Project: demo_POST_povray, Configuration: Debug x64 
------
20>------ Build started: Project: demo_POST_gnuplot, Configuration: Debug x64 
------
21>------ Build started: Project: ChronoEngine_irrlicht, Configuration: Debug 
x64 ------
17>Generating ../../resources/box.h
19>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/postprocess/CMakeLists.txt
20>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/postprocess/CMakeLists.txt
17>Generating ../../resources/cone.h
18>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/postprocess/CMakeLists.txt
17>Generating ../../resources/sphere.h
19>demo_POST_povray.cpp
15>ChassisConnectorTorsion.cpp
20>demo_POST_gnuplot.cpp
15>ChDataDriver.cpp
15>ChHumanDriver.cpp
15>ChAIDriver.cpp
18>demo_POST_timestepping.cpp
15>ChPathFollowerDriver.cpp
17>Generating ../../resources/cylinder.h
15>ChPathFollowerACCDriver.cpp
17>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_opengl/CMakeLists.txt
15>AIDriver.cpp
15>ChSimplePowertrain.cpp
17>ChOpenGLViewer.cpp
17>ChOpenGLCamera.cpp
17>ChOpenGLWindow.cpp
17>ChOpenGLShader.cpp
17>ChOpenGLObject.cpp
17>ChOpenGLVertexAttributes.cpp
17>ChOpenGLMesh.cpp
17>ChOpenGLCloud.cpp
17>ChOpenGLWires.cpp
17>ChOpenGLText.cpp
17>ChOpenGLBars.cpp
15>ChShaftsPowertrain.cpp
17>ChOpenGLOBJ.cpp
17>ChOpenGLOBJLoader.cpp
15>ChSimpleMapPowertrain.cpp
17>ChOpenGLContacts.cpp
20>demo_POST_gnuplot.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_POST_gnuplot.exe
17>ChOpenGLHUD.cpp
15>ChSimpleCVTPowertrain.cpp
17>ChOpenGLGraphs.cpp
15>SimpleMapPowertrain.cpp
17>tiny_obj_loader.cc
15>SimplePowertrain.cpp
15>SimpleCVTPowertrain.cpp
15>ShaftsPowertrain.cpp
17>C:\Program Files (x86)\Windows 
Kits\10\Include\10.0.19041.0\shared\minwindef.h(130,1): warning C4005: 
'APIENTRY': macro redefinition (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono_opengl\UI\ChOpenGLHUD.cpp)
17>C:\Chrono\Chrono_dependencies\glfw-3.3.7.bin.WIN64\include\GLFW/glfw3.h(123):
 message : see previous definition of 'APIENTRY' (compiling source file 
C:\Chrono\Chrono_src_GPU\src\chrono_opengl\UI\ChOpenGLHUD.cpp)
19>demo_POST_povray.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_POST_povray.exe
15>FlatTerrain.cpp
15>ObsModTerrain.cpp
22>------ Build started: Project: demo_POST_emitter_asset, Configuration: Debug 
x64 ------
23>------ Build started: Project: demo_POST_emit_creation, Configuration: Debug 
x64 ------
24>------ Build started: Project: demo_IRR_visualize_collision, Configuration: 
Debug x64 ------
25>------ Build started: Project: demo_IRR_ujoint, Configuration: Debug x64 
------
26>------ Build started: Project: demo_IRR_tracks, Configuration: Debug x64 
------
15>RigidTerrain.cpp
24>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
22>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/postprocess/CMakeLists.txt
18>demo_POST_timestepping.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_POST_timestepping.exe
25>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
23>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/postprocess/CMakeLists.txt
15>RandomSurfaceTerrain.cpp
15>SCMDeformableTerrain.cpp
27>------ Build started: Project: demo_IRR_tire, Configuration: Debug x64 ------
24>demo_IRR_visualize_collision.cpp
25>demo_IRR_ujoint.cpp
22>demo_POST_emitter_asset.cpp
27>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
17>   Creating library C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_opengl.lib 
and object C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_opengl.exp
17>LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other 
libs; use /NODEFAULTLIB:library
23>demo_POST_emit_creation.cpp
15>GranularTerrain.cpp
15>FEADeformableTerrain.cpp
17>ChronoEngine_opengl.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoEngine_opengl.dll
15>ChSteeringController.cpp
27>demo_IRR_tire.cpp
15>ChSpeedController.cpp
15>C:\Chrono\Chrono_src_GPU\src\chrono_vehicle\terrain\SCMDeformableTerrain.cpp(502,10):
 warning C4189: 'maxZ': local variable is initialized but not referenced
17>Done building project "ChronoEngine_opengl.vcxproj".
28>------ Build started: Project: demo_GL_shapes, Configuration: Debug x64 
------
15>ChAdaptiveSpeedController.cpp
15>ChVehiclePath.cpp
15>ChUtilsJSON.cpp
15>ChVehicleOutputASCII.cpp
15>ChAxle.cpp
23>demo_POST_emit_creation.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_POST_emit_creation.exe
25>demo_IRR_ujoint.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_ujoint.exe
15>ChAntirollBar.cpp
15>ChBrake.cpp
24>demo_IRR_visualize_collision.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_visualize_collision.exe
15>ChDrivelineWV.cpp
29>------ Build started: Project: demo_GL_inv_pendulum, Configuration: Debug 
x64 ------
30>------ Build started: Project: demo_GL_cohesion, Configuration: Debug x64 
------
15>ChSuspension.cpp
22>demo_POST_emitter_asset.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_POST_emitter_asset.exe
31>------ Build started: Project: demo_GL_benchmark, Configuration: Debug x64 
------
32>------ Build started: Project: ChronoEngine_gpu, Configuration: Debug x64 
------
33>------ Build started: Project: demo_IRR_suspension, Configuration: Debug x64 
------
29>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/opengl/CMakeLists.txt
27>demo_IRR_tire.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_IRR_tire.exe
34>------ Build started: Project: demo_IRR_spring, Configuration: Debug x64 
------
29>demo_GL_inv_pendulum.cpp
15>ChSteering.cpp
15>ChSubchassis.cpp
15>ChWheeledTrailer.cpp
15>ChWheeledVehicle.cpp
15>ChWheel.cpp
15>ChTire.cpp
15>ChAntirollBarRSD.cpp
15>AntirollBarRSD.cpp
15>ChBrakeSimple.cpp
15>ChBrakeShafts.cpp
29>demo_GL_inv_pendulum.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GL_inv_pendulum.exe
35>------ Build started: Project: demo_IRR_sph, Configuration: Debug x64 ------
35>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
36>------ Build started: Project: demo_IRR_soilbin, Configuration: Debug x64 
------
15>BrakeSimple.cpp
15>BrakeShafts.cpp
35>demo_IRR_sph.cpp
15>ChShaftsDriveline2WD.cpp
15>ChShaftsDriveline4WD.cpp
15>ChShaftsDriveline6WD.cpp
15>ChShaftsDriveline8WD.cpp
15>ChSimpleDrivelineXWD.cpp
15>ChSimpleDriveline.cpp
15>ShaftsDriveline2WD.cpp
15>ShaftsDriveline4WD.cpp
15>SimpleDriveline.cpp
35>demo_IRR_sph.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_IRR_sph.exe
15>SimpleDrivelineXWD.cpp
37>------ Build started: Project: demo_IRR_rot_spring, Configuration: Debug x64 
------
37>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChPitmanArm.cpp
38>------ Build started: Project: demo_IRR_rev_trans, Configuration: Debug x64 
------
37>demo_IRR_rot_spring.cpp
15>ChPitmanArmShafts.cpp
15>ChRackPinion.cpp
15>ChRotaryArm.cpp
15>PitmanArm.cpp
15>RackPinion.cpp
15>RotaryArm.cpp
15>ChBalancer.cpp
15>Balancer.cpp
15>ChDoubleWishbone.cpp
37>demo_IRR_rot_spring.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_rot_spring.exe
39>------ Build started: Project: demo_IRR_rev_sph, Configuration: Debug x64 
------
40>------ Build started: Project: demo_IRR_rev_limits, Configuration: Debug x64 
------
15>ChDoubleWishboneReduced.cpp
15>ChSingleWishbone.cpp
40>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
40>demo_IRR_rev_limits.cpp
15>ChSolidAxle.cpp
15>ChMultiLink.cpp
15>ChHendricksonPRIMAXX.cpp
15>ChMacPhersonStrut.cpp
15>ChSemiTrailingArm.cpp
15>ChThreeLinkIRS.cpp
15>ChRigidSuspension.cpp
15>ChRigidPinnedAxle.cpp
15>ChLeafspringAxle.cpp
41>------ Build started: Project: demo_IRR_report_collisions, Configuration: 
Debug x64 ------
40>demo_IRR_rev_limits.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_rev_limits.exe
41>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
42>------ Build started: Project: demo_IRR_raycast_test, Configuration: Debug 
x64 ------
15>ChSAELeafspringAxle.cpp
41>demo_IRR_report_collisions.cpp
15>ChSolidBellcrankThreeLinkAxle.cpp
42>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChSolidThreeLinkAxle.cpp
15>ChToeBarLeafspringAxle.cpp
42>demo_IRR_raycast_test.cpp
15>ChSAEToeBarLeafspringAxle.cpp
15>DoubleWishbone.cpp
15>DoubleWishboneReduced.cpp
15>SingleWishbone.cpp
41>demo_IRR_report_collisions.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_report_collisions.exe
43>------ Build started: Project: demo_IRR_prismatic_limits, Configuration: 
Debug x64 ------
42>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable'
43>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>SolidAxle.cpp
15>MultiLink.cpp
43>demo_IRR_prismatic_limits.cpp
15>HendricksonPRIMAXX.cpp
15>MacPhersonStrut.cpp
15>SemiTrailingArm.cpp
15>ThreeLinkIRS.cpp
15>RigidSuspension.cpp
42>demo_IRR_raycast_test.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_raycast_test.exe
42>Done building project "demo_IRR_raycast_test.vcxproj".
44>------ Build started: Project: demo_IRR_prismatic_force, Configuration: 
Debug x64 ------
15>RigidPinnedAxle.cpp
15>LeafspringAxle.cpp
15>SAELeafspringAxle.cpp
15>SolidBellcrankThreeLinkAxle.cpp
15>SolidThreeLinkAxle.cpp
43>demo_IRR_prismatic_limits.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_prismatic_limits.exe
15>ToeBarLeafspringAxle.cpp
45>------ Build started: Project: demo_IRR_plane_plane, Configuration: Debug 
x64 ------
15>SAEToeBarLeafspringAxle.cpp
15>ChSuspensionTestRig.cpp
15>ChDriverSTR.cpp
15>ChDataDriverSTR.cpp
15>ChTireTestRig.cpp
15>ChRigidTire.cpp
46>------ Build started: Project: demo_IRR_pendulum, Configuration: Debug x64 
------
15>ChForceElementTire.cpp
15>ChPacejkaTire.cpp
15>ChPac02Tire.cpp
15>ChPac89Tire.cpp
15>ChLugreTire.cpp
47>------ Build started: Project: demo_IRR_paths, Configuration: Debug x64 
------
15>ChFialaTire.cpp
15>ChTMeasyTire.cpp
47>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChDeformableTire.cpp
15>ChANCFTire.cpp
15>ChReissnerTire.cpp
47>demo_IRR_paths.cpp
15>ChFEATire.cpp
15>RigidTire.cpp
15>PacejkaTire.cpp
48>------ Build started: Project: demo_IRR_motors, Configuration: Debug x64 
------
48>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>Pac02Tire.cpp
48>demo_IRR_motors.cpp
15>Pac89Tire.cpp
15>LugreTire.cpp
15>FialaTire.cpp
15>TMeasyTire.cpp
15>ReissnerTire.cpp
15>ANCFTire.cpp
47>demo_IRR_paths.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_IRR_paths.exe
49>------ Build started: Project: demo_IRR_mecanum, Configuration: Debug x64 
------
15>FEATire.cpp
49>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
49>demo_IRR_mecanum.cpp
15>ANCFToroidalTire.cpp
15>ReissnerToroidalTire.cpp
48>demo_IRR_motors.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_motors.exe
15>WheeledTrailer.cpp
15>WheeledVehicle.cpp
50>------ Build started: Project: demo_IRR_link_bushing, Configuration: Debug 
x64 ------
15>Wheel.cpp
15>ChIdler.cpp
15>ChRoadWheel.cpp
15>ChRoadWheelAssembly.cpp
49>demo_IRR_mecanum.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_mecanum.exe
51>------ Build started: Project: demo_IRR_imposed_motion, Configuration: Debug 
x64 ------
15>ChRoller.cpp
15>ChSprocket.cpp
51>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChTrackAssembly.cpp
15>ChTrackBrake.cpp
15>ChDrivelineTV.cpp
51>demo_IRR_imposed_motion.cpp
15>ChTrackedVehicle.cpp
15>ChTrackShoe.cpp
15>ChTrackContactManager.cpp
52>------ Build started: Project: demo_IRR_gears, Configuration: Debug x64 
------
15>ChTrackBrakeSimple.cpp
52>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChTrackBrakeShafts.cpp
15>TrackBrakeSimple.cpp
52>demo_IRR_gears.cpp
15>TrackBrakeShafts.cpp
15>ChTrackDrivelineBDS.cpp
15>ChSimpleTrackDriveline.cpp
15>TrackDrivelineBDS.cpp
51>demo_IRR_imposed_motion.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_imposed_motion.exe
15>SimpleTrackDriveline.cpp
53>------ Build started: Project: demo_IRR_friction, Configuration: Debug x64 
------
53>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>ChSingleIdler.cpp
15>ChDoubleIdler.cpp
15>SingleIdler.cpp
53>demo_IRR_friction.cpp
15>DoubleIdler.cpp
15>ChSingleRoadWheel.cpp
52>demo_IRR_gears.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_IRR_gears.exe
54>------ Build started: Project: demo_IRR_fourbar, Configuration: Debug x64 
------
15>ChDoubleRoadWheel.cpp
54>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>SingleRoadWheel.cpp
54>demo_IRR_fourbar.cpp
15>DoubleRoadWheel.cpp
15>ChDoubleRoller.cpp
15>DoubleRoller.cpp
15>ChSprocketSinglePin.cpp
15>ChSprocketDoublePin.cpp
15>ChSprocketBand.cpp
15>SprocketSinglePin.cpp
53>demo_IRR_friction.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_friction.exe
55>------ Build started: Project: demo_IRR_forklift, Configuration: Debug x64 
------
55>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
55>demo_IRR_forklift.cpp
15>SprocketDoublePin.cpp
54>demo_IRR_fourbar.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_fourbar.exe
15>SprocketBand.cpp
15>ChLinearDamperRWAssembly.cpp
56>------ Build started: Project: demo_IRR_emitter, Configuration: Debug x64 
------
15>ChRotationalDamperRWAssembly.cpp
15>LinearDamperRWAssembly.cpp
15>RotationalDamperRWAssembly.cpp
15>ChTrackShoeSegmented.cpp
15>ChTrackShoeSinglePin.cpp
15>ChTrackShoeDoublePin.cpp
15>ChTrackShoeBand.cpp
15>ChTrackShoeBandBushing.cpp
55>demo_IRR_forklift.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_forklift.exe
15>ChTrackShoeBandANCF.cpp
57>------ Build started: Project: demo_IRR_emit_processor, Configuration: Debug 
x64 ------
15>TrackShoeSinglePin.cpp
57>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>TrackShoeDoublePin.cpp
57>demo_IRR_emit_processor.cpp
15>TrackShoeBandBushing.cpp
58>------ Build started: Project: demo_IRR_emit_cluster, Configuration: Debug 
x64 ------
58>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
58>demo_IRR_emit_cluster.cpp
15>TrackShoeBandANCF.cpp
15>ChTrackAssemblySegmented.cpp
15>ChTrackAssemblySinglePin.cpp
15>ChTrackAssemblyDoublePin.cpp
15>ChTrackAssemblyBand.cpp
15>ChTrackAssemblyBandBushing.cpp
15>ChTrackAssemblyBandANCF.cpp
15>TrackAssemblySinglePin.cpp
57>demo_IRR_emit_processor.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_emit_processor.exe
59>------ Build started: Project: demo_IRR_earthquake, Configuration: Debug x64 
------
59>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
15>TrackAssemblyDoublePin.cpp
15>TrackAssemblyBandBushing.cpp
15>TrackAssemblyBandANCF.cpp
59>demo_IRR_earthquake.cpp
15>ChTrackTestRig.cpp
15>ChDriverTTR.cpp
58>demo_IRR_emit_cluster.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_emit_cluster.exe
15>ChDataDriverTTR.cpp
60>------ Build started: Project: demo_IRR_decomposition, Configuration: Debug 
x64 ------
15>ChRoadDriverTTR.cpp
15>TrackedVehicle.cpp
15>stb_image.cpp
15>stb_image_write.cpp
59>demo_IRR_earthquake.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_earthquake.exe
61>------ Build started: Project: demo_IRR_custom_contact, Configuration: Debug 
x64 ------
61>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
61>demo_IRR_custom_contact.cpp
62>------ Build started: Project: demo_IRR_crank, Configuration: Debug x64 
------
62>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
62>demo_IRR_crank.cpp
61>demo_IRR_custom_contact.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_custom_contact.exe
63>------ Build started: Project: demo_IRR_conveyor, Configuration: Debug x64 
------
15>   Creating library 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle.lib and object 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle.exp
63>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
63>demo_IRR_conveyor.cpp
15>ChronoEngine_vehicle.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoEngine_vehicle.dll
15>Done building project "ChronoEngine_vehicle.vcxproj".
64>------ Build started: Project: demo_VEH_paths, Configuration: Debug x64 
------
64>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/paths/CMakeLists.txt
64>demo_VEH_paths.cpp
62>demo_IRR_crank.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_IRR_crank.exe
65>------ Build started: Project: ChronoModels_vehicle, Configuration: Debug 
x64 ------
65>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_models/vehicle/CMakeLists.txt
65>HMMWV.cpp
65>HMMWV_BrakeSimple.cpp
65>HMMWV_BrakeShafts.cpp
65>HMMWV_Chassis.cpp
65>HMMWV_DoubleWishbone.cpp
65>HMMWV_DoubleWishboneReduced.cpp
65>HMMWV_Driveline2WD.cpp
65>HMMWV_Driveline4WD.cpp
64>demo_VEH_paths.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_VEH_paths.exe
66>------ Build started: Project: ChronoEngine_vehicle_irrlicht, Configuration: 
Debug x64 ------
66>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_vehicle/CMakeLists.txt
63>demo_IRR_conveyor.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_conveyor.exe
67>------ Build started: Project: demo_IRR_convergence, Configuration: Debug 
x64 ------
67>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
66>ChIrrGuiDriver.cpp
66>ChVehicleVisualSystemIrrlicht.cpp
66>ChIrrGuiDriverSTR.cpp
66>ChWheeledVehicleVisualSystemIrrlicht.cpp
66>ChIrrGuiDriverTTR.cpp
66>ChTrackedVehicleVisualSystemIrrlicht.cpp
66>ChTrackTestRigVisualSystemIrrlicht.cpp
65>HMMWV_RigidTire.cpp
65>HMMWV_FialaTire.cpp
67>demo_IRR_convergence.cpp
65>HMMWV_LugreTire.cpp
65>HMMWV_PacejkaTire.cpp
65>HMMWV_Pac89Tire.cpp
65>HMMWV_Pac02Tire.cpp
65>HMMWV_TMeasyTire.cpp
65>HMMWV_ANCFTire.cpp
65>HMMWV_ReissnerTire.cpp
65>HMMWV_PitmanArm.cpp
65>HMMWV_PitmanArmShafts.cpp
65>HMMWV_Powertrain.cpp
65>HMMWV_RackPinion.cpp
65>HMMWV_SimpleDriveline.cpp
65>HMMWV_SimplePowertrain.cpp
66>   Creating library 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle_irrlicht.lib and object 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle_irrlicht.exp
67>demo_IRR_convergence.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_convergence.exe
66>ChronoEngine_vehicle_irrlicht.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoEngine_vehicle_irrlicht.dll
68>------ Build started: Project: demo_IRR_collision_trimesh, Configuration: 
Debug x64 ------
69>------ Build started: Project: demo_IRR_collision_object, Configuration: 
Debug x64 ------
68>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>HMMWV_SimpleCVTPowertrain.cpp
65>HMMWV_SimpleMapPowertrain.cpp
65>HMMWV_VehicleFull.cpp
65>HMMWV_VehicleReduced.cpp
68>demo_IRR_collision_trimesh.cpp
65>HMMWV_Wheel.cpp
65>FEDA_AntirollBarRSD.cpp
65>FEDA_BrakeSimple.cpp
65>FEDA_BrakeShafts.cpp
68>C:\Chrono\Chrono_src_GPU\src\demos\irrlicht\demo_IRR_collision_trimesh.cpp(163,61):
 warning C4305: 'argument': truncation from 'double' to 'float'
65>FEDA_Chassis.cpp
70>------ Build started: Project: demo_IRR_collision_2d, Configuration: Debug 
x64 ------
71>------ Build started: Project: demo_IRR_collisionSMC, Configuration: Debug 
x64 ------
72>------ Build started: Project: demo_IRR_collisionNSC, Configuration: Debug 
x64 ------
73>------ Build started: Project: demo_IRR_cohesion, Configuration: Debug x64 
------
65>FEDA_DoubleWishbone.cpp
73>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FEDA_Driveline4WD.cpp
65>FEDA_Pac02Tire.cpp
71>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FEDA_PitmanArm.cpp
73>demo_IRR_cohesion.cpp
65>FEDA_RigidTire.cpp
65>FEDA_SimpleMapPowertrain.cpp
65>FEDA_Powertrain.cpp
71>demo_IRR_collisionSMC.cpp
74>------ Build started: Project: demo_IRR_callbackSMC, Configuration: Debug 
x64 ------
68>demo_IRR_collision_trimesh.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_collision_trimesh.exe
68>Done building project "demo_IRR_collision_trimesh.vcxproj".
75>------ Build started: Project: demo_IRR_callbackNSC, Configuration: Debug 
x64 ------
65>FEDA_Vehicle.cpp
65>FEDA_Wheel.cpp
65>FEDA.cpp
74>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FMTV_ChassisFront.cpp
75>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FMTV_ToebarLeafspringAxle.cpp
75>demo_IRR_callbackNSC.cpp
65>FMTV_Wheel.cpp
74>demo_IRR_callbackSMC.cpp
65>FMTV_BrakeSimple.cpp
65>FMTV_BrakeShafts.cpp
76>------ Build started: Project: demo_IRR_bricks, Configuration: Debug x64 
------
73>demo_IRR_cohesion.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_cohesion.exe
76>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
77>------ Build started: Project: demo_IRR_ballSMC, Configuration: Debug x64 
------
78>------ Build started: Project: demo_IRR_aux_ref, Configuration: Debug x64 
------
65>FMTV_RotaryArm.cpp
76>demo_IRR_bricks.cpp
77>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FMTV_AntiRollBar.cpp
78>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
65>FMTV_SimpleDriveline.cpp
71>demo_IRR_collisionSMC.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_collisionSMC.exe
65>FMTV_Driveline4WD.cpp
77>demo_IRR_ballSMC.cpp
79>------ Build started: Project: demo_IRR_assets, Configuration: Debug x64 
------
65>FMTV_SimpleCVTPowertrain.cpp
65>FMTV_SimpleMapPowertrain.cpp
78>demo_IRR_aux_ref.cpp
80>------ Build started: Project: demo_IRR_OpenSim_parser, Configuration: Debug 
x64 ------
80>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/irrlicht/CMakeLists.txt
74>demo_IRR_callbackSMC.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_callbackSMC.exe
81>------ Build started: Project: demo_IRR_Adams_parser, Configuration: Debug 
x64 ------
65>FMTV_SimplePowertrain.cpp
75>demo_IRR_callbackNSC.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_callbackNSC.exe
65>FMTV_Powertrain.cpp
80>demo_IRR_OpenSim_parser.cpp
82>------ Build started: Project: demo_FEA_visualize, Configuration: Debug x64 
------
65>FMTV_TMeasyTire.cpp
65>FMTV_RigidTire.cpp
65>LMTV.cpp
65>LMTV_Vehicle.cpp
82>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>LMTV_ChassisRear.cpp
65>LMTV_LeafspringAxle.cpp
77>demo_IRR_ballSMC.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_ballSMC.exe
76>demo_IRR_bricks.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_bricks.exe
82>demo_FEA_visualize.cpp
83>------ Build started: Project: demo_FEA_truss, Configuration: Debug x64 
------
65>MTV.cpp
84>------ Build started: Project: demo_FEA_thermal, Configuration: Debug x64 
------
83>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
78>demo_IRR_aux_ref.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_aux_ref.exe
84>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>MTV_Vehicle.cpp
65>MTV_ChassisRear.cpp
85>------ Build started: Project: demo_FEA_shellsANCF_3833, Configuration: 
Debug x64 ------
84>demo_FEA_thermal.cpp
83>demo_FEA_truss.cpp
65>MTV_Balancer.cpp
86>------ Build started: Project: demo_FEA_shellsANCF_3423, Configuration: 
Debug x64 ------
85>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>MTV_SpringDamper.cpp
86>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>MTV_LeafspringAxle1.cpp
65>MTV_LeafspringAxle2.cpp
65>MTV_Solid3LinkAxle1.cpp
87>------ Build started: Project: demo_FEA_loads_statics, Configuration: Debug 
x64 ------
85>demo_FEA_shellsANCF_3833.cpp
80>demo_IRR_OpenSim_parser.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_IRR_OpenSim_parser.exe
86>demo_FEA_shellsANCF_3423.cpp
65>MTV_Solid3LinkAxle2.cpp
88>------ Build started: Project: demo_FEA_loads_dynamics, Configuration: Debug 
x64 ------
65>mrole.cpp
65>mrole_BrakeSimple.cpp
65>mrole_BrakeShafts.cpp
88>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>mrole_Chassis.cpp
88>demo_FEA_loads_dynamics.cpp
65>mrole_DoubleWishbone.cpp
82>demo_FEA_visualize.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_visualize.exe
89>------ Build started: Project: demo_FEA_hexaANCF_3813, Configuration: Debug 
x64 ------
84>demo_FEA_thermal.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_thermal.exe
65>mrole_DoubleWishboneReduced.cpp
83>demo_FEA_truss.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_FEA_truss.exe
90>------ Build started: Project: demo_FEA_electrostatics, Configuration: Debug 
x64 ------
65>mrole_Driveline2WD.cpp
65>mrole_Driveline4WD.cpp
89>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
90>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
91>------ Build started: Project: demo_FEA_dynamics, Configuration: Debug x64 
------
85>demo_FEA_shellsANCF_3833.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_shellsANCF_3833.exe
89>demo_FEA_hexaANCF_3813.cpp
91>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
65>mrole_Driveline6WD.cpp
90>demo_FEA_electrostatics.cpp
86>demo_FEA_shellsANCF_3423.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_shellsANCF_3423.exe
65>mrole_Driveline8WD.cpp
65>mrole_RigidTire.cpp
65>mrole_TMeasyTire.cpp
92>------ Build started: Project: demo_FEA_cosimulate_load, Configuration: 
Debug x64 ------
91>demo_FEA_dynamics.cpp
93>------ Build started: Project: demo_FEA_contacts_SMC, Configuration: Debug 
x64 ------
65>mrole_PitmanArm.cpp
94>------ Build started: Project: demo_FEA_cables, Configuration: Debug x64 
------
65>mrole_PitmanArmShafts.cpp
65>mrole_Powertrain.cpp
65>mrole_RackPinion.cpp
65>mrole_SimpleDriveline.cpp
88>demo_FEA_loads_dynamics.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_loads_dynamics.exe
65>mrole_SimpleDrivelineXWD.cpp
65>mrole_SimplePowertrain.cpp
65>mrole_SimpleCVTPowertrain.cpp
95>------ Build started: Project: demo_FEA_basic, Configuration: Debug x64 
------
90>demo_FEA_electrostatics.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_electrostatics.exe
65>mrole_SimpleMapPowertrain.cpp
95>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/fea/CMakeLists.txt
91>demo_FEA_dynamics.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_dynamics.exe
89>demo_FEA_hexaANCF_3813.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_FEA_hexaANCF_3813.exe
95>demo_FEA_basic.cpp
65>mrole_VehicleFull.cpp
65>mrole_VehicleReduced.cpp
96>------ Build started: Project: ChronoModels_robot, Configuration: Debug x64 
------
65>mrole_Wheel.cpp
96>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_models/robot/CMakeLists.txt
65>UAZBUS.cpp
65>UAZBUS_SAE.cpp
96>RoboSimian.cpp
96>RoboSimianVisualSystemIrrlicht.cpp
96>Curiosity.cpp
96>Viper.cpp
96>Turtlebot.cpp
96>Little_Hexy.cpp
65>UAZBUS_BrakeSimple.cpp
65>UAZBUS_BrakeShafts.cpp
65>UAZBUS_Chassis.cpp
65>UAZBUS_Driveline2WD.cpp
65>UAZBUS_Driveline4WD.cpp
65>UAZBUS_LeafspringAxle.cpp
95>demo_FEA_basic.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_FEA_basic.exe
65>UAZBUS_SAELeafspringAxle.cpp
65>UAZBUS_RigidTire.cpp
65>UAZBUS_RotaryArm.cpp
65>UAZBUS_SimpleMapPowertrain.cpp
65>UAZBUS_TMeasyTire.cpp
96>   Creating library C:/Chrono/Chrono_build/lib/Debug/ChronoModels_robot.lib 
and object C:/Chrono/Chrono_build/lib/Debug/ChronoModels_robot.exp
65>UAZBUS_Pac02Tire.cpp
96>ChronoModels_robot.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoModels_robot.dll
97>------ Build started: Project: demo_ROBOT_Viper_SCM, Configuration: Debug 
x64 ------
98>------ Build started: Project: demo_ROBOT_Viper_Rigid, Configuration: Debug 
x64 ------
99>------ Build started: Project: demo_ROBOT_Turtlebot_Rigid, Configuration: 
Debug x64 ------
100>------ Build started: Project: demo_ROBOT_RoboSimian_SCM, Configuration: 
Debug x64 ------
101>------ Build started: Project: demo_ROBOT_RoboSimian_Rigid, Configuration: 
Debug x64 ------
102>------ Build started: Project: demo_ROBOT_LittleHexy, Configuration: Debug 
x64 ------
103>------ Build started: Project: demo_ROBOT_Curiosity_SCM, Configuration: 
Debug x64 ------
65>UAZBUS_SAEToeBarLeafspringAxle.cpp
99>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/robot/turtlebot/CMakeLists.txt
98>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/robot/viper/CMakeLists.txt
65>UAZBUS_ToeBarLeafspringAxle.cpp
102>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/robot/copters/CMakeLists.txt
97>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/robot/viper/CMakeLists.txt
100>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/robot/robosimian/sequential/CMakeLists.txt
99>demo_ROBOT_Turtlebot_Rigid.cpp
100>demo_ROBOT_RoboSimian_SCM.cpp
98>demo_ROBOT_Viper_Rigid.cpp
102>demo_ROBOT_LittleHexy.cpp
97>demo_ROBOT_Viper_SCM.cpp
65>UAZBUS_Vehicle.cpp
65>UAZBUS_SAEVehicle.cpp
65>UAZBUS_Wheel.cpp
65>Generic_AntirollBarRSD.cpp
65>Generic_BrakeSimple.cpp
65>Generic_Chassis.cpp
65>Generic_DoubleWishbone.cpp
65>Generic_Driveline2WD.cpp
65>Generic_HendricksonPRIMAXX.cpp
65>Generic_MacPhersonStrut.cpp
65>Generic_MultiLink.cpp
65>Generic_RackPinion.cpp
65>Generic_RigidTire.cpp
104>------ Build started: Project: demo_ROBOT_Curiosity_Rigid, Configuration: 
Debug x64 ------
105>------ Build started: Project: demo_GPU_terrainBox_SMC, Configuration: 
Debug x64 ------
65>Generic_RigidMeshTire.cpp
102>demo_ROBOT_LittleHexy.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_ROBOT_LittleHexy.exe
106>------ Build started: Project: demo_GPU_repose, Configuration: Debug x64 
------
100>demo_ROBOT_RoboSimian_SCM.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_ROBOT_RoboSimian_SCM.exe
107>------ Build started: Project: demo_GPU_movingBoundary, Configuration: 
Debug x64 ------
98>demo_ROBOT_Viper_Rigid.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_ROBOT_Viper_Rigid.exe
99>demo_ROBOT_Turtlebot_Rigid.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_ROBOT_Turtlebot_Rigid.exe
97>demo_ROBOT_Viper_SCM.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_ROBOT_Viper_SCM.exe
65>Generic_FialaTire.cpp
107>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
108>------ Build started: Project: demo_GPU_mixer, Configuration: Debug x64 
------
65>Generic_SimplePowertrain.cpp
109>------ Build started: Project: demo_GPU_fixedterrain, Configuration: Debug 
x64 ------
108>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
110>------ Build started: Project: demo_GPU_compression, Configuration: Debug 
x64 ------
107>demo_GPU_movingBoundary.cpp
105>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
110>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
106>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
65>Generic_SimpleMapPowertrain.cpp
108>demo_GPU_mixer.cpp
65>Generic_SolidAxle.cpp
65>Generic_Vehicle.cpp
109>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
65>Generic_Wheel.cpp
105>demo_GPU_terrainBox_SMC.cpp
110>demo_GPU_compression.cpp
65>Generic_SimpleDriveline.cpp
106>demo_GPU_repose.cpp
65>Generic_RigidSuspension.cpp
109>demo_GPU_fixedterrain.cpp
65>Generic_RigidPinnedAxle.cpp
65>Sedan.cpp
105>demo_GPU_terrainBox_SMC.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_terrainBox_SMC.exe
107>demo_GPU_movingBoundary.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_movingBoundary.exe
65>Sedan_BrakeSimple.cpp
65>Sedan_BrakeShafts.cpp
110>demo_GPU_compression.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_compression.exe
65>Sedan_Chassis.cpp
65>Sedan_DoubleWishbone.cpp
65>Sedan_Driveline2WD.cpp
106>demo_GPU_repose.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_repose.exe
111>------ Build started: Project: demo_GPU_balldrop, Configuration: Debug x64 
------
112>------ Build started: Project: demo_GPU_ballcosim, Configuration: Debug x64 
------
108>demo_GPU_mixer.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_mixer.exe
109>demo_GPU_fixedterrain.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_fixedterrain.exe
65>Sedan_MultiLink.cpp
65>Sedan_RigidTire.cpp
112>Building Custom Rule C:/Chrono/Chrono_src_GPU/src/demos/gpu/CMakeLists.txt
112>demo_GPU_ballcosim.cpp
65>Sedan_TMeasyTire.cpp
65>Sedan_Pac02Tire.cpp
65>Sedan_RackPinion.cpp
65>Sedan_SimpleMapPowertrain.cpp
65>Sedan_Vehicle.cpp
65>Sedan_Wheel.cpp
65>Sedan_AIDriver.cpp
65>CityBus.cpp
65>CityBus_BrakeSimple.cpp
65>CityBus_BrakeShafts.cpp
112>demo_GPU_ballcosim.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_GPU_ballcosim.exe
65>CityBus_Chassis.cpp
65>CityBus_SolidAxle.cpp
65>CityBus_ToeBarLeafspringAxle.cpp
65>CityBus_RotaryArm.cpp
65>CityBus_LeafspringAxle.cpp
65>CityBus_Driveline2WD.cpp
65>CityBus_RigidTire.cpp
65>CityBus_TMeasyTire.cpp
65>CityBus_Pac02Tire.cpp
65>CityBus_RackPinion.cpp
65>CityBus_SimpleMapPowertrain.cpp
65>CityBus_Vehicle.cpp
65>CityBus_Wheel.cpp
65>Gator.cpp
65>Gator_BrakeSimple.cpp
65>Gator_BrakeShafts.cpp
65>Gator_Chassis.cpp
65>Gator_SingleWishbone.cpp
65>Gator_SimpleDriveline.cpp
65>Gator_Driveline2WD.cpp
65>Gator_RigidSuspension.cpp
65>Gator_RigidTire.cpp
65>Gator_TMeasyTire.cpp
65>Gator_RackPinion.cpp
65>Gator_SimplePowertrain.cpp
65>Gator_SimpleMapPowertrain.cpp
65>Gator_Vehicle.cpp
65>Gator_Wheel.cpp
65>M113.cpp
65>M113_Chassis.cpp
65>M113_DrivelineBDS.cpp
65>M113_SimpleDriveline.cpp
65>M113_Idler.cpp
65>M113_RoadWheel.cpp
65>M113_ShaftsPowertrain.cpp
65>M113_SimpleCVTPowertrain.cpp
65>M113_SimpleMapPowertrain.cpp
65>M113_SprocketSinglePin.cpp
65>M113_SprocketDoublePin.cpp
65>M113_SprocketBand.cpp
65>M113_Suspension.cpp
65>M113_TrackAssemblySinglePin.cpp
65>M113_TrackAssemblyDoublePin.cpp
65>M113_TrackAssemblyBandBushing.cpp
65>M113_TrackAssemblyBandANCF.cpp
65>M113_TrackShoeSinglePin.cpp
65>M113_TrackShoeDoublePin.cpp
65>M113_TrackShoeBandBushing.cpp
65>M113_TrackShoeBandANCF.cpp
65>M113_Vehicle.cpp
65>Marder.cpp
65>Marder_Chassis.cpp
65>Marder_Idler.cpp
65>Marder_RoadWheel.cpp
65>Marder_SprocketSinglePin.cpp
65>Marder_SupportRoller.cpp
65>Marder_TrackShoeSinglePin.cpp
65>Marder_Suspension.cpp
65>Marder_SimpleDriveline.cpp
65>Marder_SimplePowertrain.cpp
65>Marder_SimpleCVTPowertrain.cpp
65>Marder_TrackAssemblySinglePin.cpp
65>Marder_Vehicle.cpp
65>MAN_5t_BellcrankSolid3LinkAxle.cpp
65>MAN_5t_BrakeSimple.cpp
65>MAN_5t_BrakeShafts.cpp
65>MAN_5t_Chassis.cpp
65>MAN_5t_Driveline4WD.cpp
65>MAN_5t_RotaryArm.cpp
65>MAN_5t_SimpleDriveline.cpp
65>MAN_5t_SimpleDrivelineXWD.cpp
65>MAN_5t_SimpleCVTPowertrain.cpp
65>MAN_5t_SimpleMapPowertrain.cpp
65>MAN_5t_Solid3LinkAxle.cpp
65>MAN_5t_TMeasyTire.cpp
65>MAN_5t_Wheel.cpp
65>MAN_5t_Vehicle.cpp
65>MAN_5t.cpp
65>MAN_7t_Chassis.cpp
65>MAN_7t_SimpleCVTPowertrain.cpp
65>MAN_7t_SimpleMapPowertrain.cpp
65>MAN_7t_Solid3LinkAxle.cpp
65>MAN_7t_Vehicle.cpp
65>MAN_7t.cpp
65>MAN_10t_Chassis.cpp
65>MAN_10t_Front1Axle.cpp
65>MAN_10t_Front2Axle.cpp
65>MAN_10t_RotaryArm2.cpp
65>MAN_10t_Vehicle.cpp
65>MAN_10t.cpp
65>RCCar_BrakeSimple.cpp
65>RCCar_Chassis.cpp
65>RCCar_DoubleWishbone.cpp
65>RCCar_Driveline4WD.cpp
65>RCCar_PitmanArm.cpp
65>RCCar_RigidTire.cpp
65>RCCar_TMeasyTire.cpp
65>RCCar_SimpleMapPowertrain.cpp
65>RCCar_Vehicle.cpp
65>RCCar_Wheel.cpp
65>RCCar.cpp
65>Kraz.cpp
65>Kraz_tractor.cpp
65>Kraz_tractor_Brake.cpp
65>Kraz_tractor_Chassis.cpp
65>Kraz_tractor_Driveline.cpp
65>Kraz_tractor_FrontSuspension.cpp
65>Kraz_tractor_Powertrain.cpp
65>Kraz_tractor_RearSuspension.cpp
65>Kraz_tractor_Steering.cpp
65>Kraz_tractor_Tire.cpp
65>Kraz_tractor_Wheel.cpp
65>Kraz_trailer.cpp
65>Kraz_trailer_Brake.cpp
65>Kraz_trailer_Chassis.cpp
65>Kraz_trailer_Suspension.cpp
65>Kraz_trailer_Tire.cpp
65>Kraz_trailer_Wheel.cpp
65>   Creating library 
C:/Chrono/Chrono_build/lib/Debug/ChronoModels_vehicle.lib and object 
C:/Chrono/Chrono_build/lib/Debug/ChronoModels_vehicle.exp
65>ChronoModels_vehicle.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoModels_vehicle.dll
113>------ Build started: Project: demo_VEH_WheeledJSON, Configuration: Debug 
x64 ------
114>------ Build started: Project: demo_VEH_WheeledGeneric, Configuration: 
Debug x64 ------
115>------ Build started: Project: demo_VEH_UAZBUS_SAE, Configuration: Debug 
x64 ------
116>------ Build started: Project: demo_VEH_UAZBUS, Configuration: Debug x64 
------
117>------ Build started: Project: demo_VEH_TwoCars, Configuration: Debug x64 
------
118>------ Build started: Project: demo_VEH_TrackedJSON_Band, Configuration: 
Debug x64 ------
119>------ Build started: Project: demo_VEH_TrackedJSON, Configuration: Debug 
x64 ------
120>------ Build started: Project: demo_VEH_TrackTestRig, Configuration: Debug 
x64 ------
117>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/two_cars/CMakeLists.txt
118>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/tracked_models/CMakeLists.txt
116>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
114>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
120>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/test_rigs/CMakeLists.txt
113>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
119>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/tracked_models/CMakeLists.txt
120>demo_VEH_TrackTestRig.cpp
118>demo_VEH_TrackedJSON_Band.cpp
117>demo_VEH_TwoCars.cpp
116>demo_VEH_UAZBUS.cpp
114>demo_VEH_WheeledGeneric.cpp
113>demo_VEH_WheeledJSON.cpp
119>demo_VEH_TrackedJSON.cpp
118>C:\Chrono\Chrono_src_GPU\src\demos\vehicle\tracked_models\demo_VEH_TrackedJSON_Band.cpp(302,5):
 warning C4065: switch statement contains 'default' but no 'case' labels
113>demo_VEH_WheeledJSON.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_WheeledJSON.exe
118>demo_VEH_TrackedJSON_Band.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_TrackedJSON_Band.exe
117>demo_VEH_TwoCars.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_TwoCars.exe
118>Done building project "demo_VEH_TrackedJSON_Band.vcxproj".
121>------ Build started: Project: demo_VEH_TireTestRig, Configuration: Debug 
x64 ------
122>------ Build started: Project: demo_VEH_SuspensionTestRig, Configuration: 
Debug x64 ------
123>------ Build started: Project: demo_VEH_SteeringController, Configuration: 
Debug x64 ------
122>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/test_rigs/CMakeLists.txt
121>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/test_rigs/CMakeLists.txt
121>demo_VEH_TireTestRig.cpp
122>demo_VEH_SuspensionTestRig.cpp
119>demo_VEH_TrackedJSON.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_TrackedJSON.exe
124>------ Build started: Project: demo_VEH_Shock, Configuration: Debug x64 
------
116>demo_VEH_UAZBUS.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_UAZBUS.exe
120>demo_VEH_TrackTestRig.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_TrackTestRig.exe
125>------ Build started: Project: demo_VEH_Sedan_Lockable_Diff, Configuration: 
Debug x64 ------
126>------ Build started: Project: demo_VEH_Sedan_AIDriver, Configuration: 
Debug x64 ------
114>demo_VEH_WheeledGeneric.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_WheeledGeneric.exe
127>------ Build started: Project: demo_VEH_Sedan, Configuration: Debug x64 
------
125>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
126>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
127>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
128>------ Build started: Project: demo_VEH_RigidTerrain, Configuration: Debug 
x64 ------
126>demo_VEH_Sedan_AIDriver.cpp
128>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/terrain/CMakeLists.txt
125>demo_VEH_Sedan_Lockable_Diff.cpp
127>demo_VEH_Sedan.cpp
128>demo_VEH_RigidTerrain.cpp
122>demo_VEH_SuspensionTestRig.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_SuspensionTestRig.exe
129>------ Build started: Project: demo_VEH_Ride, Configuration: Debug x64 
------
130>------ Build started: Project: demo_VEH_RenderJSON, Configuration: Debug 
x64 ------
131>------ Build started: Project: demo_VEH_RCCar, Configuration: Debug x64 
------
129>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/ISO2631/CMakeLists.txt
130>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/visualization/CMakeLists.txt
121>demo_VEH_TireTestRig.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_TireTestRig.exe
131>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
132>------ Build started: Project: demo_VEH_Marder, Configuration: Debug x64 
------
126>demo_VEH_Sedan_AIDriver.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Sedan_AIDriver.exe
133>------ Build started: Project: demo_VEH_MTV_ride, Configuration: Debug x64 
------
129>demo_VEH_Ride.cpp
130>demo_VEH_RenderJSON.cpp
125>demo_VEH_Sedan_Lockable_Diff.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Sedan_Lockable_Diff.exe
131>demo_VEH_RCCar.cpp
133>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
127>demo_VEH_Sedan.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Sedan.exe
134>------ Build started: Project: demo_VEH_MROLE, Configuration: Debug x64 
------
128>demo_VEH_RigidTerrain.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_RigidTerrain.exe
135>------ Build started: Project: demo_VEH_MAN_7t, Configuration: Debug x64 
------
136>------ Build started: Project: demo_VEH_MAN_5t, Configuration: Debug x64 
------
134>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
133>demo_VEH_MTV_ride.cpp
135>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
136>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
134>demo_VEH_MROLE.cpp
135>demo_VEH_MAN_7t.cpp
136>demo_VEH_MAN_5t.cpp
131>demo_VEH_RCCar.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_RCCar.exe
137>------ Build started: Project: demo_VEH_MAN_10t, Configuration: Debug x64 
------
130>demo_VEH_RenderJSON.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_RenderJSON.exe
138>------ Build started: Project: demo_VEH_M113_DefSoil, Configuration: Debug 
x64 ------
129>demo_VEH_Ride.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Ride.exe
139>------ Build started: Project: demo_VEH_M113, Configuration: Debug x64 
------
138>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/tracked_models/CMakeLists.txt
139>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/tracked_models/CMakeLists.txt
136>demo_VEH_MAN_5t.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_MAN_5t.exe
133>demo_VEH_MTV_ride.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_MTV_ride.exe
140>------ Build started: Project: demo_VEH_LMTV_ride, Configuration: Debug x64 
------
141>------ Build started: Project: demo_VEH_Kraz_OpenLoop, Configuration: Debug 
x64 ------
134>demo_VEH_MROLE.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_MROLE.exe
138>demo_VEH_M113_DefSoil.cpp
142>------ Build started: Project: demo_VEH_Kraz_ClosedLoop, Configuration: 
Debug x64 ------
143>------ Build started: Project: demo_VEH_HMMWV_DoubleLaneChange, 
Configuration: Debug x64 ------
135>demo_VEH_MAN_7t.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_MAN_7t.exe
144>------ Build started: Project: demo_VEH_HMMWV_DefSoil, Configuration: Debug 
x64 ------
140>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
139>demo_VEH_M113.cpp
143>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
141>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
144>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
140>demo_VEH_LMTV_ride.cpp
143>demo_VEH_HMMWV_DoubleLaneChange.cpp
141>demo_VEH_Kraz_OpenLoop.cpp
144>demo_VEH_HMMWV_DefSoil.cpp
145>------ Build started: Project: demo_VEH_HMMWV_Accel, Configuration: Debug 
x64 ------
138>demo_VEH_M113_DefSoil.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_M113_DefSoil.exe
146>------ Build started: Project: demo_VEH_HMMWV9_YUP, Configuration: Debug 
x64 ------
145>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
146>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
145>demo_VEH_HMMWV_Accel.cpp
146>demo_VEH_HMMWV9_YUP.cpp
143>demo_VEH_HMMWV_DoubleLaneChange.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_HMMWV_DoubleLaneChange.exe
141>demo_VEH_Kraz_OpenLoop.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Kraz_OpenLoop.exe
147>------ Build started: Project: demo_VEH_HMMWV9, Configuration: Debug x64 
------
148>------ Build started: Project: demo_VEH_HMMWV, Configuration: Debug x64 
------
149>------ Build started: Project: demo_VEH_Gator_Accel, Configuration: Debug 
x64 ------
139>demo_VEH_M113.vcxproj -> C:\Chrono\Chrono_build\bin\Debug\demo_VEH_M113.exe
150>------ Build started: Project: demo_VEH_Gator, Configuration: Debug x64 
------
149>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
148>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
150>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
144>demo_VEH_HMMWV_DefSoil.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_HMMWV_DefSoil.exe
151>------ Build started: Project: demo_VEH_FEDA_Accel, Configuration: Debug 
x64 ------
140>demo_VEH_LMTV_ride.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_LMTV_ride.exe
149>demo_VEH_Gator_Accel.cpp
152>------ Build started: Project: demo_VEH_DeformableSoil, Configuration: 
Debug x64 ------
150>demo_VEH_Gator.cpp
148>demo_VEH_HMMWV.cpp
151>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
152>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/terrain/CMakeLists.txt
152>demo_VEH_DeformableSoil.cpp
151>demo_VEH_FEDA_Accel.cpp
152>C:\Program Files\NVIDIA GPU Computing 
Toolkit\CUDA\v11.7\include\cub/detail/device_synchronize.cuh(33,9): warning 
C4068: unknown pragma 'nv_exec_check_disable'
146>demo_VEH_HMMWV9_YUP.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_HMMWV9_YUP.exe
145>demo_VEH_HMMWV_Accel.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_HMMWV_Accel.exe
153>------ Build started: Project: demo_VEH_CityBus, Configuration: Debug x64 
------
154>------ Build started: Project: demo_VEH_ArticulatedVehicle, Configuration: 
Debug x64 ------
154>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/articulated_vehicle/CMakeLists.txt
153>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/wheeled_models/CMakeLists.txt
149>demo_VEH_Gator_Accel.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Gator_Accel.exe
155>------ Build started: Project: ChronoEngine_vehicle_cosim, Configuration: 
Debug x64 ------
150>demo_VEH_Gator.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Gator.exe
153>demo_VEH_CityBus.cpp
155>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/chrono_vehicle/cosim/CMakeLists.txt
148>demo_VEH_HMMWV.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_HMMWV.exe
154>demo_VEH_ArticulatedVehicle.cpp
154>ACV_Vehicle.cpp
154>ACV_ChassisFront.cpp
154>ACV_ChassisRear.cpp
154>ACV_ChassisConnector.cpp
154>ACV_RigidSuspension.cpp
154>ACV_Driveline2WD.cpp
154>ACV_Wheel.cpp
155>ChVehicleCosimBaseNode.cpp
155>ChVehicleCosimMBSNode.cpp
155>ChVehicleCosimTireNode.cpp
155>ChVehicleCosimTerrainNode.cpp
155>ChVehicleCosimDBPRig.cpp
155>ChVehicleCosimRigNode.cpp
155>ChVehicleCosimVehicleNode.cpp
155>ChVehicleCosimViperNode.cpp
151>demo_VEH_FEDA_Accel.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_FEDA_Accel.exe
152>demo_VEH_DeformableSoil.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_DeformableSoil.exe
152>Done building project "demo_VEH_DeformableSoil.vcxproj".
155>ChVehicleCosimCuriosityNode.cpp
154>ACV_BrakeSimple.cpp
154>ACV_RigidTire.cpp
154>ACV_SimplePowertrain.cpp
155>ChVehicleCosimTireNodeRigid.cpp
155>ChVehicleCosimTireNodeFlexible.cpp
155>ChVehicleCosimTireNodeBypass.cpp
155>ChVehicleCosimTerrainNodeChrono.cpp
153>demo_VEH_CityBus.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_CityBus.exe
155>ChVehicleCosimTerrainNodeSCM.cpp
155>ChVehicleCosimTerrainNodeGranularGPU.cpp
154>demo_VEH_ArticulatedVehicle.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_ArticulatedVehicle.exe
155>   Creating library 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle_cosim.lib and object 
C:/Chrono/Chrono_build/lib/Debug/ChronoEngine_vehicle_cosim.exp
155>ChronoEngine_vehicle_cosim.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\ChronoEngine_vehicle_cosim.dll
156>------ Build started: Project: demo_VEH_Cosim_WheeledVehicle, 
Configuration: Debug x64 ------
157>------ Build started: Project: demo_VEH_Cosim_WheelRig_CustomTerrain, 
Configuration: Debug x64 ------
158>------ Build started: Project: demo_VEH_Cosim_WheelRig, Configuration: 
Debug x64 ------
159>------ Build started: Project: demo_VEH_Cosim_Viper, Configuration: Debug 
x64 ------
160>------ Build started: Project: demo_VEH_Cosim_Curiosity, Configuration: 
Debug x64 ------
157>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/cosimulation/CMakeLists.txt
156>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/cosimulation/CMakeLists.txt
158>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/cosimulation/CMakeLists.txt
159>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/cosimulation/CMakeLists.txt
160>Building Custom Rule 
C:/Chrono/Chrono_src_GPU/src/demos/vehicle/cosimulation/CMakeLists.txt
158>demo_VEH_Cosim_WheelRig.cpp
159>demo_VEH_Cosim_Viper.cpp
156>demo_VEH_Cosim_WheeledVehicle.cpp
157>demo_VEH_Cosim_WheelRig_CustomTerrain.cpp
160>demo_VEH_Cosim_Curiosity.cpp
156>demo_VEH_Cosim_WheeledVehicle.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Cosim_WheeledVehicle.exe
157>demo_VEH_Cosim_WheelRig_CustomTerrain.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Cosim_WheelRig_CustomTerrain.exe
159>demo_VEH_Cosim_Viper.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Cosim_Viper.exe
160>demo_VEH_Cosim_Curiosity.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Cosim_Curiosity.exe
158>demo_VEH_Cosim_WheelRig.vcxproj -> 
C:\Chrono\Chrono_build\bin\Debug\demo_VEH_Cosim_WheelRig.exe
161>------ Build started: Project: ALL_BUILD, Configuration: Debug x64 ------
161>Building Custom Rule C:/Chrono/Chrono_src_GPU/CMakeLists.txt
162>------ Skipped Build: Project: PACKAGE, Configuration: Debug x64 ------
162>Project not selected to build for this solution configuration 
163>------ Skipped Build: Project: INSTALL, Configuration: Debug x64 ------
163>Project not selected to build for this solution configuration 
========== Build: 161 succeeded, 0 failed, 0 up-to-date, 2 skipped ==========

Reply via email to