GNOME Bugzilla – Bug 2578
Problems with gnome-games/1.0.50 on IRIX
Last modified: 2004-12-22 21:47:04 UTC
Package: gnome-games Version: 1.0.50 I built gnome-games/1.0.50 for SGI IRIX 6.x machines, and had a few problems. The diffs are attached, but a summary of the changes is: - ./gataxx/ataxx.c Initialize num_maxes before use. - ./gataxx/properties.c Change size of pixmaps array to match other files. - ./gnometris/tetris.h Remove DOS end-of-line returns. - ./gtali/setup.c Use C comments, not C++ comments. - ./xbill/Game.h - ./xbill/UI.cc - ./xbill/Game.cc Unline Java, a "static const int" isn't a manifest constant. Rewrite code so case statements compile. - ./xbill/MCursor.cc Add some casts to make the compiler happy. - ./glines/glines.c Remove pixmap from about box; it was cause a bad match error on popup. Maybe call gdk_pixmap_colormap_create_from_xpm()? Also use C comments, not C++. Thanks, David -- David KAELBLING <drk@sgi.com> Silicon Graphics Computer Systems 1 Cabot Rd; Hudson, MA 01749 978.567.2157 Fax: 978.562.4755 ------- Bug moved to this database by debbugs-export@bugzilla.gnome.org 2001-01-27 16:30 ------- This bug was previously known as bug 2578 at http://bugs.gnome.org/ http://bugs.gnome.org/show_bug.cgi?id=2578 Originally filed under the gnome-games product and general component. Unknown version 1.0.x in product gnome-games. Setting version to the default, "unspecified". The original reporter (drk@sgi.com) of this bug does not have an account here. Reassigning to the exporter, debbugs-export@bugzilla.gnome.org. Reassigning to the default owner of the component, bugmeister@canvas.gnome.org.
*** This bug has been marked as a duplicate of 16866 ***