<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Thanks, the problem was that in the first line<div><div>#define SRILM_RELEASE "1.5.12</div><div>"</div><div>the ending quotes were on the next line</div><div>I fixed it manually and ran make world and the build was thankfully error free.</div><div>Thanks.</div>    <br><div><br>--- On <b>Sat, 7/16/11, Andreas Stolcke <i><stolcke@ICSI.Berkeley.EDU></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Andreas Stolcke <stolcke@ICSI.Berkeley.EDU><br>Subject: Re: [SRILM User List] Fw: Problem building SRILM with cygwin<br>To: "s a" <shamsaabid@yahoo.com><br>Cc: srilm-user@speech.sri.com<br>Date: Saturday, July 16, 2011, 10:50 AM<br><br><div class="plainMail"><br>Your output shows:<br><br>    SRILMversion.h:1:23: warning: missing terminating "
 character<br><br>so something went wrong in the generation of this file.<br><br>Try<br>    % cd misc/src<br>    % rm SRILMversion.h<br>    % make SRILMversion.h<br><br>The file should look similar to this:<br><br>    #define SRILM_RELEASE "1.6.0-beta"<br>    #define SRILM_COPYRIGHT "\n\<br>    This software is subject to the SRILM Community Research License Version\n\<br>    1.0 (the \"License\"); you may not use this software except in compliance\n\<br>    with the License. A copy of the License is included in the SRILM root\n\<br>    directory.  Software distributed under the License is distributed on an\n\<br>    \"AS IS\" basis, WITHOUT WARRANTY OF ANY KIND, either express or implied.\n\<br>    See the License for the specific language governing rights and\n\<br>   
 limitations under the License.  This software is Copyright (c) SRI\n\<br>    International, 1995-2011.  All rights reserved.\n\<br>    \n\<br>    If this software was obtained under a commercial license agreement with\n\<br>    SRI then the provisions therein govern the use of the software and the\n\<br>    above notice does not apply.\n\<br>    "<br><br>Notice the double quotes starting and ending all string values, and the use of backslashes.<br>If this is not the case for you then your cygwin installation might have a problem.<br><br>In that case try fixing the file by hand, then go back to the top-level directory and run make World again.<br><br>Andreas <br><br></div></blockquote></div></div></td></tr></table>