[Lemon-user] Building Lemon 1.3.1 on Windows
Agostino Sturaro
sturaro.agostino at outlook.com
Sat Apr 18 05:03:09 CEST 2015
I'm trying to build Lemon 1.3.1, on Windows 7 64 bits SP1, with Visual Studio 2013 Professional 32 bits U4.
I installed CMake 3.2.1 and followed the instructions at this page
https://lemon.cs.elte.hu/trac/lemon/wiki/InstallCmake
I run CMake, setting the build folder to extracted_zip/lemon/build
I indicate I'm using "Visual Studio 12 2013" and leave all other settings to default.
When I try to run it, CMake requires me to set tick the option "Suppress dev Warnings (-Wno-dev)".
After doing that, it appears to work.
When I open the Project.sln in Visual Studio and click Build->Build Solution, I get the following errors:
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
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
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
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
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
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
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
I tried setting the build folder in a different location, but I get the same set of errors.
Any suggestions?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lemon.cs.elte.hu/pipermail/lemon-user/attachments/20150418/6f530e5c/attachment.html>
More information about the Lemon-user
mailing list