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 78440 - bunch of compilation errors on solaris 2.6
bunch of compilation errors on solaris 2.6
Status: RESOLVED DUPLICATE of bug 76792
Product: libgtop
Classification: Core
Component: solaris
unspecified
Other other
: Normal normal
: ---
Assigned To: Martin Baulig
Martin Baulig
Depends on:
Blocks:
 
 
Reported: 2002-04-11 20:56 UTC by kliermanm
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description kliermanm 2002-04-11 20:56:56 UTC
Package: libgtop
Severity: normal
Version: 1.90.2
Synopsis: bunch of compilation errors on solaris 2.6
Bugzilla-Product: libgtop
Bugzilla-Component: solaris

Description:
couple compilation/link errors on my solaris 2.6 system:

1) comment missing on #endif's in header, ie (not fatal)

#endif __GLIBTOP_MACHINE_H__
should be
#endif  /*__GLIBTOP_MACHINE_H__ */

glibtop_machine.h

2) undeclared vars/#defines etc

in most places where there are if's like:
#if LIBGTOP_VERSION_CODE >= 1001002

I get undeclared errors.  Obviously this #if is supposed to be skipping
these sections, but aren't for some reason.

cpu.c




------- Bug moved to this database by unknown@bugzilla.gnome.org 2002-04-11 16:56 -------

Reassigning to the default owner of the component, martin@gnome.org.

Comment 1 Vincent Untz 2002-08-04 22:31:52 UTC

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