-
-
Notifications
You must be signed in to change notification settings - Fork 364
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
Swig Mapscript Still Fails to Build with PHP 8 #6632
Comments
|
@bendwr as kindly requested to you in previous tickets, could you begin now to ask your migration questions direct to the If you need professional direct (paid) support for this instead, please see the list of service providers at https://mapserver.org/community/service_providers.html Thanks, -jeff |
|
Yes, I visited that link and signed up but did not receive a confimation email nor a forum to post a question. I apologize for the inconvenience but is there some instructions for how to find this? |
|
"When you first submit the form to register at https://lists.osgeo.org/mailman/listinfo/mapserver-dev you must then look for an email notification that will ask you to confirm that email address - I bet this is the part you are stuck on, please look for that confirmation email in your Spam folder. You are not considered joined until you confirm your address." |
|
Thank you, Jeff! |
|
Thanks for not getting discouraged! |
Cmake settings:
cmake .. -DCMAKE_BUILD_TYPE=RELEASE -DCMAKE_FIND_FRAMEWORK=LAST -DCMAKE_VERBOSE_MAKEFILE=ON -Wno-dev -DWITH_CLIENT_WFS=ON -DWITH_CLIENT_WMS=ON -DWITH_CURL=ON -DWITH_FCGI=ON -DWITH_FRIBIDI=OFF -DWITH_GDAL=ON -DWITH_GEOS=ON -DWITH_HARFBUZZ=OFF -DWITH_KML=ON -DWITH_OGR=ON -DWITH_POSTGIS=ON -DWITH_PROJ=ON -DWITH_PYTHON=OFF -DWITH_SOS=ON -DWITH_WFS=ON -WITH_CAIRO=ON -DCMAKE_SKIP_RPATH=ON -DWITH_PHPNG=ON -DCMAKE_INCLUDE_PATH="/usr/local/Cellar/postgresql"Errors resulting from make command:
Tried deleting the file "php7module.i" but to no avail. Is there a git branch that does not include these PHP 7 dependencies? Current commit being used is rel-8-0-0. What am I doing wrong?
The text was updated successfully, but these errors were encountered: