<div dir="ltr"><div>Hi all<br></div><div>(my first mail here, hope it'll work out)</div><div><br></div><div>I was trying the repl demo (using repl.scm) using the following snippet from the online documentation</div><div><br></div><div><pre class="gmail-indented">int main(int argc, char **argv)
{
s7_scheme *sc;
sc = s7_init();
s7_load(sc, "repl.scm");
s7_eval_c_string(sc, "((*repl* 'run))");
return(0);
}<br><br></pre><pre class="gmail-indented"><font face="arial,sans-serif">I noticed that the commit (from the github mirror) <a href="https://github.com/wdouglass/s7/commit/357aaa19f5091a82ac39fc7fd62c51bf671cc0e4">357aaa1</a> broke this.<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Getting the following error:<br><br>writing libc_s7.c<br>;symbol->string argument, (provided? 'linux), is a pair but should be a symbol<br>; name<br>; libc.scm, line 1751, position: 96342<br>; add-one-constant: (list c-type (symbol->s... ; c-type: reader-cond<br>; c: (provided? 'linux)<br>; add-one-constant: (cons (list c-type (sym... ; constants: ((FILE* "stderr") (FILE* "stdou...<br>; c-define-1: ((end-c-file) (delete-file o-... ; o-file-name: libc_s7.o<br><br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Up until the previous commit it works fine.<br><br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Another note/question:<br>I'm really excited that I discovered <b>s7 </b>(so many thanks to Bill Schottstaedt).<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Though I'm wondering about the long-term maintenance of the project.<br>I'm saying this mainly for the lack of some changelogs (proper versions, seeing what changed from a version and another).<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">For example: to find where this breaking change got introduced I was going through the "bugs" commits (all the commits are named bugs heh)<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">I'm not complaining, but I would really like to know about the project status cause s7 is like a hidden gem.<br><br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Thanks,<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">Christos<br></font></pre></div></div>