hackers-painters / katana-parser

A CSS parsing library in pure C99
http://hackers-painters.github.io/katana-parser
MIT License
180 stars 40 forks source link

some compile problems #8

Open cg82616424 opened 7 years ago

cg82616424 commented 7 years ago

make all-am make[1]: Entering directory /home/work/chengang06/cssparsertest/katana-parser' /bin/sh ./libtool --tag=CC --mode=link gcc -std=c99 -mcmodel=large -o dump_stylesheet examples/dump_stylesheet.o libkatana.la libtool: link: gcc -std=c99 -mcmodel=large -o .libs/dump_stylesheet examples/dump_stylesheet.o ./.libs/libkatana.so -Wl,-rpath -Wl,/usr/local/lib ./.libs/libkatana.so: undefined reference tokatana_is_html_space' collect2: error: ld returned 1 exit status make[1]: [dump_stylesheet] Error 1 make[1]: Leaving directory `/home/work/chengang06/cssparsertest/katana-parser' make: [all] Error 2