At Thu, 17 Dec 2015 10:52:02 -0700, Matthew Flatt wrote: > At Thu, 17 Dec 2015 18:30:51 +0100, David Christiansen wrote: > > On 17/12/15 17:52, Matthew Flatt wrote: > > > The problem appears to be fixed in Pango 1.37: > > > > > > https://bugzilla.gnome.org/show_bug.cgi?id=700592 > > > > > > Is upgrading your Pango installation a possibility? > > > > That would be a pretty major disturbance for my machine - I'm a bit > > hesitant to change distros right now, as the talk I'm preparing is > > intended as a PhD defense! > > It might work to drop a repaired "libpangocairo.so" into the "lib" > directory of your Racket installation. I'll see if I can build one, > just to see how hard that is. :)
Assuming that you're on 64-bit Linux, here is a set of libraries to try: http://www.cs.utah.edu/~mflatt/tmp/pango-1-37-libs.tgz Unpack in some directory <dir>, and run env LD_LIBRARY_PATH=<dir> racket .... To avoid setting `LD_LIBRARY_PATH`, you could probably adjust rpaths in the ".so" files an install into Racket's library search path, but I didn't try that. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.