Well, something went off yesterday. I was trying to generate the solution generated from various locations in the folder tree and I can't even get the .sln file generated now. <div>I even removed the c:\lemon-1.2.1 directory and extracted all the files and directories afresh, created a build directory and issued cmake-gui .. from within it and hit configure. In the end, the generate button is disabled.</div>
<div>Here's the output:</div><div>Check for working C compiler: C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl.exe<p></p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Check for working C compiler: C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl.exe -- works</p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Detecting C compiler ABI info</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Detecting C compiler ABI info - done</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl.exe</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Check for working CXX compiler: C:/Program Files/Microsoft Visual Studio 9.0/VC/bin/cl.exe -- works</p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Detecting CXX compiler ABI info</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Detecting CXX compiler ABI info - done</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for doxygen...</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for doxygen... - found C:/Program Files/doxygen/bin/doxygen.exe</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for dot tool...</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for dot tool... - NOT found</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Found Ghostscript: C:/Program Files/gs/gs8.64/bin/gswin32c.exe</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Found GLPK: C:/Program Files/GnuWin32/lib/glpk.lib</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Could NOT find CPLEX  (missing:  CPLEX_LIBRARY CPLEX_INCLUDE_DIR)</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Could NOT find COIN  (missing:  COIN_INCLUDE_DIR COIN_CBC_LIBRARY COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY COIN_OSI_CLP_LIBRARY COIN_OSI_VOL_LIBRARY COIN_VOL_LIBRARY)</p>

<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for sys/types.h</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for sys/types.h - found</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for stdint.h</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for stdint.h - not found</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for stddef.h</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Looking for stddef.h - found</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Check size of long long</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Check size of long long - done</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Could NOT find PythonInterp  (missing:  PYTHON_EXECUTABLE)</p>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Configuring done</p></div><div><br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 2:45 PM, Alpár Jüttner <span dir="ltr"><<a href="mailto:alpar@cs.elte.hu">alpar@cs.elte.hu</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Mon, 2011-01-10 at 14:35 +0500, Saqib Ilyas wrote:<br>
> Thanks for the prompt reply. I'm using Visual Studio 2008 v9.0.21022.8<br>
> RTM.<br>
<br>
</div>Mine is Visual Studio 2008 v9.0.30729.1 SP. I don't think it makes any<br>
difference.<br>
<br>
Could you please send the full compilation log, as well?<br>
<br>
Did you compile it with or without glpk?<br>
<br>
Regards,<br>
Alpar<br>
<div><div></div><div class="h5"><br>
> On Mon, Jan 10, 2011 at 2:32 PM, Alpár Jüttner <<a href="mailto:alpar@cs.elte.hu">alpar@cs.elte.hu</a>><br>
> wrote:<br>
>         Hi,<br>
><br>
>         > I downloaded and installed all pre-requisites and then<br>
>         extracted<br>
>         > lemon-1.2.1 at c:\lemon-1.2.1, and then, following the<br>
>         install<br>
>         > instructions, went into c:\lemon-1.2.1 and created a build<br>
>         folder<br>
>         > there. I went into c:\lemon-1.2.1\build and issued the<br>
>         command<br>
>         > cmake-gui .. and had a Visual Studio solution created. I<br>
>         opened it and<br>
>         > tried to build ALL-BUILD. I got errors in include files of<br>
>         the form<br>
>         > #include lemon\arg_parser.h.<br>
><br>
><br>
>         I've just tried the same with VS2008 and it compiles perfectly<br>
>         without<br>
>         even a single warning.<br>
><br>
>         Could you please give the exact compiler version you use plus<br>
>         the exact<br>
>         compilation log?<br>
><br>
>         >  I added c:\lemon-1.2.1 to the include file search path,<br>
><br>
><br>
>         You certainly don't have to do anything like that.<br>
><br>
>         >  but then I got compilation errors in cmath, such as fcosh<br>
>         is not part<br>
>         > of the global namespace.<br>
><br>
><br>
>         Hmmm, cosh is certainly not used by LEMON. This kind of error<br>
>         in cmath<br>
>         suggest some internal inconsistency in the VS install.<br>
>         ><br>
>         Regards,<br>
>         Alpar<br>
><br>
><br>
><br>
><br>
><br>
> --<br>
> Muhammad Saqib Ilyas<br>
> PhD Student, Computer Science and Engineering<br>
> Lahore University of Management Sciences<br>
><br>
<br>
<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Muhammad Saqib Ilyas<br>PhD Student, Computer Science and Engineering<br>Lahore University of Management Sciences<br>
</div>