rzel / termite

Automatically exported from code.google.com/p/termite
Other
0 stars 0 forks source link

Cannot install termite on Ubuntu #6

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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