search for: 9038ac6

Displaying 1 result from an estimated 1 matches for "9038ac6".

Did you mean: 9038,6
2012 Nov 01
1
build error on CentOS 5
I'm getting the following error when building libvirt 10.2 from source in CentOS 5: CC libvirt_util_la-processinfo.lo util/processinfo.c: In function 'virProcessInfoGetAffinity': util/processinfo.c:164: error: invalid operands to binary | The line in question is: 162 for (i = 0 ; i < maxcpu ; i++) 163 if (CPU_ISSET(i, &mask)) 164