Opened 2 years ago
Last modified 2 years ago
#999 closed defect
Build failures in Ubuntu 22.04 LTS — at Version 1
Reported by: | jng | Owned by: | jng |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Build System | Version: | |
Severity: | 3 | Keywords: | |
Cc: | External ID: |
Description (last modified by )
Building FDO when trying to use all available system libs fails in Ubuntu 22.04 LTS due to the following environmental/lib changes:
FDOCommon:
- System
xalan-c
is now1.12
, which removes several macros that break compilation ofTransformerXalan.cpp
- Usage of
FILE
internal implementation details for testing read/write capabilities inFdoIoFileStream
that are no longer valid in this environment.
MySQL Provider:
- System
libmysqlclient
no longer ships themy_global.h
header and no longer definesmy_bool
(see: https://dev.mysql.com/doc/relnotes/mysql/8.0/en/news-8-0-1.html#mysqld-8-0-1-compiling)
OWS:
- References to the long deprecated
std::auto_ptr
that should now bestd::unique_ptr
WMS/WFS Provider:
- Link failure in
UnitTest
executable onpthread_nonshared
. We can probably just get rid of these link references.
Note:
See TracTickets
for help on using tickets.