CacheStatistics is not a member of 'QFont'
-
Hi I am compiling a program called 3D Slicer version 4
http:http://slicer.org///slicer.org/I on a 64-bit LINUX RHEL 6 system using gcc4.4
my Qt is 4.8.0 which was compiled on the machineAfter about an hour of compiling I see this:Hi I am compiling a program called 3D Slicer version 4
http:http://slicer.org///slicer.org/I on a 64-bit LINUX RHEL 6 system using gcc4.4
my Qt is 4.8.0 which was compiled on the machineAfter about an hour of compiling I see this:
[ 48%] Building CXX object CMakeFiles/PythonQt.dir/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp.o
/home/hazards/COMPILE3/Slicer4/SuperBuild/CTK-build/PythonQt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp: In member function 'void PythonQtWrapper_QFont::static_QFont_cacheStatistics()':
/home/hazards/COMPILE3/Slicer4/SuperBuild/CTK-build/PythonQt/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp:860: error: 'cacheStatistics' is not a member of 'QFont'
make[8]: *** [CMakeFiles/PythonQt.dir/generated_cpp/com_trolltech_qt_gui_builtin/com_trolltech_qt_gui_builtin0.cpp.o] Error 1
make[7]: *** [CMakeFiles/PythonQt.dir/all] Error 2
make[6]: *** [all] Error 2
make[5]: *** [PythonQt-cmake/src/PythonQt-stamp/PythonQt-install] Error 2
make[4]: *** [CMakeFiles/PythonQt.dir/all] Error 2
make[3]: *** [all] Error 2
make[2]: *** [CTK-prefix/src/CTK-stamp/CTK-build] Error 2
make[1]: *** [CMakeFiles/CTK.dir/all] Error 2
make: *** [all] Error 2How can I fix this?
Starr