GNOME Bugzilla – Bug 78440
bunch of compilation errors on solaris 2.6
Last modified: 2004-12-22 21:47:04 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.
*** This bug has been marked as a duplicate of 76792 ***