John Darrington <[email protected]> writes: > On Sun, Jun 28, 2009 at 08:23:47PM -0700, Ben Pfaff wrote: > > > psppire-output-window.c has a trivial dependency on some functions > > not present in gtk 2.12, which is what configure.ac checks. > > How did you figure that out? > > I tried building on my laptop, which has version 2.12 installed.
I guess that's an effective way to find out. > (Which functions?) > > gtk_adjustment_get_upper > gtk_adjustment_get_lower > gtk_adjustment_get_page_size > > These are trivial accessor functions introduced in 2.14 OK. I pushed a fix. I keep hearing that GTK+ 3.0 (when released) will drop support for direct member access, so we may have to break compatibility at that point (or write extra Autoconf tests and wrappers). -- "While the Melissa license is a bit unclear, Melissa aggressively encourages free distribution of its source code." --Kevin Dalley <[email protected]> _______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
