<div dir="ltr">Trying to compile Phoenix on Linux, I get the following error:<br><br><span style="font-family:courier new,monospace">../Server/phoenix_serv.c: In function ‘send_to_parse’:</span><br style="font-family:courier new,monospace">

<span style="font-family:courier new,monospace">../Server/phoenix_serv.c:141: error: ‘MaxParses’ undeclared (first use in this function)</span><br style="font-family:courier new,monospace"><br>I looked for the string &quot;MaxParses&quot; in the entire Phoenix project, but haven&#39;t found it outside this line:<br>

<br><span style="font-family:courier new,monospace">   if( num_parses &gt; MaxParses ) num_parses = MaxParses;</span><br><br>Where is it defined?<br><br>-- Erel Segal Halevi?<br></div>