<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>I'm trying to build Lemon 1.3.1, on Windows 7 64 bits SP1, with Visual Studio 2013 Professional 32 bits U4.<br>I installed CMake 3.2.1 and followed the instructions at this page<br><a href="https://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake" target="_blank">https://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake</a><br><br>I run CMake, setting the build folder to extracted_zip/lemon/build<br>I indicate I'm using "Visual Studio 12 2013" and leave all other settings to default.<br>When I try to run it, CMake requires me to set tick the option "Suppress dev Warnings (-Wno-dev)".<br>After doing that, it appears to work.<br><br>When I open the Project.sln in Visual Studio and click Build->Build Solution, I get the following errors:<br><br>Error 2 error C1083: Cannot open include file: 'lemon/tolerance.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\base.cc 22 1 lemon<br>Error 6 error C1083: Cannot open include file: 'lemon/random.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\random.cc 22 1 lemon<br>Error 5 error C1083: Cannot open include file: 'lemon/lp_skeleton.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\lp_skeleton.cc 19 1 lemon<br>Error 4 error C1083: Cannot open include file: 'lemon/lp_base.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\lp_base.cc 22 1 lemon<br>Error 3 error C1083: Cannot open include file: 'lemon/color.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\color.cc 22 1 lemon<br>Error 7 error C1083: Cannot open include file: 'lemon/bits/windows.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\bits\windows.cc 22 1 lemon<br>Error 1 error C1083: Cannot open include file: 'lemon/arg_parser.h': No such file or directory C:\Users\user_a\op_models\lemon-1.3.1\lemon\arg_parser.cc 19 1 lemon<br><br>I tried setting the build folder in a different location, but I get the same set of errors.<br><br>Any suggestions?<br>Thanks.<br> </div></body>
</html>