Closed karzelek-hi closed 9 years ago
Tried to to run the make script on my OS X 10.10.4 but get the following error:
checking for LIBXML2... no configure: error: 'libxml2' is required but it doesn't seem to be installed on this system.
I tried to solve it by installing new libxml2 via brew and add the LDFLAGS and CXXFLAGS to the make file but it didn't help.
All the dependencies seem to be compiled correctly, but the libspatialite.a itself does not want to.
Could fix it following https://github.com/Homebrew/homebrew/issues/19030
Tried to to run the make script on my OS X 10.10.4 but get the following error:
I tried to solve it by installing new libxml2 via brew and add the LDFLAGS and CXXFLAGS to the make file but it didn't help.
All the dependencies seem to be compiled correctly, but the libspatialite.a itself does not want to.