Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to EL9 #35

Open
wants to merge 16 commits into
base: develop
Choose a base branch
from
Open

Port to EL9 #35

wants to merge 16 commits into from

Conversation

giacomini
Copy link
Member

No description provided.

giacomini added 16 commits July 5, 2024 16:48
There is a set of boost m4s in the aclocal package distribution, but this one
seems more recent.
Don't require a specific Boost version for the moment.
Use the MySQL m4 macro coming with the aclocal package distribution.
Avoid the use of my_bool, which doesn't exist any more in MySQL.
- update minimum autoconf version to the one available on EL9 (and 8)
- capitalize product name (it will be normalized where needed)
- remove Andrea's email as contact for bugs
- replace deprecated or removed macros
- verify that MySQL libs have been indeed found, else abort
- don't constrain gSOAP version
- use a coherent include guard
- replace include with forward declaration of the soap struct
- remove the unused getip function
- Build the generated gSOAP C code as C and not as C++
- Use the C gSOAP library.
- Include the generated gSOAP header as `extern "C"`, but include
  stdsoap2.h before that, to avoid to apply the C linkage also to C++
  code (e.g. templates) present in stdsoap2.h
The support for CentOS 7 is incomplete, but will soon be removed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant