On 4/18/07, <b class="gmail_sendername">Bradley Lucier</b> <<a href="mailto:lucier@math.purdue.edu">lucier@math.purdue.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
There have been some attempts to build termite with gambc-4.0b22, and<br>I had tried it earlier without success, so I thought I'd report my<br>attempt more clearly so somebody might be able to help (hi,<br>Guillaume!). 
</blockquote><div><br>Hi Brad :)<br><br>I've applied your fix, thanks! It's in the repository and I've updated the tarball.<br><br>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:
<br><br>$ lynx --source <a href="http://toute.ca/termite/INSTALL">http://toute.ca/termite/INSTALL</a> | sh<br><br>will get Gambit and Termite and will compile them properly.<br><br></div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[brad:~/programs/termite/examples] lucier% gsi cell.scm<br>*** ERROR IN "cell.scm"@21.24 -- Datum or EOF expected</blockquote><div><br>An extra parenthesis... how embarassing :/<br> </div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Shat start[123].sh are supposed to do is anybody's guess ;-).</blockquote><div><br>You can use those scripts to quickly start nodes and have them named as node1, node2 and node3 in your programs.<br><br>For example:<br>
<br>[in console 1]<br>sh start1.sh<br>><br><br>[in console 2]<br>sh start2.sh<br>> (remote-spawn node1 (lambda () (print 'yay)))<br><br>[in console 1]<br>> yay<br><br><br>Guillaume<br><br></div></div>