When a programmer executes the following make from README file, he may have a compile error related on 'size_t' of
"cd ../libfree # continue building the basic library
make "
Solution : Refer this site.
(replace size_t with socklen_t)
Then you execute 'make' without other error.
댓글을 달아 주세요