ChaosEternal / termite

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

No TSI file for Windows #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install Gambit-C
2. Install termite as directed.
3.

What is the expected output? What do you see instead?
There is a tsi file for Unix Shell. We need the equivalent for Windows.

What version of the product are you using? On what operating system?
The archive in the download section

Please provide any additional information below.
Because of the lack of documentation, creating the equivalent script is not
easy on windows.

Original issue reported on code.google.com by stormt...@gmail.com on 22 Jun 2009 at 7:38

GoogleCodeExporter commented 9 years ago
@gsi -:dar -e "(##include \"~~/lib/gambit#.scm\")(##include
\"~~/lib/termite/termite#.scm\")(load \"~~/lib/termite/termite\")" %1 %2 %3 %4 
%5 %6
%7 %8 %9 -

Original comment by dmur...@jsbsystems.com on 2 Feb 2010 at 6:38

GoogleCodeExporter commented 9 years ago
You also need to have a date.exe somewhere in your path that emits the current 
date
and time (a la `date` on Unix: Tue Feb  2 17:00:27  2010), otherwise, you'll 
never
see an exception from a spawn reported.

Original comment by CBSI...@gmail.com on 2 Feb 2010 at 10:00