Opened 11 years ago
Closed 11 years ago
#484 closed defect (fixed)
Not able to configure CMake with Visual Studio
Reported by: | DK | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | blocker | Milestone: | LEMON 1.4 release |
Component: | core | Version: | release branch 1.3 |
Keywords: | Install | Cc: | Peter, Alex |
Revision id: |
Description
using stable build 1.3. while configuring getting error " CMake Error: Error in cmake code at D:/LemonSourceCode/lemon-1.3/CMakeLists.txt:118: Parse error. Function missing ending ")". Instead found left paren with text "(". Configuring incomplete, errors occurred!'
I check the file CMakeLists.txt and seems to be correct. I am first time user and not able to install this. I see this valuable tool for my project and dying to use this. Pl.help.
Pl. let me know if there is a workaround.
Attachments (1)
Change History (3)
Changed 11 years ago by
Attachment: | Error while Configuring CMake with VS.docx added |
---|
comment:1 Changed 11 years ago by
Cc: | Peter Alex added |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Ok. This seems to be a bug in the win version of CMAKE-2.6. The workaround would too complex, so instead we require CMAKE-2.8 or better starting from version LEMON-1.3, see [e937009e4c5f].
CMAKE-2.8 should be available on all platform. However, should you be forced using CMAKE-2.6, let us now. A possible workaround is to remove the automatic default LP/MIP settings from CMakeLists.txt
. A patch will be made upon request.
However a default LP/MIP setting related bug is fixed in [e00d7b681d8e], see #465.
I'm unable to reproduce the problem. Could you please let me know