Opened 14 years ago
Closed 14 years ago
#1071 closed defect (fixed)
compilation of init.cpp fails if svn is not found
Reported by: | Jorge | Owned by: | Jorge |
---|---|---|---|
Priority: | highest | Milestone: | Mantainance |
Component: | ASCII data files | Version: | 2.0.1 |
Severity: | blocker | Keywords: | svn info |
Cc: |
Description
If svn is not found the compilation of init.cpp fails. This happens on Linux.
init.cpp: In function ‘unsigned char InitGrammars()’: init.cpp:871: error: ‘__TOL_BUILD_SVN_INFO__’ was not declared in this scope
Change History (2)
comment:1 Changed 14 years ago by
Status: | new → accepted |
---|
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | accepted → closed |
Note: See
TracTickets for help on using
tickets.
(In [3092]) fixes #1071, make sure TOL_BUILD_SVN_INFO is defined before creating svnInfo variable.