My bad. After hitting configure twice, and then generate, everything is fine and everything build.<div>Thanks very much<br><br><div class="gmail_quote">On Mon, Jan 10, 2011 at 3:05 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;">What about clicking on 'Configure' again (you must do it twice before<br>
'Generate')<br>
<br>
Regards,<br>
Alpar<br>
<div><div></div><div class="h5"><br>
 On Mon, 2011-01-10 at 14:52 +0500, Saqib Ilyas wrote:<br>
> Well, something went off yesterday. I was trying to generate the<br>
> solution generated from various locations in the folder tree and I<br>
> can't even get the .sln file generated now.<br>
> I even removed the c:\lemon-1.2.1 directory and extracted all the<br>
> files and directories afresh, created a build directory and issued<br>
> cmake-gui .. from within it and hit configure. In the end, the<br>
> generate button is disabled.<br>
> Here's the output:<br>
> Check for working C compiler: C:/Program Files/Microsoft Visual Studio<br>
> 9.0/VC/bin/cl.exe<br>
><br>
> Check for working C compiler: C:/Program Files/Microsoft Visual Studio<br>
> 9.0/VC/bin/cl.exe -- works<br>
><br>
> Detecting C compiler ABI info<br>
><br>
> Detecting C compiler ABI info - done<br>
><br>
> Check for working CXX compiler: C:/Program Files/Microsoft Visual<br>
> Studio 9.0/VC/bin/cl.exe<br>
><br>
> Check for working CXX compiler: C:/Program Files/Microsoft Visual<br>
> Studio 9.0/VC/bin/cl.exe -- works<br>
><br>
> Detecting CXX compiler ABI info<br>
><br>
> Detecting CXX compiler ABI info - done<br>
><br>
> Looking for doxygen...<br>
><br>
> Looking for doxygen... - found C:/Program<br>
> Files/doxygen/bin/doxygen.exe<br>
><br>
> Looking for dot tool...<br>
><br>
> Looking for dot tool... - NOT found<br>
><br>
> Found Ghostscript: C:/Program Files/gs/gs8.64/bin/gswin32c.exe<br>
><br>
> Found GLPK: C:/Program Files/GnuWin32/lib/glpk.lib<br>
><br>
> Could NOT find CPLEX (missing: CPLEX_LIBRARY CPLEX_INCLUDE_DIR)<br>
><br>
> Could NOT find COIN (missing: COIN_INCLUDE_DIR COIN_CBC_LIBRARY<br>
> COIN_CBC_SOLVER_LIBRARY COIN_CGL_LIBRARY COIN_CLP_LIBRARY<br>
> COIN_COIN_UTILS_LIBRARY COIN_OSI_LIBRARY COIN_OSI_CBC_LIBRARY<br>
> COIN_OSI_CLP_LIBRARY COIN_OSI_VOL_LIBRARY COIN_VOL_LIBRARY)<br>
><br>
> Looking for sys/types.h<br>
><br>
> Looking for sys/types.h - found<br>
><br>
> Looking for stdint.h<br>
><br>
> Looking for stdint.h - not found<br>
><br>
> Looking for stddef.h<br>
><br>
> Looking for stddef.h - found<br>
><br>
> Check size of long long<br>
><br>
> Check size of long long - done<br>
><br>
> Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE)<br>
><br>
> Configuring done<br>
><br>
><br>
><br>
><br>
> On Mon, Jan 10, 2011 at 2:45 PM, Alpár Jüttner <<a href="mailto:alpar@cs.elte.hu">alpar@cs.elte.hu</a>><br>
> wrote:<br>
>         On Mon, 2011-01-10 at 14:35 +0500, Saqib Ilyas wrote:<br>
>         > Thanks for the prompt reply. I'm using Visual Studio 2008<br>
>         v9.0.21022.8<br>
>         > RTM.<br>
><br>
><br>
>         Mine is Visual Studio 2008 v9.0.30729.1 SP. I don't think it<br>
>         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>
><br>
><br>
>         > On Mon, Jan 10, 2011 at 2:32 PM, Alpár Jüttner<br>
>         <<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<br>
>         then<br>
>         >         extracted<br>
>         >         > lemon-1.2.1 at c:\lemon-1.2.1, and then, following<br>
>         the<br>
>         >         install<br>
>         >         > instructions, went into c:\lemon-1.2.1 and created<br>
>         a build<br>
>         >         folder<br>
>         >         > there. I went into c:\lemon-1.2.1\build and issued<br>
>         the<br>
>         >         command<br>
>         >         > cmake-gui .. and had a Visual Studio solution<br>
>         created. I<br>
>         >         opened it and<br>
>         >         > tried to build ALL-BUILD. I got errors in include<br>
>         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<br>
>         perfectly<br>
>         >         without<br>
>         >         even a single warning.<br>
>         ><br>
>         >         Could you please give the exact compiler version you<br>
>         use plus<br>
>         >         the exact<br>
>         >         compilation log?<br>
>         ><br>
>         >         >  I added c:\lemon-1.2.1 to the include file search<br>
>         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<br>
>         as fcosh<br>
>         >         is not part<br>
>         >         > of the global namespace.<br>
>         ><br>
>         ><br>
>         >         Hmmm, cosh is certainly not used by LEMON. This kind<br>
>         of error<br>
>         >         in cmath<br>
>         >         suggest some internal inconsistency in the VS<br>
>         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>
><br>
><br>
><br>
><br>
> --<br>
> Muhammad Saqib Ilyas<br>
> PhD Student, Computer Science and Engineering<br>
> Lahore University of Management Sciences<br>
><br>
</div></div>> _______________________________________________<br>
> Lemon-user mailing list<br>
> <a href="mailto:Lemon-user@lemon.cs.elte.hu">Lemon-user@lemon.cs.elte.hu</a><br>
> <a href="http://lemon.cs.elte.hu/mailman/listinfo/lemon-user" target="_blank">http://lemon.cs.elte.hu/mailman/listinfo/lemon-user</a><br>
<br>
<br>
</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>