After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 106032 - libgtop-2.0.1 fails to compile on Solaris 9/X86
libgtop-2.0.1 fails to compile on Solaris 9/X86
Status: RESOLVED DUPLICATE of bug 89432
Product: libgtop
Classification: Core
Component: solaris
2.0.x
Other Solaris
: Normal blocker
: ---
Assigned To: Martin Baulig
Martin Baulig
Depends on:
Blocks:
 
 
Reported: 2003-02-13 20:35 UTC by the_h1ghlander
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.1/2.2



Description the_h1ghlander 2003-02-13 20:35: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?
Comment 1 the_h1ghlander 2003-02-14 23:52:22 UTC

*** This bug has been marked as a duplicate of 89432 ***