GNOME Bugzilla – Bug 106032
libgtop-2.0.1 fails to compile on Solaris 9/X86
Last modified: 2004-12-22 21:47:04 UTC
Compiling on Solaris 9/X86, I'm seeing this error. cpu.c:39: `GLIBTOP_XCPU_FLAGS' undeclared here (not in a function) cpu.c: In function `glibtop_get_cpu_s': cpu.c:84: structure has no member named `xcpu_flags' gmake[6]: *** [cpu.lo] Error 1 in libgtop-2.0.1/sysdeps/solaris, line 83, I see: #if LIBGTOP_VERSION_CODE >= 1001002 buf->xcpu_flags |= (1L << cpu); #else ; #endif Should the version code be for above 1001002 but below 200000?
*** This bug has been marked as a duplicate of 89432 ***