On Mon, 2006-04-03 at 21:18 -0400, Greg Troxel wrote: > So for a packaging system the right approach might be to build > --without-glib, assuming gnucash is gtk2? That will expose users > still trying to use the glib1 wrapping features, and prevent the > two-glibs problem with more modern code.
I removed glib from my system, compiled g-wrap against glib2, and am able to successfully compile and run the gnucash 1.9.x test releases. I tried adding the --without-glib flag to the g-wrap configure command, but I don't see any difference in the resulting Makefile. It still has the appropriate GLIB_CFLAGS and GLIB_LIBS variables set for glib-2.0. David _______________________________________________ g-wrap-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/g-wrap-dev
