We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
$ make Makefile:12: extraneous text after 'else' directive $ make --version GNU Make 4.3 Built for x86_64-pc-linux-gnu
Also the SPATIAL to find the shared library installed might not work in the way intended:
digital-land-python/Makefile
Line 13 in 18c44d5
There's always more than one file matching that pattern, more on a machine that's been updated:
$ ls /usr/lib/x86_64-linux-gnu/*spatialite* /usr/lib/x86_64-linux-gnu/libspatialite.so.8 /usr/lib/x86_64-linux-gnu/mod_spatialite.so /usr/lib/x86_64-linux-gnu/mod_spatialite.so.8.1.0 /usr/lib/x86_64-linux-gnu/libspatialite.so.8.1.0 /usr/lib/x86_64-linux-gnu/mod_spatialite.so.8
Suggest replacing the wildcard with just mod_spatialite.so
mod_spatialite.so
The text was updated successfully, but these errors were encountered:
eveleighoj
No branches or pull requests
Also the SPATIAL to find the shared library installed might not work in the way intended:
digital-land-python/Makefile
Line 13 in 18c44d5
There's always more than one file matching that pattern, more on a machine that's been updated:
Suggest replacing the wildcard with just
mod_spatialite.so
The text was updated successfully, but these errors were encountered: