lestrrat-go / libxml2

Interface to libxml2, with DOM interface
MIT License
230 stars 56 forks source link

HTMLparser.h' file not found #63

Closed xiaxichen closed 4 years ago

xiaxichen commented 4 years ago
# github.com/lestrrat-go/libxml2/clib
../../../../github.com/lestrrat-go/libxml2/clib/clib.go:28:10: fatal error: 'libxml/HTMLparser.h' file not found
#include <libxml/HTMLparser.h>
         ^~~~~~~~~~~~~~~~~~~~~
1 error generated.

What should I do

lestrrat commented 4 years ago

This is not this Go binding's problem. I added some FAQ to the README, hope you get some pointers from there on.