jesg/termite

Cannot install termite on Ubuntu

Opened this issue · 1 comments

1. Install Gambit-C (apt-get or from source)
2. put termite in lib dir
3. run tsi

I'm always getting following error (or something alike):
*** ERROR IN (string)@1.1 -- Can't open file "/usr/lib/gambit#.scm"

looks like ~~ gets substituted with /usr/ instead of /usr/lib/gambc4/ or so.

When I go and substitute all occurences of ~~ in problemmatic files with
appropriate path I get the same error regarding some other (gambit) .scm file.

Original issue reported on code.google.com by zivoti...@gmail.com on 9 Jun 2009 at 10:02

This is not a termite problem, it's a ubuntu problem or gambit-c problem.

Original comment by chaosete...@gmail.com on 3 Jul 2012 at 12:58