On 4/18/07, Bradley Lucier <lucier@math.purdue.edu> wrote:
There have been some attempts to build termite with gambc-4.0b22, and I had tried it earlier without success, so I thought I'd report my attempt more clearly so somebody might be able to help (hi, Guillaume!).
Hi Brad :) I've applied your fix, thanks! It's in the repository and I've updated the tarball. I've also updated the 'INSTALL' file. It can now be used as a shell script to install the current version of Gambit along with the current version of Termite. As an example: $ lynx --source http://toute.ca/termite/INSTALL | sh will get Gambit and Termite and will compile them properly. [brad:~/programs/termite/examples] lucier% gsi cell.scm
*** ERROR IN "cell.scm"@21.24 -- Datum or EOF expected
An extra parenthesis... how embarassing :/ Shat start[123].sh are supposed to do is anybody's guess ;-). You can use those scripts to quickly start nodes and have them named as node1, node2 and node3 in your programs. For example: [in console 1] sh start1.sh
[in console 2] sh start2.sh
(remote-spawn node1 (lambda () (print 'yay)))
[in console 1]
yay
Guillaume