Error parsing file: 'bulletMultiSphereShape.h'

When compiling current panda cvs on an updated version of Archlinux, building stops with:

[ 51%] Building Interrogate database built/pandac/input/libpandabullet.in
  *** Error in bulletMultiSphereShape.h near line 46, column 25:
  syntax error, unexpected '*', expecting '{' or ';' or ':' or '='
Error parsing file: 'bulletMultiSphereShape.h'
Storing dependency cache.
Elapsed Time: 11 sec
The following command returned a non-zero value: built/bin/interrogate -srcdir panda/src/bullet -Ipanda/src/bullet -Dvolatile -Dmutable -DCPPPARSER -D__STDC__=1 -D__cplusplus -D__inline -D__const=const -D_LP64 -oc built/tmp/libpandabullet_igate.cxx -od built/pandac/input/libpandabullet.in -fnames -string -refcount -assert -python-native -Sbuilt/include/parser-inc -Ipanda/src/bullet -Sbuilt/tmp -Sbuilt/include -S/usr/include/python2.7 -S/usr/include/bullet -DMAKEPANDA= -DBUILDING_PANDABULLET -module pandabullet -library libpandabullet bulletAllHitsRayResult.h bulletBaseCharacterControllerNode.h bulletBodyNode.h bulletBoxShape.h bulletCapsuleShape.h bulletCharacterControllerNode.h bulletClosestHitRayResult.h bulletClosestHitSweepResult.h bulletConeShape.h bulletConeTwistConstraint.h bulletConstraint.h bulletContactCallbacks.h bulletContactResult.h bulletConvexHullShape.h bulletConvexPointCloudShape.h bulletCylinderShape.h bulletDebugNode.h bulletGenericConstraint.h bulletGhostNode.h bulletHeightfieldShape.h bulletHelper.h bulletHingeConstraint.h bulletManifoldPoint.h bulletMultiSphereShape.h bulletPersistentManifold.h bulletPlaneShape.h bulletRigidBodyNode.h bulletShape.h bulletSliderConstraint.h bulletSoftBodyConfig.h bulletSoftBodyMaterial.h bulletSoftBodyNode.h bulletSoftBodyShape.h bulletSoftBodyWorldInfo.h bulletSphereShape.h bulletSphericalConstraint.h bulletTriangleMesh.h bulletTriangleMeshShape.h bulletVehicle.h bulletWheel.h bulletWorld.h bullet_includes.h bullet_utils.h config_bullet.h p3bullet_composite.cxx

Any idea?

Does it go away if you do “rm -rf built/include/parser-inc” and resume the build?

Yes it does! It’s now on 53% rocking! Hope it will finish!