GNOME Bugzilla – Bug 51832
Problems building gtk+/1.2.9 on IRIX 6.2
Last modified: 2004-12-22 21:47:04 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
*** This bug has been marked as a duplicate of 51973 ***