Opened 17 years ago
Last modified 17 years ago
#87 closed enhancement
WIN32 support — at Version 2
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | build system | Version: | hg main |
Keywords: | Cc: | Akos Ladanyi | |
Revision id: |
Description (last modified by )
Akos has worked out a CMAKE build environment which - in theory - makes it possible to use LEMON with MSVC. However there are several compilations errors with MSVC.
The uploaded patches contains the cmake environment and several fixes. They fix almost all errors but one related to Paths are still unfixed.
Change History (8)
Changed 17 years ago by
Attachment: | cmake.patch added |
---|
Changed 17 years ago by
Attachment: | cmake-2.patch added |
---|
Changed 17 years ago by
Attachment: | time_measure.patch added |
---|
Changed 17 years ago by
Attachment: | hgignore.patch added |
---|
Changed 17 years ago by
Attachment: | cmake-3.patch added |
---|
Changed 17 years ago by
Attachment: | msvc-fixes.patch added |
---|
comment:1 follow-up: 2 Changed 17 years ago by
Cc: | Akos Ladanyi added |
---|
comment:2 Changed 17 years ago by
Description: | modified (diff) |
---|
Replying to ladanyi:
What version of MSVC are you using? I'm asking this because with the attached patches everything compiles using MSVC 15.00.21022.08 (the one included in Visual Studio 2008).
I tried it with VS 2005, but I don't know how to check the exact version number. You must be aware of my complete ignorance related to the M$ world.
What version of MSVC are you using? I'm asking this because with the attached patches everything compiles using MSVC 15.00.21022.08 (the one included in Visual Studio 2008).