Qbenchmarkperfevents.cpp:133: error: ‘SYS_perf_event_open’ was not declared in this scope
-
Hi
I'm installing Qt 5.0.1 from tarball on RedHat.
gmake shows the error message:
qbenchmarkperfevents.cpp:133: error: ‘SYS_perf_event_open’ was not declared in this scopeI suppose that problem is in Linux kernel version that installed on my workstation.
uname -a
Linux 2.6.18-194.el5 #1 SMP Tue Mar 16 21:52:39 EDT 2010 x86_64 x86_64 x86_64 GNU/LinuxAm I correct ?
Where can I find the exact information about Qt dependencies ?
I mean linux kernel version , list of required libraries and versions of these libraries.Thanks.