[mapserver-commits] [mapserver/mapserver] 8e85fc: Fix undeclared symbols in maputil.c
GitHub
noreply at github.com
Mon Jun 9 12:29:20 PDT 2014
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: 8e85fce4b15d098983b7758c80a60d9afee0cd40
https://github.com/mapserver/mapserver/commit/8e85fce4b15d098983b7758c80a60d9afee0cd40
Author: Paul Spencer <pspencer at dmsolutions.ca>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
M maputil.c
Log Message:
-----------
Fix undeclared symbols in maputil.c
Getting the following build error, I think the fix is to use MS_TRUE and MS_FALSE.
/tmp/mapserver/maputil.c: In function ‘msEvalTextExpressionJSonEscape’:
/tmp/mapserver/maputil.c:685:54: error: ‘TRUE’ undeclared (first use in this function)
/tmp/mapserver/maputil.c: In function ‘msEvalTextExpression’:
/tmp/mapserver/maputil.c:690:54: error: ‘FALSE’ undeclared (first use in this function)
Commit: 40c22e04f3002b02732f141edaec78997eb9571b
https://github.com/mapserver/mapserver/commit/40c22e04f3002b02732f141edaec78997eb9571b
Author: Steve Lime <steve.lime at state.mn.us>
Date: 2014-06-09 (Mon, 09 Jun 2014)
Changed paths:
M maputil.c
Log Message:
-----------
Merge pull request #4940 from pagameba/patch-1
Fix undeclared symbols in maputil.c
Compare: https://github.com/mapserver/mapserver/compare/5e399676b138...40c22e04f300
More information about the mapserver-commits
mailing list