The libcanberra-gtk lib has a ./configure requirement of "gtk+-2.0", but it uses runtime features of gtk that weren't added until 2.14. So users with gtk-2.12 can build it but then not run it, and the runtime error isn't useful unless one is familiar with the gtk itself. Would be best to have ./configure actually test for the minimum gtk-2.0 needed, not just its presence and compiler flags: "gtk+-2.0 >= 2.14".
dan -- Daniel Macks [EMAIL PROTECTED] http://www.netspace.org/~dmacks _______________________________________________ libcanberra-discuss mailing list [email protected] https://tango.0pointer.de/mailman/listinfo/libcanberra-discuss
