Opened 16 years ago
Closed 16 years ago
#259 closed defect (fixed)
tools/lgf-gen.cc does not compile with MSVC
Reported by: | Akos Ladanyi | Owned by: | Akos Ladanyi |
---|---|---|---|
Priority: | trivial | Milestone: | LEMON 1.1 release |
Component: | tools | Version: | hg main |
Keywords: | Cc: | ||
Revision id: | b53a9068e3e4 |
Description
tools/lgf-gen.cc does not compile with MSVC.
Attachments (1)
Change History (7)
Changed 16 years ago by
Attachment: | lgf-gen-msvc-fix.patch added |
---|
comment:2 Changed 16 years ago by
Component: | core → tools |
---|
comment:3 Changed 16 years ago by
Owner: | changed from Alpar Juttner to Akos Ladanyi |
---|
comment:4 follow-up: 5 Changed 16 years ago by
Can we expect that this solution works on all platform?
comment:5 Changed 16 years ago by
Replying to alpar:
Can we expect that this solution works on all platform?
Yes, ctime is a standard c++ header (http://www.cplusplus.com/reference/clibrary/ctime/) and also tested it on Linux too. It is necessary because of the time() call.
Note: See
TracTickets for help on using
tickets.
ab6da8cf5ab2