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 51832 - Problems building gtk+/1.2.9 on IRIX 6.2
Problems building gtk+/1.2.9 on IRIX 6.2
Status: RESOLVED DUPLICATE of bug 51973
Product: gtk+
Classification: Platform
Component: Backend: X11
1.0.x
Other IRIX
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2001-03-07 19:59 UTC by drk
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description drk 2001-03-07 19:59:19 UTC
I tried building gtk+/1.2.9 on IRIX 6.2, and had to make the
following source change to get it to compile:

--- ./gdk/gdk.c	Thu Feb  1 20:35:44 2001
+++ ../gtk+-1.2.9/./gdk/gdk.c	Mon Mar  5 21:50:15 2001
@@ -337,7 +337,7 @@
 		option = get_option (argv, *argc, &i);
 
 		if (option)
-		  gdk_input_gxid_port = atoi (equal_pos + 1);
+		  gdk_input_gxid_port = atoi (option);
 	      }
 #endif
 #ifdef USE_XIM
Comment 1 Owen Taylor 2001-03-11 17:14:08 UTC

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