c9s / r3

libr3 is a high-performance path dispatching library. It compiles your route paths into a prefix tree (trie). By using the constructed prefix trie in the start-up time, you may dispatch your routes with efficiency
http://c9s.github.com/r3/bench.html
MIT License
814 stars 83 forks source link

Can't make check #59

Closed othree closed 10 years ago

othree commented 10 years ago

On OSX 10.9, run make check follow REAME's steps will fail. Error message:

check_slug.c:9:10: fatal error: 'check.h' file not found
c9s commented 10 years ago

oh, you need to install check via homebrew or macports.

and you need to ./configure with --enable-check

othree commented 10 years ago

Thanks, works now