Closed davoclavo closed 8 years ago
I was getting this error when trying to run ./build on OSX:
./build
DAVResponse.m:1:9: fatal error: 'libxml/parser.h' file not found #import <libxml/parser.h> ...
Solved it with:
brew install libxml2
I will close this issue, and just leave it here in case someone searches on the github project about this.
I was getting this error when trying to run
./build
on OSX:Solved it with:
brew install libxml2
I will close this issue, and just leave it here in case someone searches on the github project about this.