On Sun, Aug 26, 2012 at 3:53 AM, Kartik Agaram <a...@akkartik.com> wrote: >> git://github.com/AmkG/letterfall.git > > Sweet! > > I tried the following: > > $ git clone git://github.com/AmkG/letterfall.git > $ ./autoeverything 1 > > $ ./configure > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for a thread-safe mkdir -p... /bin/mkdir -p > checking for gawk... gawk > checking whether make sets $(MAKE)... yes > checking for guile... /usr/bin/guile > checking for guile-1.8... /usr/bin/guile-1.8 > checking for guile-2.0... no > checking if guile-1.8 can use guile-gnome-2... no > checking if guile-2.0 can use guile-gnome-2... no > checking if guile can use guile-gnome-2... no > configure: error: guile or guile-gnome-2 not found or not compatible > > $ apt-cache search guile-gnome > guile-gnome2-canvas - Guile bindings for libgnomecanvas > guile-gnome2-dev - Guile GObject binding support library, development files > guile-gnome2-gconf - Guile bindings for GConf > guile-gnome2-glib - Guile bindings for GLib > guile-gnome2-gnome - Guile bindings for libgnome > guile-gnome2-gnome-ui - Guile bindings for libgnome > guile-gnome2-gtk - Guile bindings for GTK+, libglade, Pango and ATK > guile-gnome2-vfs - Guile bindings for GnomeVFS > > Which of these do I need to install?
guile-gnome2-gtk and guile-gnome2-dev are what I installed, and they will both pull in guile-gnome2-glib; that should be enough I think.... Or just try to put everything if that fails, LOL. The official source build is just a single package including all of that, it seems the splitting into multiple packages is done by the distros. > >> gdk-draw-rectangle pixmap pen 1 >> x-rescaled \\ y-rescaled >> max 1 { x+1-rescaled - x-rescaled } >> max 1 { y+1-rescaled - y-rescaled } > > I was momentarily confused by this: I thought all the infix ops had to > be the same?! Then I realized x+1-rescaled was just a term, and that > 'rescaled' by itself wasn't a variable. That's kinda confusing, to use > plus and minus with different meanings in a single sym.. Hehe, syntax highlighting gets me by in this case; vim will highlight the naked + and - so that it's impossible to confuse the ones inside identifier symbols from the ones that are "real" + and -. The filename .sscm is not recognized by most editors as "scheme" - maybe turning on scheme formatting on your editor can help make this code section readable. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Readable-discuss mailing list Readable-discuss@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/readable-discuss