[mapserver-commits] [MapServer/MapServer] a6b41b: Add stdbool.h inclusion in mapserver.h
Even Rouault
noreply at github.com
Tue Dec 17 17:13:04 PST 2024
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: a6b41b2503cf9ecc461f5dc970f5dfd78e09a14e
https://github.com/MapServer/MapServer/commit/a6b41b2503cf9ecc461f5dc970f5dfd78e09a14e
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2024-12-17 (Tue, 17 Dec 2024)
Changed paths:
M src/mapserver.h
Log Message:
-----------
Add stdbool.h inclusion in mapserver.h
Fixes build failure on 8.4.0-beta2 on Ubuntu 20.04:
```
In file included from /home/even/mapserver/mapserver-8.4.0-beta2/src/mapoutput.c:31:
/home/even/mapserver/mapserver-8.4.0-beta2/src/mapserver.h:3164:15: error: unknown type name ‘bool’
3164 | MS_DLL_EXPORT bool msLayerPropertyIsCharacter(layerObj *layer,
```
Commit: 98ff88773eb3911ad5a5fa5a06d3746c6cc3ecb5
https://github.com/MapServer/MapServer/commit/98ff88773eb3911ad5a5fa5a06d3746c6cc3ecb5
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2024-12-18 (Wed, 18 Dec 2024)
Changed paths:
M src/mapserver.h
Log Message:
-----------
Merge pull request #7205 from rouault/fix_build_ubuntu_20_04
Add stdbool.h inclusion in mapserver.h
Compare: https://github.com/MapServer/MapServer/compare/562a20d21b2b...98ff88773eb3
To unsubscribe from these emails, change your notification settings at https://github.com/MapServer/MapServer/settings/notifications
More information about the MapServer-commits
mailing list