gstf / libspatialite-ios

libspatialite compiled for iOS
55 stars 47 forks source link

Can't compile libspatialite using Yosemite:'libxml2' is required but it doesn't seem to be installed on this system #11

Closed karzelek-hi closed 9 years ago

karzelek-hi commented 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.

karzelek-hi commented 9 years ago

Could fix it following https://github.com/Homebrew/homebrew/issues/19030