Dear all!
We are trying to compile PAPI 4.4.0 with RAPL interface as a component. We have downloaded the code from the repository, and we are using gcc/4.7
The code is not compiling and the error message is:
make[1]: Entering directory `/mnt/sys.x86_64/tools/papi/4.4.0/src/components/rapl/tests'
gcc -g -DSTATIC_PAPI_EVENTS_TABLE -DPEINCLUDE="libpfm4/include/perfmon/perf_event.h" -D_REENTRANT -D_GNU_SOURCE -DUSE_COMPILER_TLS -Wall -I/mnt/sys.x86_64/tools/papi/4.4.0/src/libpfm4/include -DSUBSTRATE_USES_LIBPFM -DSUBSTRATE_NAME_perf_events -W -I../../../testlib -I../../.. -I. -c rapl_basic.c -o rapl_basic.o -DBASIC_TEST=1
rapl_basic.c: In function ‘main’:
rapl_basic.c:161:34: error: ‘PAPI_event_info_t’ has no member named ‘units’
make[1]: *** [rapl_basic.o] Error 1
We appreciate your help!
