[EMAIL PROTECTED] writes: > Jan Nieuwenhuizen writes: > > >> As Guile CVS seems to be a bit fucked up ATM, this might be a reason; > >> It used to work. > > > > Ok. We'll just `wait' for Dirk Herrman do fix CVS. > > Dirk has fixed it. Most looks ok now apart from: > > + guile -s ../src/libgnomecanvas/examples/canvas.scm > (gnome gtk): [glib ERROR: In procedure dynamic-link: > ERROR: file: "libgw-guile-standard", message: > "/home/janneke/usr/pkg/g-wrap/lib/libgwrap-guile-runtime.so.0: undefined symbol: > scm_freelist" > > It seems that scm_freelist is now called scm_i_freelist ... ?
scm_i_ means that the variable is internal and should not be used, except by the GUILE allocation system itself. I think you have some leftovers of an old compile. Make clean should take care of that. -- Han-Wen Nienhuys | [EMAIL PROTECTED] | http://www.xs4all.nl/~hanwen _______________________________________________ lilypond-devel mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/lilypond-devel
