[FIXED] svn update error [message #14562] |
Wed, 03 April 2013 11:00 |
Garzia Isabella
Messages: 11 Registered: January 2009
|
occasional visitor |
From: *fe.infn.it
|
|
Hi all,
I updated my pandaroot environment (svn update) and I found the following error:
...
...
[ 54%] Generating PndTrackingDict.cxx, PndTrackingDict.h
Scanning dependencies of target Tracking
[ 54%] Building CXX object tracking/CMakeFiles/Tracking.dir/PndTrkLegendreFits.cxx.o
[ 54%] Building CXX object tracking/CMakeFiles/Tracking.dir/PndTrkTracking.cxx.o
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx: In member function ‘void PndTrkTracking::Initialization_ClassVariables()’:
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx:308:15: error: ‘fnParContigue’ was not declared in this scope
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx:311:15: error: ‘fListParContiguous’ was not declared in this scope
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx: In member function ‘virtual InitStatus PndTrkTracking::Init()’:
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx:617:2: error: ‘fnParContigue’ was not declared in this scope
/home/garzia/sep12/pandaroot/tracking/PndTrkTracking.cxx:618:2: error: ‘fListParContiguous’ was not declared in this scope
make[2]: *** [tracking/CMakeFiles/Tracking.dir/PndTrkTracking.cxx.o] Error 1
make[1]: *** [tracking/CMakeFiles/Tracking.dir/all] Error 2
make: *** [all] Error 2
I had a look int he code and seems that "fnParContigue" and "fListParContiguous" are not defined (in PndTrkTracking.h).
Can somebody fix it?
Thanks in advance,
Isabella
[Updated on: Fri, 05 April 2013 19:30] by Moderator Report message to a moderator
|
|
|
|
|
|
|
|
|
|