<div dir="ltr"><div>Hi all<br></div><div>(my first mail here, hope it&#39;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, &quot;repl.scm&quot;);
  s7_eval_c_string(sc, &quot;((*repl* &#39;run))&quot;);
  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-&gt;string argument, (provided? &#39;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-&gt;s... ; c-type: reader-cond<br>;                                              c: (provided? &#39;linux)<br>; add-one-constant: (cons (list c-type (sym... ; constants: ((FILE* &quot;stderr&quot;) (FILE* &quot;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&#39;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&#39;m wondering about the long-term maintenance of the project.<br>I&#39;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 &quot;bugs&quot; commits (all the commits are named bugs heh)<br></font></pre><pre class="gmail-indented"><font face="arial,sans-serif">I&#39;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>