Still not working for me (mac):
[ 54%] Building CXX object tracking/CMakeFiles/Tracking.dir/PndTrkSttAdjacencies.cxx.o
/Users/spataro/sep12/trunk/tracking/PndTrkSttAdjacencies.cxx:37:17: error: variable length array of non-POD element type 'TVector3'
TVector3 center[NUMBER_STRAWS], wiredirection[NUMBER_STRAWS];
^
/Users/spataro/sep12/trunk/tracking/PndTrkSttAdjacencies.cxx:46:3: error: use of undeclared identifier 'wiredirection'
wiredirection[i-1] = pSttTube->GetWireDirection();
^
/Users/spataro/sep12/trunk/tracking/PndTrkSttAdjacencies.cxx:51:12: error: use of undeclared identifier 'wiredirection'
if( fabs(wiredirection[i].Z() -1.) > 1.e-5) continue; // for now I don't consider the skews;
^
/Users/spataro/sep12/trunk/tracking/PndTrkSttAdjacencies.cxx:56:13: error: use of undeclared identifier 'wiredirection'
if( fabs(wiredirection[j].Z() -1.) > 1.e-5) continue; // for now I don't consider the skews;
^
4 errors generated.
make[2]: *** [tracking/CMakeFiles/Tracking.dir/PndTrkSttAdjacencies.cxx.o] Error 1
make[1]: *** [tracking/CMakeFiles/Tracking.dir/all] Error 2
make: *** [all] Error 2